@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) {
 
}
@media only screen and (min-width:768px) and (max-width:991px) {
header .site-nav {
	  margin-top:5px;
}   
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 #screen_2 h1 {
	 
	font-size: 50px; 
	line-height: 65px;
	margin-bottom: 15px!Important;
}
#screen_2 .sc-brdr {
	width: 65%; 
	margin: 20px 0;
}
}
