@media only screen and (min-width:320px) and (max-width:991px) {
h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
header .social-nav, header .cont-nav   {
	 display:none
}
header .logo img {
	max-width: 85%;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 header .cont-nav ul {
 float: left;
}

}
@media only screen and (min-width:992px) and (max-width:1199px) {
}
