html { 
background-color:#f0f0f0;
} body, button, input[type="submit"], input[type="reset"], input[type="button"],
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
font-family: Open Sans, Arial, Tahoma, sans-serif;
font-weight: normal;
}
#menu > ul > li > a {
font-family: Nunito, Arial, Tahoma, sans-serif;
font-weight: normal;
}
h1 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}
h2 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}
h3 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}
h4 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}
h5 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}
h6 {
font-family: Raleway, Arial, Tahoma, sans-serif;
font-weight: 300;
}  body {
font-size: 15px;
line-height: 23px;		
}
#menu > ul > li > a {	
font-size: 15px;
} h1 { 
font-size: 36px;
line-height: 36px;
}
h2 { 
font-size: 29px;
line-height: 29px;
}
h3 {
font-size: 20px;
line-height: 22px;
}
h4 {
font-size: 20px;
line-height: 24px;
}
h5 {
font-size: 15px;
line-height: 20px;
}
h6 {
font-size: 12px;
line-height: 19px;
}
@media only screen and (max-width: 767px) {
h1 { 
font-size: 31px;
line-height: 31px;
}
h2 { 
font-size: 22px;
line-height: 22px;
}
h3 { 
font-size: 15px;
line-height: 15px;
}
}