body{
  color: #1F1F1F;
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

h1{
  display: none;
}

h2{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 104px;
  text-align: left;
  color: #1F1F1F;
  margin-bottom: 16px;
}
h2::after, h3::after{
  width: 104px;
  height: 12px;
  background-color: #E5E5E5;
  background-image: url('../imgs/links_hover2.gif');
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 1000%;
  display: block;
  content: "";
  margin: 16px 0 24px -56px;
}

h3{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 56px;
  font-weight: 500 !important;
  line-height: 64px;
  text-align: left;
  color: #1F1F1F;
  margin-bottom: 16px;
}

h4{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 32px;
  font-weight: 500 !important;
  line-height: 40px;
  text-align: left;
  color: #7D7D7D;
  margin-bottom: 16px;
}

h6{
  font-size: 90%;
  display: block;
}

p{
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

small{
  font-size: 88%;
  color: #7D7D7D;
}

strong, b{
  font-weight: 500;
}

@media only screen and (max-width: 480px) {

  h2, article.single h1{
    font-size: 56px !important;
    font-weight: 500 !important;
    line-height: 64px !important;
  }
  h3{
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    margin-bottom: 16px;
  }
  article.single h2{
    font-size: 32px !important;
    line-height: 40px !important;
  }



}
