html,
body,
header,
.view {
  height: 100%; }

.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

.page-footer {
  background-color: #1C2331; }
  
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 700px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
  }
}

.jumbo-thing{
  top: 75%;
  left: 110%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s opacity;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1400px) {
  .jumbo-thing{
    left: 155%;
  }
}

@media (max-width: 768px) {
  .jumbo-thing{
    left: 285%;
  }
}

@media (max-width: 468px) {
  .jumbo-thing{
    top: 125%;
    left: 170%;
  }
}

@media (max-width: 992px){
  .navbar .nav-item .signBtn {
    margin:5px 0;
  }
}
