body {
  color: green;
  /*text-shadow: 1px 1px black;*/
  font-size: 3rem;
  font-family: 'Chewy', cursive;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.container {
  width: 90%;
}
.hero {
  background-image: url('../images/background-1.png');
  background-size: cover;
}
.title {
  width: 100%;
}
.badge {
  text-align: center;
}
.badge > a > img {
  width: 100%;
  max-width: 200px;
}
.trailer {
  text-align: center;
  padding: 3rem 0 3rem 0;
  background-color: #84df5c;
}
.video-container {
  position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screenshots {
  margin-bottom: 5rem;
}
.screenshot {
  text-align: center;
}
.screenshot > img {
  width: 100%;
}
.screenshot > .title {
  margin-bottom: 0;
  color: #f50000;
}
.screenshot > .description {
  font-size: 1.6rem;
}
.studio {
  text-align: center;
  padding: 3rem 0;
  background-color: black;
}
.announce {
  margin-bottom: 0;
}
.logo {
  width: 100%;
}
.made-with {
  width: 45%;
  margin: 2rem 0 5rem 0;
}
.downloads {
  padding-top: 5rem;
}
.press-kit {
  padding: 3rem 0;
  background-color: #84df5c;
  font-size: 2rem;
}
.press-kit-button {
  text-align: center;
}
.press-kit-button > a > img {
  max-width: 260px;
}
footer {
  padding: 1rem;
  text-align: center;
  background-color: black;
}
footer > p {
  font-family: Verdana, sans-serif;
  text-shadow: none;
  margin: 0;
  font-size: 0.9rem;
  color: white;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  footer > p {
    font-size: 1rem;
  }
  .badge > a > img {
    max-width: 260px;
  }
  .logo {
    width: 100%;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  footer > p {
    font-size: 1.1rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  footer > p {
    font-size: 1.2rem;
  }
}
