/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


@font-face {
    font-family: 'roboto_slabregular';
    src: url('/fonts/robotoslab-variablefont_wght-webfont.woff2') format('woff2'),
         url('/fonts/robotoslab-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'roboto_slabregular', sans-serif;
    color: #242424;
	  line-height: 1.2em;
	    letter-spacing: -1px;
}

.h1, h1 {

 font-size: 45px;
}

.h2, h2{

 font-size: 37px;
}

.h3, h3{

 font-size: 29px;
}

.h4, h4{
 font-size: 25px;
}

.h5, h5{
 font-size: 21px;
}

.h6, h6{

 font-size: 16px;
}

body {
    font-family: 'open_sansregular', sans-serif;
    line-height: 1.7em;
    font-size: 14px;
    color: #242424;
}
html {
  scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6 { hyphens: auto; }

.benobtn {
  background-color: #69911E;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
	width: 100%;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size:30px!important;
  }
	h2{font-size:27px!important;}
	h3{font-size:25px!important;}
}