@charset "utf-8";
/* CSS Document */
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25em;
  color: #555;
  background: #000;
}
.ms-padding {
  padding-left: 4em;
  padding-right: 4em;
}
.ms-section {
  float: left;
  width: 100%;
  display: block;
  padding-top: 4em;
  padding-bottom: 2em;
  max-width: 54em;
}
.ms-gradient {
  color: #FFF;
}
.ms-section p {
  font-size: 3.5em;
  line-height: 1.125em;
  letter-spacing: -.05em;
  margin-bottom: .5em;
  text-shadow: 0 0 rgba(0, 0, 0, 0);
}
.ms-section p.small {
  font-size: 1.5em;
  line-height: 1.25em;
  letter-spacing: -.025em;
  margin-bottom: .75em;
}
.ms-section a {
  color: #555;
  transition: .3s ease;
}
.ms-section a:hover {
  color: #999;
}
@media screen and (max-width: 44em) { /* 704px */
  .ms-padding {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ms-section p {
    font-size: 2.25em;
    line-height: 1.125em;
  }
  .ms-section p.small {
    font-size: 1em;
  }
}