@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #e2a4a7;
	}
				.header_bottom,
		nav.mobile_menu{
			background-color: #e2a4a7 !important;
		}
					.content .container .container_inner.default_template_holder,
		.content .container .container_inner.page_container_inner {
			padding-top:50px !important; /*important because of the inline style on page*/
		}
	}
@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: 36px; 			line-height: 40px; 		    		}
	
			h2 {
			font-size: 25px; 			line-height: 29px; 		    		}
	
			h3 {
			font-size: 24px; 			line-height: 28px; 		    		}
	
			h4 {
			font-size: 15px; 			line-height: 19px; 		    		}
	
			h5 {
			font-size: 13px; 			line-height: 17px; 		    		}
	
			h6 {
			font-size: 10px; 			line-height: 14px; 		    		}
	
			body,
		p {
			font-size: 14px; 			line-height: 18px; 		    		}
	
	
	}
@media only screen and (max-width: 600px) {
			h1 {
			font-size: 26px; 			line-height: 28px; 		    		}
	
			h2 {
			font-size: 20px; 			line-height: 31px; 		    letter-spacing: 2px; 		}
	
			h3 {
			font-size: 18px; 			line-height: 22px; 		    		}
	
			h4 {
			font-size: 16px; 			line-height: 26px; 		    		}
	
			h5 {
			font-size: 12px; 			line-height: 16px; 		    		}
	
			h6 {
			font-size: 8px; 			line-height: 14px; 		    		}
	
			body,
		p {
			font-size: 12px; 			line-height: 16px; 		    		}
	}
@media only screen and (max-width: 480px){

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