@font-face {
  font-family: 'Nunito';
  src: url('/fonts/Nunito-ExtraLight.woff2') format('woff2');
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html {
  height: 100%;
}

body {
  color: rgb(65, 65, 66);
  background: rgb(255,255,255);
  text-align: center;
  font-family: 'Nunito', Candara, sans-serif;
  font-size: .9375em;
  line-height: 1.45em;
  margin: 0 auto;
  padding: 0;
  border-top: 8px solid rgb(65, 65, 66);
  height: 100%;
}

.highlight, strong, a {
  color: rgb(144,183,62);
}

.wrapper {
    margin: 0 auto;
    width: 35em;
    padding: 15% 0;
    max-width: 80%;
}

img {
  margin: 0 auto 4em;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.mothership {
  text-decoration: none;
}

.subtle {
  color: #999;
  font-size: .85em;
}

.pushdown {
  margin-top: 6em;
}

@media only screen and (max-width: 405px) {
  strong {
    display: block;
  }
}
