@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #303030;
	}
				.header_bottom,
		nav.mobile_menu{
			background-color: #303030 !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: 43px; 			line-height: 42px; 		    letter-spacing: -2px; 		}
	
			h2 {
			font-size: 34px; 			line-height: 33px; 		    letter-spacing: -2px; 		}
	
	
	
	
			h6 {
			font-size: 75px; 			line-height: 75px; 		    		}
	
			body,
		p {
			font-size: 19px; 					    letter-spacing: 0px; 		}
	
	
	}
@media only screen and (max-width: 600px) {
			h1 {
			font-size: 40px; 			line-height: 38px; 		    letter-spacing: -2px; 		}
	
			h2 {
			font-size: 30px; 			line-height: 29px; 		    letter-spacing: -2px; 		}
	
			h3 {
			font-size: 28px; 			line-height: 27px; 		    letter-spacing: -2px; 		}
	
	
	
	
			body,
		p {
			font-size: 19px; 					    letter-spacing: 0px; 		}
	}
@media only screen and (max-width: 480px){

			section.parallax_section_holder {
			height: auto !important;
			min-height: 400px;
		}
	
		
	}