/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/




@media only screen and (max-width: 1200px) {
  /* Add your Desktop Styles here */

}

h1{
font-size:120px;
}
h2{
font-size:65px !important;
}
h3{
font-size:30px;
}
.avia-post-nav{
display:none;
}


@media only screen and (max-width: 1000px) {
  /* Add your Desktop Styles here */

}

h1{
font-size:90px;
}
h2{
font-size:30px !important;
}
h3{
font-size:30px;
}
.avia-post-nav{
display:none;
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  h1{
  font-size:50px !important;
  }
  h2{
  font-size:20px !important;
  }
  h3{
  font-size:20px !important;
}

}