/* note: this is included on every page with a parallax image */

div.top {
    height: 500px;
    background-position-x: center !important;
    background-position-y: top 100px !important;
    background-size: cover !important;
  }
  div.top .mask {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(9, 14, 11, 0.9)), to(rgba(9, 14, 11, 0.8)));
    background: linear-gradient(to right, rgba(9, 14, 11, 0.9), rgba(9, 14, 11, 0.8));
  }
  
  .title {
    position: absolute;
    z-index: 3;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    padding-top: 110px;
  }
  .title h1 {
    margin: 0;
    font-size: 72px;
    text-align: center;
  }
  .title h2 {
    font-size: 30px;
    margin: 35px 0;
    text-align: center;
  }
  
  .description-bar {
    background-color: #1c1c1c;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .description-bar .description {
    padding: 20px;
  }
  .description-bar .buttons {
    padding-right: 0px !important;
  }
  
  .carousel .carousel-control {
    width: 8%;
  }
  .carousel .carousel-indicators {
    margin-bottom: 0;
  }
  .carousel .slider-size {
    height: 600px;
    background-position: center center !important;
    background-size: cover !important;
  }
  .carousel .slider-size .caption {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    text-align: center;
    padding: 16px 0px 48px 0px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .display-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .buffer-bottom {
    margin-bottom: 30px;
  }
  
  /* Universal Parallax Plugin: https://github.com/marrio-h/universal-parallax */
  .parallax__container {
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
  }
  .parallax__container .parallax {
    /* can be put in a seperate class for better control */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* --------------------------- */
    position: fixed;
    width: 100%;
    top: 0;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
  }
  
  /*# sourceMappingURL=landing_page.min.css.map */
  
  
  
  
  
    .carousel-overlay {
      position:absolute;
      z-index: 99999;
      top:0px;
      left:0px;
      right:0px;
    }
    .carousel-overlay-text {
      background: rgba(0,0,0,50%);
      padding-top:12px;
      padding-bottom:4px;
    }
    .carousel-overlay-text > h1 {
      margin-top:0px;
    }
    .spacer > h1 {
      font-size:60px;
    }
    .spacer > h4 {
      margin-bottom:0px;
    }
    .spacer {
      padding-top: 72px;
      padding-bottom: 12px;
      text-align: center;
      /* background: #111 url(/s/img/noise.png); */
  
      /* background: #393939;
      background-image: url(/s/img/titlebackground.png);
      background-repeat: repeat-x;
      background-size: auto 100%;
      background-position: center; */
  
    }
    .server-btn-group-holder {
      margin-top: 8px;
    }
    /* ITS NOT CENTERED */
    .parallax {
      background-position: center !important;
      background-size: cover !important;
    }
  
    .myparallax {
      background-position: center;
      background-size: cover !important;
    }
  
  
    .mask {
      background: linear-gradient(to right, rgba(9, 14, 11, 0.4), rgba(9, 14, 11, 0.4)) !important;
    }
  