
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue-book-webfont.eot');
    src: url('../fonts/bebasneue-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  color: #FFF;
  font-family: 'bebas_neuebook', 'Helvetica', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

a {
  color: #fff;
}
a:hover {
  color: #eee;
}

h2 {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.5em;
  display: inline;
  //background-color: rgba(255,255,255,0.2);
  padding: 5px 20px;
}
.headline {
  border-color: #fff;
  border: none;
  border-width: 2px;
  max-width: 200px;
  margin-bottom: 50px;
}



@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
  transform: translateY(0);
  }
  40% {
  transform: translateY(-20px);
  }
  60% {
  transform: translateY(-12px);
  }
}

.bounce {
  animation: bounce 2s infinite;
  animation-delay: 3s;
}

.gradient {

    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(51,46,46,0.4318102240896359) 0%, rgba(92,82,82,0.4009978991596639) 17%);
    background: linear-gradient(180deg, rgba(51,46,46,0.7287289915966386) 0%, rgba(92,82,82,0.4009978991596639) 17%, rgba(92,82,82,0.4009978991596639) 81%, rgba(51,46,46,0.7063200280112045) 100%);
}

#header {
  position: relative;

  height: 100vh;
  background-image: url('../img/header.jpg');
  background-position: center 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  //background: linear-gradient(180deg, rgba(0,0,0,1) 39%, rgba(255,255,255,0.2945553221288515) 72%);
}

#header a:hover {
  text-decoration: none;
}

.black-back {
  background-color: rgba(0,0,0,0.8);
  padding: 5px;
}

.logo {

  padding-left: 10px;
  display: block;
  margin: 0 auto;
  max-width: 310px;
  padding-top: 50px;
}

.sm-icons {
  position: absolute;
  right: 0vh;
  top: 87vh;

  z-index: 1000 !important;
}

.view-trailer {
  width: 100%;
  position: absolute;
  top: 87vh;

  z-index: 999;
}

#video {
  height: 100%;
  min-height: 100vh;
  background-image: url('../img/interface_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

#spotify {
  height: 100%;
  min-height: 100vh;
  //background-image: url('../img/interface_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: #222 !important;
  text-transform: none !important;
}

.no-upper {
  text-transform: none !important;
  text-transform: lowercase !important;
}

#trailer {


}

#contact {
  height: 100%;
  min-height: 100vh;
  background-image: url('../img/interface_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#contact a {
  color: #333;
}

.contact-info {
  background-color: rgba(255,255,255,0.9) !important;
  color: #333 !important;
  padding-top: 20px;
}

#mc_embed_signup{
  background:#fff;
  //background-color: rgba(255,255,255,0.9);
  background:none !important;
  clear:left;
  font: 14px ;
  color: #333;
  padding:0px;
  margin:0px;}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

#footer {
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-footer {
  max-width: 150px;
  margin-bottom: 20px;
}

.hm-icon {
  max-width: 26px;
  padding-bottom: 8px;
}

#footer hr {
  border-color: #fff;
  border-width: 2px;
  max-width: 200px;
  margin-bottom: 20px;
}

.modal-body {
  background-color: #fff !important;
  color: #000;
  text-transform: none !important;
  text-transform: none;
}

#impress a {
  color: #000 !important;
    text-transform: none !important;
}

#impress h1 {
  margin-bottom: 20px;
    text-transform: none !important;
}

#impress h3 {
    text-transform: none !important;
  font-size: 2em;
  margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  #header {
    background-attachment: scroll;
  }
  .sm-icons #text {
    display: none !important;
  }
  .logo {
    max-width: 200px;
  }

 }


@media (max-width: 767.98px) {
  #header {
    background-attachment: scroll;
  }

 }


@media (max-width: 991.98px) {
  #header {
    background-attachment: scroll;
  }
 }


@media (max-width: 1199.98px) {
  #header {
    background-attachment: scroll;
  }
}

@media (min-width: 1025px) {
    #header {
        background-attachment:fixed;
    }
    #video {
        background-attachment:fixed;
    }
    #spotify {
        background-attachment:fixed;
    }
    #contact {
        background-attachment:fixed;
    }
}
