html, body {
  margin: 0;
  height: 100%;
  width: 100%;
}
body {
  background-color: #edf1ef;
  font-family: 'Open Sans', sans-serif;
}
a:link, a:visited, a:hover, a:active {
  color: white;
  text-decoration: none;
}
#backgroundContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('http://www.benmccann.com/images/headshot.jpg') no-repeat center center fixed;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
#backgroundImage {
  width: 100%;
  height: 100%;
}
#profileContainer {
  position: absolute;
  top: 7%;
  left: 9%;
}
#profileBackground {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.57;
}
#profile {
  z-index: 3;
  position: relative;
  padding: 20px;
  width: 380px;
  color: white;
}
#name {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 50px;
}
#headline {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 25px;
}
#profile a: link {
  text-decoration: none;
}
#profile a: hover {
  text-decoration: underline;
}
#profileContent {
  font-size: 18px;
  font-weight: 300;
}
.nav {
  margin: 30px 15px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
.nav a: link {
  text-decoration: underline;
}
.nav a: hover {
  text-decoration: none;
}
