body{
  background-color: #222;
  background: url('http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/blackorchid.png')repeat;
  color: #DDD;
  font-family: helvetica,arial, sans-serif;
}

.fs{
  min-height: 100vh;
  height: 100%;
  width: 100%;
  margin-bottom: 10vh;
  border-bottom: 1px solid #999;
}

.highlight{
  color: #27A4DD;
}

h1,p,.goBtn{
    padding-left: 2vmax;
}

p{
  padding-top: 0em;
  color: #BBB;
  text-align: justify;
  text-justify: inter-word;
}

h1{
  font-weight: bold;
  font-size: 18vmin;
  line-height: .8;
  letter-spacing: -.06em;
  text-align: left;
  text-transform: uppercase;
  padding-top: 20vh;
}
