@import url('https://fonts.googleapis.com/css?family=Roboto|Monoton');

/* Extra small devices (portrait phones, less than 576px) */
* {
  box-sizing: border: box;
}

body {
  position: relative;
  color: white;
  font-family: 'Roboto', arial, sans-serif, serif;
}

#website-name {
  font-family: 'Monoton';
}

.page-overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all .8s;
}

.cube-transition > div {
  background-color: #ffffff;
}

/* Colors */
.bg-medium-grey {
  background-color: #1b2232;
}

.bg-dark-grey {
  background-color: #0d131f;
}

.text-pink {
  color: #ff2a55;
}

.btn-primary {
  border: none;
  border-radius: 40px;
  background-color: #ff2a55;
  font-size: 1.2em;
}

.btn-primary:hover {
  background-color: #33cc33;
  opacity: .9;
}

#topnav {
  z-index: 10;
  position: fixed;
  height: 90px;
  width: 100%;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, .25);
}

#topnav-content {
  margin-top: -5px;
  background-color: #1b2232;
}

button.navbar-toggler {
  margin-right: 5px;
  border: none;
}

#search-form {
  width: 100%;
}

#search-form input {
  border-radius: 25px !important;
  width: 65%;
  height: 40px;
  background-color: rgba(255, 255, 255, .08);
  color: white;
}

#search-form button {
  width: 15%;
  height: 40px;
  border-radius: 25px !important;
  background-color: #ff2a55;
  opacity: .9;
}

#search-form button:hover {
  opacity: 1;
  background-color: #33cc33;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
  z-index: 9;
  opacity: .9;
}

.custom-carousel-control {
  border-radius: 50%;
  color: white;
  font-size: 2.5em;
}

.carousel-indicators {
  visibility: hidden;
}

.carousel-item {
  position: relative;
  height: inherit;
}

.carousel-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 0, 14, .4);
  background-image: -webkit-linear-gradient(left, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  background-image: -o-linear-gradient(left, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  background-image: linear-gradient(to right, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  opacity: .2;
}

.carousel-item-meta {
  z-index: 9;
  position: absolute;
  bottom: 8%;
  width: 100%;
  text-align: center;
}

.carousel-item-name {
  font-size: 1.4em;
  font-weight: 600;
}

#content {
  position: relative;
  top: 90px;
}

.section-headings {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
}

.title {
  margin-left: 15px;
  margin-right: 15px;
  opacity: .7;
  transition: all .3s;
}

.title:hover {
  opacity: 1;
  transform: scale(1.1);
}

.title a {
  outline: none !important;
  color: white;
  text-decoration: none;
}

.title-img-container {
  position: relative;
}

.title-rating {
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, .9);
  color: #ff2a55;
}

.title-rating i {
  font-size: .6em;
}

.title-img-container img {
  width: 100%;
  height: auto;
}

.title-name {
  margin: 5px 0px 0px 0px;
  color: #afb1c2;
  font-size: 1em;
  font-weight: 600;
}

.title-category {
  font-size: .8em;
}

button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
  font-size: 35px;
  opacity: .9;
}

#powered-by {
  width: 140px;
  height: auto;
}


.hero {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
}

.hero > .hero-overlay {
  z-index: 3;
  position: absolute;
  top: 0px;
  width: 100%;
  height: inherit;
  background-color: black;
  background-image: -webkit-linear-gradient(left, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  background-image: -o-linear-gradient(left, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  background-image: linear-gradient(to right, #ff2a55 0%, #4f070f 25%, #000000 45%, #000000 50%, #000000 55%, #4f070f 75%, #ff2a55 100%);
  opacity: .4;
}

.hero > #hero-back-btn {
  z-index: 4;
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 2em;
  opacity: .8;
}

.hero > #hero-back-btn:hover {
  opacity: 1;
}

.hero > img {
  z-index: 2;
  width: 100%;
  height: inherit;
}

.hero > .hero-meta {
  z-index: 4;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.cast-member-info img {
  height: 280px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  #search-form {
    width: 100%;
  }

  #topnav-content {
    margin-top: 0px;
  }

  .hero > #hero-back-btn {
    top: 30px;
  }

  .carousel-item-meta {
    z-index: 9;
    position: absolute;
    left: 10%;
    bottom: 8%;
    width: 100%;
    text-align: left;
  }

  .carousel-item-name {
    font-size: 2em;
    font-weight: 600;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  #search-form {
    width: 85%;
  }

  #search-form input {
    width: 75%;
  }

  #search-form button {
    width: 15%;
  }

  .carousel-indicators {
    visibility: visible;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .hero {
    height: 100%;
    max-height: 100vh;
  }

  .hero > img {
    height: auto;
  }

  #search-form {
    width: 60%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #search-form {
    width: 45%;
  }
}