@import url('https://fonts.googleapis.com/css?family=Fugaz+One');
@import url('https://fonts.googleapis.com/css?family=Codystar');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended+Text');

/* header */

header {
  background-color: rgba(0, 0, 0, 0.1);
}

/* hero image */

#hero-movie {
  position: absolute;
  left: 0;
  top: 0;
  
  width: 100%;
  height: 100%;
}
#hero-movie.portrait {
  width: auto;
  height: 100%;
}
#hero-movie.landscape {
  width: 100%;
  height: auto;
}

#hero-screen {
  position: absolute;
  left: 0;
  top: 0;
    
  width: 100%;
  height: 100%;
}
#hero-screen.smoke {
  background-color: rgba(0, 0, 0, 0.3);
}
#hero-screen.dither {
  background-image: url("../img/dither.png");
}

.carousel-title {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.carousel-title.fugaz-one {
  font-family: 'Fugaz One', cursive;
}
.carousel-title.codystar {
  font-family: 'Codystar', cursive;
}
.carousel-title.oswald {
  font-family: 'Oswald', sans-serif;
}
.carousel-title.anton {
  font-family: 'Anton', sans-serif;
}
.carousel-title.libre-barcode-39-extended {
  font-family: 'Libre Barcode 39 Extended Text', cursive;
}

/* promo */

#promo {
  
}
.content-lg.padding-top-none {
  padding-top: 0;
}
#promo .masonry-grid-item a:hover h2 {
  color: #999caa;
}
#promo .masonry-grid-item h2 + p {
  font-size: 13px;
}

#promo .masonry-grid-item a.link {
  display: inline-block;
  margin-top: 20px;
}

/* products */
#products a:hover h4 {
  color: #999caa;
}



/* news */
#news time {
  display: inline-block;
  width: 200px;
}

#news .promo-banner-text br {
  display: none;
}


/* footer */
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer .flogo {
  height: 24px;
}
footer .ytlogo {
  height: 24px;
}




/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #news .promo-banner-text br {
    display: inline;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #news .promo-banner-text br {
    display: inline;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #news .promo-banner-text br {
    display: inline;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  
}
