html {
  background-color: #000;
  background: url("../images/bw_main_background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  color: #dddddd;
  font-family: "Lato", sans-serif;
}

a {
  color: #dddddd;
  transition: color 0.5s;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.main-header {
  margin: 10px 0 0 17px;
  padding: 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #444;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.main-header .firstname {
  color: #eeeeee;
}
.main-header .lastname {
  color: #cccccc;
  margin-left: 10px;
}

.lines {
  margin-top: 8px;
}
.lines .line {
  height: 2px;
  background-color: #dddddd;
  opacity: 0.3;
  margin-bottom: 3px;
}
.lines .line.line1 {
  width: 75%;
}

.social-links {
  font-size: 40px;
  margin: 20px 0 0 6px;
  width: 400px;
}
.social-links .social-icon {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.social-links a {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-shadow: 1px 1px 1px #444;
}
.social-links a .appearing-info-text {
  opacity: 0;
  transition: opacity 0.25s;
  font-size: 30px;
  margin-left: 7px;
  position: relative;
  top: -3px;
}
.social-links a:hover .appearing-info-text {
  opacity: 1;
}

.alterant-logo-text {
  height: 23px;
  width: auto;
  position: relative;
  left: -3px;
  top: 1px;
}

.footer-fineprint {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  font-style: italic;
  opacity: 0.5;
}

@media only screen and (max-width: 450px) {
  .main-header {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-left: 12px;
  }
  .main-header .lastname {
    margin-left: 7px;
  }

  .social-links {
    font-size: 33px;
    width: 360px;
    margin-left: 0;
  }
  .social-links a .appearing-info-text {
    font-size: 25px;
    margin-left: 2px;
  }

  .alterant-logo-text {
    height: 18px;
    left: -4px;
  }
}

/*# sourceMappingURL=site.css.map */
