@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
main hr {
  width: 960px;
  margin: 3em auto;
}
h3 {
  font-weight: normal;
}
section#splash {
  max-width: 830px;
  margin: 0 auto;
  padding-top: 80px;
  background: url(/static/img/skyspark-logo-shadow.png) no-repeat;
  background-size: 340px auto;
  background-position: right -26px top 90px;
}
section#splash h1 {
  height: 72px;
  text-indent: -9999px;
  background: url(/static/img/skyspark-text.svg) no-repeat;
  background-size: auto 72px;
  margin: 0;
}
section#splash h2:first-of-type {
  color: #b6cfd8;
  font-weight: 100;
  font-size: 26px;
  color: #b4daf2;
  margin: 0.75em 0;
}
section#splash p {
  font-size: 23px;
  line-height: 36px;
  max-width: 500px;
}
section#splash p:last-child {
  margin-top: 1.5em;
}
section#splash p:last-child .button {
  font-size: 23px;
  font-weight: 500;
  padding: 8px 24px;
}
section#product {
  margin: 4em auto;
  padding-top: 30px;
}
section#product h2 {
  max-width: 830px;
  font-size: 32px;
  margin: 0 auto;
}
section#product h2 + p {
  font-size: 22px;
}
section#product h2 + p span {
  display: block;
  max-width: 810px;
}
section#product p {
  max-width: 830px;
  margin: 1em auto;
}
section#product p:last-child {
  max-width: 960px;
  margin: 2em auto 1em auto;
}
section#product p:last-child img {
  width: 100%;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.11);
}
@keyframes image-anim {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
  }
}
section#product p.scrollfx-off {
  opacity: 0;
}
section#product p.scrollfx-on {
  animation: image-anim 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
section#facilities {
  margin: 4em auto;
  max-width: 780px;
}
section#facilities h2 {
  font-size: 32px;
}
section#facilities h2 span {
  display: block;
  max-width: 710px;
  line-height: 1.2em;
}
section#facilities ul {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
section#facilities ul li.stat {
  grid-column: span 3;
  text-align: center;
  white-space: nowrap;
}
section#facilities ul li.stat.dark {
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-image: url("/static/img/skyline-dark.png");
  background-size: contain;
}
section#facilities ul li.stat.dark a {
  display: inline-block;
  color: white;
  width: 100%;
}
section#facilities ul li.stat.light {
  color: #4360ad;
  font-size: 24px;
  font-weight: bold;
  background-image: url("/static/img/skyline-light.png");
  background-size: contain;
}
section#facilities ul li.stat.light a {
  display: inline-block;
  color: #4360ad;
  width: 100%;
}
section#facilities ul li.stat a {
  padding: 68px 0;
}
section#facilities ul li.ind {
  grid-column: span 2;
  background-color: #f5f5f9;
}
section#facilities ul li.ind a {
  box-sizing: border-box;
  display: inline-block;
  padding: 26px 0 28px 92px;
  position: relative;
  color: #222;
  font-size: 20px;
  width: 100%;
  transition: all 100ms;
}
section#facilities ul li.ind a img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 64px;
}
section#facilities ul li.ind a:hover {
  background: #e8e8f3;
}
section#facilities ul li:nth-child(3) a {
  padding: 14px 0 20px 92px;
  line-height: 1.2em;
}
@keyframes list-anim {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
  }
}
section#facilities ul.scrollfx-off {
  opacity: 0;
}
section#facilities ul.scrollfx-on {
  animation: list-anim 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
section#video {
  background: linear-gradient(-134deg, #d3deef, #e2d7e8);
  margin: 4em 0;
  max-width: 100%;
  text-align: center;
  padding: 60px 0;
}
section#video iframe {
  background: white;
  border: none;
  padding: 10px;
  width: 640px;
  height: 360px;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
}
section#news {
  margin: 4em auto;
  max-width: 800px;
  background: url(/static/img/newsfeed.svg) no-repeat;
  background-position: right top 80px;
  background-size: 380px auto;
}
section#news h2 {
  font-size: 18px;
  margin: 0;
  color: #f5a623;
  text-transform: uppercase;
}
section#news h3 {
  font-size: 32px;
  margin: 0;
  font-weight: bold;
}
section#news h4 {
  margin: 0;
}
section#news ul {
  max-width: 300px;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
section#news ul li {
  margin: 2em 0;
  padding-left: 34px;
  background: url(/static/img/talk-bubble.svg) no-repeat;
  background-size: 24px 24px;
}
section#news ul li p {
  font-size: 15px;
  margin: 5px 0;
}
section#news > p:last-child {
  margin-left: 34px;
}
section#mailing-list {
  max-width: 600px;
  margin: 4em auto;
}
section#mailing-list form input {
  background-color: #f3f3f7;
  color: #979798;
  width: 100%;
}
section#mailing-list form [name="first"] {
  float: left;
  width: 49%;
}
section#mailing-list form [name="last"] {
  float: right;
  width: 49%;
}
section#mailing-list form button {
  float: right;
}
section#mailing-list form .form-status {
  font-size: 15px;
  color: red;
}
section#mailing-list form .form-status.ok {
  color: #27ae60;
}
@media only screen and (max-width: 480px) {
  main hr {
    width: calc(100% - 40px);
  }
  #sub-header:after {
    height: 830px;
  }
  section#splash {
    background: none;
    padding: 20px;
  }
  section#product {
    padding: 20px;
    margin-bottom: 2em;
  }
  section#facilities {
    margin: 2em auto;
    padding: 20px;
  }
  section#facilities ul li.stat {
    grid-column: span 6;
  }
  section#facilities ul li.ind {
    grid-column: span 6;
  }
  section#facilities ul li:nth-child(3) a {
    padding: 26px 0 28px 92px;
  }
  section#video {
    margin: 3em auto;
    padding: 40px 0;
  }
  section#video iframe {
    width: calc(100% - 80px);
    height: auto;
  }
  section#news {
    margin: 2em auto;
    padding: 20px;
    background: none;
  }
  section#mailing-list {
    margin: 2em auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 380px) {
  #sub-header:after {
    height: 900px;
  }
  section#facilities ul li.stat a {
    padding: 59px 0;
  }
}
@media only screen and (max-width: 320px) {
  section#splash h1 {
    height: 64px;
    background-size: auto 64px;
  }
  section#facilities ul li.stat a {
    padding: 46px 0;
  }
}
