h2 {
  margin-bottom:-200px;
}


h3 {
   font-family:
  'Playfair Display Black';
   letter-spacing:.65px;
}

h4 {
  letter-spacing:.65px;
}

/*mobile*/ 
@media only screen and (max-width: 500px) {
 h3 {
   line-height:40px;
  }
 h4 {
   font-size:80%;
   font-family:
  'Freight Sans Book';
   margin-top:-32px;
   line-height:30px;
  }
}

/*desktop*/ 
@media only screen and (min-width: 800px) {
  h3 {
   line-height:43px; 
  }
  h4 {
   font-size:70%;
   font-family:
  'Freight Sans Light';
   margin-top:-30px;
   line-height:32px;
  }
}


/*extra*/ 
//h4 {
  font-family:
  'Freight Sans Book';
  font-size:75%;
  margin-top:-32px;
  line-height:30px;
  letter-spacing:.65px;
}


body {
  letter-spacing:.85px;
}