.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #7eed9a;
  text-decoration: none;
}

a:hover {
  color: #cee6ca;
}

.body {
  background-color: #222628;
  font-family: 'Anonymous Pro', sans-serif;
  color: #fff;
  font-size: 110%;
  line-height: 150%;
  text-align: justify;
}

.section {
  position: static;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.storefronts {
  text-align: center;
}

.section.soundtrack {
  padding-top: 0px;
  padding-bottom: 100px;
}

.description-container {
  padding-right: 20px;
  padding-left: 20px;
}

.quote {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 120%;
  text-align: center;
}

.quotes-div {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo {
  position: absolute;
  top: auto;
  z-index: 10;
  width: 400px;
}

.room {
  z-index: 0;
  width: 800px;
  opacity: 0.5;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.navigation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.navigation-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 140%;
}

.navigation-separator {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.social-link {
  padding: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-link:hover {
  opacity: 1;
}

.footer-logo {
  margin: 0px 40px 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-grid-double {
  display: inline-block;
  width: 50%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screenshot-press-link {
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}

.lightbox-thumbnail {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.lightbox-thumbnail:hover {
  opacity: 1;
}

.centered-heading {
  font-weight: 400;
  text-align: center;
}

.email-embed {
  padding-right: 20px;
  padding-left: 20px;
}

.store-link {
  margin: 15px;
}

.soundtrack-embed {
  margin-top: 20px;
  text-align: center;
}

.soundtrack-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.coming-soon-heading {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
}

.container.screenshots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  margin-top: 30px;
}

.itch-embed {
  margin-top: 20px;
}

.itch-embed-mobile {
  display: none;
  margin-top: 20px;
}

.soundtrack-embed-mobile {
  display: none;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navigation-separator {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 320px;
  }

  .navigation-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-separator {
    display: none;
  }

  .image-grid-double {
    width: 100%;
  }

  .soundtrack-embed {
    margin-bottom: 20px;
  }

  .soundtrack-embed-mobile {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 225px;
  }

  .utility-page-wrap {
    text-align: center;
  }

  .soundtrack-embed {
    display: none;
  }

  .itch-embed {
    display: none;
  }

  .itch-embed-mobile {
    display: block;
  }

  .soundtrack-embed-mobile {
    display: block;
  }
}

