* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  background-image: url(../img/intro-bg.png);
  background-size: cover;
  color: #f8f8f8;
  font-size: 14px;
}

a {
  color:inherit;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  font-size: 85%;
}
footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
footer > p > .contact {
  float: right;
  color: rgba(255, 255, 255, 0.6);
}

.cover {
  text-align: center;
  
  padding-left: 20px;
  padding-right: 20px;
}

.cover a:not(:last-child) {
  display: inline-block;
  margin-right: 12px;
}

.cover hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid white;
  max-width: 320px;
  width: 100%;
}

.cover h1 {
  font-size: 5em;
  font-weight: 200;
  margin: 0;
}
.cover h2 {
  font-weight: lighter;
}


@media(max-width:767px) {
  .cover h1 {
    font-size: 3em;
  }
}


body {
  padding-top: 50px;
}
