* {
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #FFF;
  color: #fff;
  font-family: "freight-text-pro-1","freight-text-pro-2", Georgia,Times,"Times New Roman",serif;
  font-size: 1.5em;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 33px;
  text-align: center;
}
a {
  color: #FFF;
  border-bottom: 2px solid #FFF;
  text-decoration: none;
}
a:hover {
  border-color: #323232;
}
p {
  margin: 0 auto;
  max-width: 27em;
}
h1 {
  display: none;
  color: #F8F8F8;
  font-family: "proxima-nova-1", "proxima-nova-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-size: 4.3em;
  text-align: center;
  top: 20px;
  position: relative;
  z-index: -1;
}
.intro {
  background-color: #00A5FF;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#00A5FF), to(#4275F4));
  background-image: -webkit-linear-gradient(top, #00A5FF, #4275F4);
  background-image: -moz-linear-gradient(top, #00A5FF, #4275F4);
  background-image: -ms-linear-gradient(top, #00A5FF, #4275F4);
  background-image: -o-linear-gradient(top, #00A5FF, #4275F4);
  background-image: linear-gradient(top, #00A5FF, #4275F4);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#00A5FF', end-colourStr='#4275F4');
  color: #FFF;
}
.centered {
  display: table;
  height: 80vh;
  margin: 0 auto;
  padding: 10vh 10vw;
}
.vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.copy {
  background: #3756A0;
  clear: both;
  padding: 5vh 10vw;
  overflow: hidden;
}

@media screen and (max-width: 420px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
  h1 {
    font-size: 2.4em;
    top: 16px;
  }
}