.ezedit_body{
  color: #070c1b;
font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
}

h1.heading{
  color: #02a4e3;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;  
  font-weight: 100;
  line-height: 1.1em;
  margin: 0;
}

h2.subheading{
  color: #002c55;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 400; 
  line-height: 1.1em;
  margin: 0;
}

h3.sub-subheading{
  color: #edac24;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}

h4.sub-sub-subheading{
  color: #464647;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
}

/*
 iPad vertical
*/
@media screen and (min-width: 768px) {
  h1.heading {
    font-size: 45px;
  }
  h2.subheading {
    font-size: 28px;
  }
  h3.sub-subheading {
    font-size: 1.125em;
  }
}

/*
 iPad horizontal and wider
*/
@media screen and (min-width: 1024px) {
    h1.heading{
        
    }
    
    h2.subheading{
        
    }
    
    h3.sub-subheading{
        
    }
}