@media (max-width: 900px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
  }
  body {
    font-size: 0.8rem;
  }
  p {
    font-size: 0.8rem;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  color: white;
  text-decoration: none;
}

h1 {
  text-transform: uppercase;
  color: #A0125A;
}

p {
  font-size: 22px;
}

.modal.open {
  display: flex;
}

.age-modal.open {
  display: flex;
}

.rotate-modal.open {
  display: flex;
}

.fts-logo {
  max-width: 190px;
}

.navbar {
  height: 25px;
  background-color: #A0125A;
  padding: 5px;
  line-height: 25px;
  text-transform: uppercase;
  color: white;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar ul li {
  display: inline-block;
  margin: 0 10px;
}
.navbar .right-elem {
  float: right;
}
.navbar .left-elem {
  float: left;
}

.navbar.black {
  background-color: black;
}

.pd-launch {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: url("/static/images/logo_perfectday_big_bg.png") center bottom no-repeat;
  background-size: 700px;
}
.pd-launch .pd-launch-logo {
  max-width: 400px;
}
.pd-launch .pd-launch-text {
  color: #A0125A;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.pd-launch .pd-launch-btn {
  width: 250px;
  padding: 5px;
  margin: 20px auto 40px auto;
  background-color: #A0125A;
  border-radius: 30px;
  color: white;
  text-transform: uppercase;
}

.fab {
  padding: 5px;
  font-size: 20px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.fab:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #0073a4;
  color: white;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.container .subcontainer {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.container .game {
  flex-grow: 1;
  text-align: center;
  background: url("/static/images/bg.jpg") center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.container .game .player {
  width: 100%;
  flex-grow: 1;
  display: none;
}
.container .title {
  flex-grow: 1;
  text-align: center;
  background: url("/static/images/bg.jpg") center center;
  background-size: cover;
  position: relative;
}
.container .title .player {
  width: 100%;
  flex-grow: 1;
  display: none;
}

input[type=text] {
  display: inline-block;
  width: 160px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

input[type=number] {
  display: inline-block;
  width: 160px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.btn {
  height: 40px;
  background-color: #A0125A;
  color: white;
  width: 4rem;
  border: none;
  padding: 0.375rem 0.75rem;
  margin-left: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.synopsys {
  margin: 10px 40px 20px 40px;
  font-size: 20px;
  line-height: 24px;
  color: gray;
}

.episode-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.episode-list .item {
  max-width: 280px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.episode-list .item img {
  max-width: 100%;
  flex-shrink: 0;
}
.episode-list .item .item-title {
  text-align: center;
  text-transform: uppercase;
  color: #A0125A;
}
.episode-list .item .item-content {
  padding: 10px;
  color: black;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery div {
  margin: 5px;
  width: 300px;
}
.gallery img {
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .fts-logo {
    max-width: 110px;
  }
  .navbar ul li {
    margin: 0 2px;
  }
  .pd-launch {
    background-size: 370px;
  }
  .pd-launch .pd-launch-logo {
    max-width: 200px;
  }
  .pd-launch .pd-launch-text {
    font-size: 11px;
  }
  .pd-launch .pd-launch-btn {
    width: 180px;
    padding: 5px;
    margin: 5px auto 15px auto;
  }
  .gallery div {
    width: 220px;
  }
}
@media screen and (orientation: portrait) {
  .rotate-modal {
    display: flex;
  }
}

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