body {
  margin: 0px;
  background-color: black;
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'Dosis', sans-serif;*/
  font-family: 'Roboto Slab', serif;
}
  h3 {
    color: white;
  }
  #header {
    background-color: black;
    height: 80px;
    width: 100%;
  }
  #title {
    padding: 20px;
    color: white;
    font-size: 24pt;
    float: left;
  }
  #header-right {
    float: right;
    color: white;
    padding-top: 30px;
    padding-right: 20px;
    font-size: 16pt;
  }
  #content {
    width: 100%;
    background-color: black;
  }
  #main-content {
    width: 900px;
    margin: auto;
    padding: 20px;
  }
  .photo {
    margin: 20px;
    position: relative;
    display: inline-block;
  }
  .text-over {
    position: absolute;
    bottom: 1px;
    left: 60px;
    font-size: 50pt;
  }
  #footer {
    width: 100%;
    height: 120px;
    background-color: black;
  }
  #footer-content {
    width: 900px;
    margin: auto;
    padding-top: 10px;
    clear: both;
  }
  a {
    text-decoration: none;
  }
  #headshot {
    margin: 20px;
    /*position: relative;
    display: inline-block;*/
    float: left;
    width: 40%;
  }
  #bio {
    margin: 20px;
    /*position: relative;
    display: inline-block;*/
    float: right;
    width: 50%;
    color: white;
  }
  .video {
    width: 50%;
    position: relative;
    margin: 20px;
    margin-left: 180px;
    margin-right: 200px;
    display: inline-block;
  }
