* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Source Code Pro', monospace;
}
h1 {
  /*background-image: url(/assets/images/holler-logo.png);
  width: 171px;
  height: 89px;
  text-indent: -9999px;*/
  text-transform: uppercase;
  font-size: 1em;
  margin: 15px 0;
}
.inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 15px;
}
.inner .text {
  position: absolute;
  top: 35%;
}
#hero {
  height: 100vh;
  width: 100%;
  background-color: rgba(85, 207, 232, 1);
  position: relative;
  color: #fff;
}
h2 {
  font-size: 2.5em;
  font-weight: 300;
  text-align: left;
  max-width: 680px;
}
h2 strong {
  font-weight: 500;
}
p {
  font-weight: 300;
  margin-top: 25px;
}
a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
a:hover {
  border-bottom: none;
}
