@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
body {
  color: white;
  background-color: #1A2965;
  font-family: Cinzel;
}

.page {
  min-width: 100%;
  min-height: 100vh;
  background: url("../images/background-mobile.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .page {
    background: url("../images/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.page .content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .page .content {
    width: 570px;
  }
}
@media (min-width: 900px) {
  .page .content {
    margin-left: auto;
    margin-right: 15vw;
  }
}
.page .content .tagline {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 45px;
  padding-top: 60px;
  color: #ECCB39;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .page .content .tagline {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
.page .content .cole-hauser {
  text-align: center;
  margin-bottom: 20px;
}
.page .content .cole-hauser img {
  width: 60%;
}
.page .content .title {
  text-align: center;
  margin-bottom: 40px;
}
.page .content .title img {
  width: 90%;
}
.page .content .streaming {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page .content .streaming {
    font-size: 22px;
  }
}
.page .content .streaming .streaming-first {
  font-weight: 700;
}
.page .content .digital-retailers {
  margin-bottom: 90px;
}
.page .content .digital-retailers .row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.page .content .digital-retailers .row.last {
  margin-bottom: 60px;
}
.page .content .digital-retailers .row a {
  width: 30%;
}
.page .content .digital-retailers .row a img {
  width: 100%;
}
.page .content .continue {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 240px;
}
.page .content .continue a {
  background-color: #F2DE90;
  text-decoration: none;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 16px 8px;
}
@media (min-width: 768px) {
  .page .content .continue a {
    font-size: 18px;
  }
}
.page .content .continue img {
  width: 16px;
  margin-left: 10px;
}
.page .content .footer {
  justify-content: center;
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.page .content .footer .column {
  width: 180px;
}
.page .content .footer .column:nth-child(2) {
  width: 120px;
}
@media (min-width: 768px) {
  .page .content .footer .column:nth-child(2) {
    width: 180px;
  }
}
.page .content .footer .row {
  display: flex;
  justify-content: center;
}
.page .content .footer .row a {
  margin-top: 5px;
  text-transform: none;
  font-family: "Rubik", monospace, monospace;
  font-size: 12px;
  margin-right: 20px;
  color: #A4A4A4;
  text-decoration: none;
}
.page .content .footer .rating img {
  width: 100%;
}
.page .content .footer .social-networks {
  width: 120px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page .content .footer .social-networks {
    width: 180px;
  }
}
.page .content .footer .social-networks a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  color: #A4A4A4;
}
.page .content .footer .copyright {
  font-family: "Rubik", monospace, monospace;
  font-size: 11px;
  color: #A4A4A4;
  padding-top: 14px;
  letter-spacing: 2px;
}

/*# sourceMappingURL=styles.css.map */
