.ezedit_body{
  color: #6b6b6b;
  font-family: 'open-sans', sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
}

h1.heading{
  color: #436ca9;
  font-size: 36px;
  line-height: 1.1em;
  margin: 0 0 0.125em;
}

h2.subheading{
  color: #019add;
  font-family: 'alternate-gothic-no-3-d', 'open-sans', sans-serif;
  font-size: 24px;
  font-weight: 400; 
  line-height: 1.1em;
  margin: 0;
}

h3.sub-subheading{
  color: #e5af16;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 0.125em;
}

/*
 iPad vertical
*/
@media screen and (min-width: 768px) {
  h1.heading {
    font-size: 42px;
  }
  h2.subheading {
    font-size: 32px;
  }
  h3.sub-subheading {
    font-size: 22px;
  }
}

/*
 iPad horizontal and wider
*/
@media screen and (min-width: 1024px) {
    h1.heading{
        
    }
    
    h2.subheading{
        
    }
    
    h3.sub-subheading{
        
    }
}