html, body, #content {
  background-color: #000;
}
html h1, html p, body h1, body p, #content h1, #content p {
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}
html h1, body h1, #content h1 {
  font-size: 72px;
}
html p, body p, #content p {
  font-size: 32px;
}
html .copy-1,
html .copy-2,
html .copy-3,
html .footer, body .copy-1,
body .copy-2,
body .copy-3,
body .footer, #content .copy-1,
#content .copy-2,
#content .copy-3,
#content .footer {
  padding: 0px 10% 50px;
}
html .copy-1, body .copy-1, #content .copy-1 {
  padding-bottom: 25px;
  padding-top: 150px;
}
html .copy-1 .middle, html .copy-1 .final, body .copy-1 .middle, body .copy-1 .final, #content .copy-1 .middle, #content .copy-1 .final {
  opacity: 0;
}
html .copy-1 .middle h1 span, html .copy-1 .final h1 span, body .copy-1 .middle h1 span, body .copy-1 .final h1 span, #content .copy-1 .middle h1 span, #content .copy-1 .final h1 span {
  color: #e24486;
}
html .copy-3 p, body .copy-3 p, #content .copy-3 p {
  opacity: 0;
}
html .copy-3 p a, body .copy-3 p a, #content .copy-3 p a {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
html .copy-3 p a span, body .copy-3 p a span, #content .copy-3 p a span {
  color: #e24486;
  text-decoration: none;
}
html .copy-3 p span, body .copy-3 p span, #content .copy-3 p span {
  color: #e24486;
  text-decoration: none;
}
html .footer p, body .footer p, #content .footer p {
  font-size: 14px;
  text-align: center;
}
html .footer p a, body .footer p a, #content .footer p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #content h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 639px) {
  #content h1 {
    font-size: 44px;
  }
  #content p {
    font-size: 26px;
  }
}

/*# sourceMappingURL=03.pages.home-4.css.map */
