html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.5em;
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

#header {
  background: #000;
  width: 100%;
  height: 130px;
}

#backdrop {
  position: absolute;
  top:0;
  left:0;
  /*background: red;*/
  width: 100%;
  height: 100%;
  z-index: -1000;
}

#mainContent {
  position: relative;
  top: 200px;
  /*z-index: 1;*/
}

#content {
  padding: 20px;
  max-width: 550px;
}

.section {
  margin-bottom: 40px;
}

.section p {
  margin: 10px 0 0 0;
  color: #666;
}

.section h2, h3 {
  margin: 0;
  line-height: 1.3em;
  color: #333;
}

.section h3 {
  font-weight: 300;
  /*font-style: italic;*/
  color: #666;
}

.name {
  position: absolute;
  top: 76px;
  left: 0;
  color: white;
  padding: 0 20px;
}

.name h1 {
  font-size: 3rem;
}

.name h1, h2 {
  margin: 0;
}

.name h2 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.8rem;
}
