/* DEVICES */
/* FONTS */
/* COLRS */
/* SHARED
-------------------------------------------------- */
.text-shadow {
  text-shadow: 0 0 10px #000000;
}
/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
  background: none !important;
  color: #ffffff;
  position: relative;
  top: 45%;
}
.jumbotron h1 {
  font-size: 45px;
  margin: 0px;
  padding: 0px;
}
/* CUSTOMIZE THE MODEL
-------------------------------------------------- */
.modal {
  z-index: 99999;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal,
.modal-dialog,
.modal-content,
.modal-body {
  background: none !important;
  background: url(/assets/images/bk-white.png) !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  position: relative;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #000;
  z-index: 10;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .carousel-inner > .item > img {
    height: 100%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .carousel-inner > .item > img {
    height: 100%;
  }
}
@media only screen and (orientation:portrait) and (min-width: 530px) and (max-width: 949px) {
  .carousel-inner > .item > img {
    height: auto;
  }
}
@media only screen and (orientation:portrait) and (max-width: 529px) {
  .carousel-inner > .item > img {
    height: auto;
  }
}
.carousel-control {
  z-index: 12;
}
@media only screen and (orientation:portrait) and (max-width: 529px) {
  .carousel-control {
    z-index: 52;
  }
}
html,
body {
  height: 100%;
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
/* SCREENS
-------------------------------------------------- */
body {
  background-color: #000000;
  font-family: 'Lato', sans-serif;
}
#screen_landing .jumbotron {
  padding: 20px !important;
  z-index: 15;
}
#screen_landing .jumbotron h1 {
  text-shadow: 0 0 10px #000000;
  font-family: Impact, Charcoal, sans-serif;
}
@media only screen and (max-width: 529px) {
  #screen_landing .jumbotron h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
#screen_landing .jumbotron p {
  text-shadow: 0 0 10px #000000;
}
@media only screen and (orientation:portrait) and (max-width: 529px) {
  #screen_landing .jumbotron .inner {
    position: relative;
    left: -50%;
  }
}
@media only screen and (max-width: 529px) {
  #screen_landing .jumbotron {
    top: 0px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #screen_landing .jumbotron {
    top: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 500px;
    background: url(/assets/images/trans_black_25.png) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  #screen_landing .jumbotron {
    top: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 500px;
    background: url(/assets/images/trans_black_25.png) !important;
  }
}
@media only screen and (min-width: 1129px) {
  #screen_landing .jumbotron {
    top: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 500px;
    background: url(/assets/images/trans_black_25.png) !important;
  }
}
@media only screen and (orientation:portrait) and (min-width: 530px) and (max-width: 949px) {
  #screen_landing .jumbotron {
    top: 65%;
    max-width: 100%;
  }
}
@media only screen and (orientation:portrait) and (max-width: 529px) {
  #screen_landing .jumbotron {
    top: 45%;
    position: absolute;
    left: 45%;
    max-width: 100%;
  }
}
#screen_more .jumbotron {
  color: #333333;
}
