body {
  background-color: #EAEAEA;
  font-family: 'Source Sans Pro', sans-serif;
}

p {
  font-size: 12px;
  color: #707070;
}

h2 {
  color: #F0A001;
  font-size: 20px;
}

h3 {
  font-size: 14px;
  color: #EAEAEA;
}

#container {
  height: 80vh;
  line-height: 28px;
}

#top {
  padding-left: 150px;
  padding-top: 20px;
  height: 80px;
  background-color: #000;
}

#content {
  /*margin: auto;*/
  margin-left: 120px;
  margin-top: 50px;
  width: 930px;
}

#footer {
  background-color: #000;
  color #000;
  border-top: 1px solid #704A10;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100vw;
  height: 70px;
}
