
body{
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  color: #161616;
  background-color: #FFF;
  font-size: 24px;
  margin: 20px;
  padding: 0;
}

h1,h2,h3,h4,h5,h6{
  font-family: utopia-std-headline, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
}


a:visited,
a{
  color: #161616;
  word-wrap: break-word;
}

p{
  max-width: 650px;
}

iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.home-header{
  background: #FFDA00;

  /* margin-bottom: 150px; */
}

.home-header .left .inner{
  background: #FFDA00;
}

.page-heading{
  padding-left: 10%;
  padding-top: 10%;
}

.page-heading h1{
    font-size: 96px;
}

.left{
  display: inline-block;
  width: 50%;
  min-height: 80vh;
  vertical-align: top;
}
.left .container{
  vertical-align: middle;
}

.right{
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
}
.right img{
  height: 80vh;
}

.sidebar{
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding-left: 100px;
}

.right-content{
  width: 60%;
  display: inline-block;
  margin-left: 7%;
}

.voice-examples{
  padding: 150px 0px;
  background: #FFDA00;
}

.voice-examples.even{
  background: #f3f3f3;
}

.about-me{
  padding: 150px 0px;
  background: #f3f3f3;
}

.bold{
  font-weight: bolder;
}

.site-footer{
  padding: 50px 0px;
}

.site-footer .column.one {
  width: 50%;
}

.site-footer .column {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.site-footer .column.three{
  text-align: right;
}

.voiceover{
  margin-top: 40px;
}

.voiceover h1{
  margin-top: 0;
}

.page-content article.voiceover .inner{
  padding: 80px 0px;
  background: #FFDA00;
}


@media screen and (min-width: 1600px) {
  body .home-header{
    height: 80vh;
  }
}
@media screen and (max-width: 1600px) {
  body .home-header{
    height: inherit;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  body .left,
  body .right,
  body .right-content,
  body .sidebar{
    width: 100%;
    padding: 20px 0px;
    display: block;
    margin: auto;
    max-width: 800px;
    height: auto;
  }
  body .voice-examples{
    padding: 40px 20px;
  }
  body .right img{
    height: auto;
    width: 100%;
    display: block;
  }
  body .home-header{
    display: block;
    height: auto;
  }
  body .inner{
    padding: 40px;
  }

  body .site-footer .column{
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: left !important;
  }
  body .page-heading{
    padding: 0;
    margin: 0;
  }
  body .page-heading h1{
    font-size: 40px;
  }
  body .home-header .right .inner{
    min-height: 400px;
  }
}
