.container {
  margin: 0 auto;
  margin-bottom: 4rem;
}

@media (min-width: 550px) {
  .container {
      width: 80%;
  }
} 

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

div p:last-child {
  margin-bottom: 0;
}

p, cite, h1, h2, h3 {
  text-align: left;
}

#header {
  padding-top: 2em;
}

h1#logo {
  background: url(/images/logo.svg) no-repeat;
  background-size: contain;
  background-position: top center;
  text-indent: -9999px;
  margin-bottom: -3rem;
  min-height: 5em;
}

#bread p {
  margin-bottom: 0;
}

#features {
  text-align: left;
  list-style: disc;
  margin-left: 1.2em;
}

blockquote {
  margin: 0;
  background-color: #fdeed7;
  padding: 1.7rem 2.7rem;
  display: flex;
  flex-direction: column;
}

blockquote p {
  margin-bottom: 1rem;
}

cite {
  display: block;
  margin-top: auto;
}

#ost p {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  input#mce-EMAIL {
    grid-column-start: 1;
    grid-column-end: span 3;
  }
}

.screenshots a {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .screenshots {
    grid-template-columns: repeat(2, 1fr);
  }
}

.screenshots.tall a {
  padding-bottom: 217%;
}

#credits .rating {
    height: 4em;
    float: left;
    padding-right: 17px;
    display: inline-block;
}

#download a {
  padding-bottom: 33%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  transition: opacity 0.1s ease-out;
}

#download a span {
    display: none;
}

#download a:hover {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

#download a.appstore {
  background-image: url(/images/badge_appstore.svg);
}

#download a.googleplay {
  background-image: url(/images/badge_googleplay.png);
}

a.bandcamp {
  background-image: url(/images/badge_bandcamp.png);
}

#download a.eshop {
  background-image: url(/images/badge_eshop.svg);
}

#download a.steam {
  background-image: url(/images/badge_steam.svg);
}

@media (max-width: 600px) {
  div#download {
    grid-template-columns: repeat(2, 1fr);
  }
}

input#mce-EMAIL, input#mc-embedded-subscribe {
    background-color: #fdeed7;
    border: none;
}

input#mc-embedded-subscribe {
    background-color: #d94a31;
}

input#mce-EMAIL {
    margin-bottom: 0;
}

#email form {
  padding-bottom: 0;
}

#onesheet {
  width: 100%;
}

#infotext p {
  text-align: justify;
}

.platform-logo {
  display: inline-block;
  height: 3.2em;
  width: 2.7em;
  float: left;
  margin-bottom: 0 !important;
  margin-right: 0.4em;
  background-position: top left !important;
}

.platform-logo.small {
  height: 1.9em;
  width: 1.6em;
}

#video {
  grid-column-end: span 2;
  width: 100%;
}

blockquote, video, img, .screenshots a, input[type="email"], input[type="submit"] {
  border-radius: 0.2rem;
}

#tagline h3 {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #countdown {
    grid-template-columns: repeat(4, 1fr);
  }
}

#countdown {
  list-style: none;
  grid-gap: 0;
}

#countdown span {
  font-size: 250%;
  display: block;
  height: 55%;
  padding-top: 0.6rem;
}

#countdown p {
  background-color: #423121;
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  height: 10rem;
  margin: auto;
  color: #fff3d4;
}

@media (max-width: 600px) {
  #countdown p {
    aspect-ratio: inherit;
    height: inherit;
    background-color: inherit;
    color: inherit;
  }
}