@media only screen and (max-width: 1000px){
.header_bottom,
nav.mobile_menu{
background-color: #c6c56f !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 768px){
section.parallax_section_holder{
height: auto !important;
min-height: 400px;
}
}
@media only screen and (max-width: 768px){
h1 {
font-size: 80px; 			line-height: 75px; 		    letter-spacing: 0px; 		}
h2 {
font-size: 34px; 					    letter-spacing: 0px; 		}
h3 {
font-size: 20px; 					    letter-spacing: 0px; 		}
h4 {
font-size: 20px; 					    letter-spacing: 0px; 		}
h5 {
font-size: 34px; 			line-height: 44px; 		    letter-spacing: 0px; 		}
h6 {
font-size: 18px; 					    		}
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 50px; 			line-height: 47px; 		    		}
h2 {
font-size: 30px; 			line-height: 34px; 		    		}
h5 {
font-size: 26px; 			line-height: 34px; 		    		}
body,
p {
font-size: 14px; 					    		}
}
@media only screen and (max-width: 480px){
section.parallax_section_holder {
height: auto !important;
min-height: 400px;
}
}