@media only screen and (max-width: 1000px){
				}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
	        section.parallax_section_holder{
			height: auto !important;
			min-height: 330px;
		}
		}
@media only screen and (max-width: 768px){
			h1 {
			font-size: 30px; 			line-height: 30px; 		    		}
	
			h2 {
			font-size: 20px; 			line-height: 20px; 		    		}
	
			h3 {
			font-size: 15px; 			line-height: 15px; 		    		}
	
			h4 {
			font-size: 14px; 			line-height: 14px; 		    		}
	
			h5 {
			font-size: 13px; 			line-height: 13px; 		    		}
	
			h6 {
			font-size: 12px; 					    		}
	
			body,
		p {
			font-size: 14px; 			line-height: 24px; 		    		}
	
	
	}
@media only screen and (max-width: 600px) {
			h1 {
			font-size: 25px; 			line-height: 25px; 		    		}
	
			h2 {
			font-size: 20px; 			line-height: 20px; 		    letter-spacing: 0px; 		}
	
			h3 {
			font-size: 15px; 			line-height: 15px; 		    		}
	
			h4 {
			font-size: 14px; 			line-height: 14px; 		    		}
	
			h5 {
			font-size: 13px; 			line-height: 13px; 		    		}
	
			h6 {
			font-size: 12px; 					    		}
	
			body,
		p {
			font-size: 14px; 			line-height: 23px; 		    letter-spacing: 0px; 		}
	}
@media only screen and (max-width: 480px){

			section.parallax_section_holder {
			height: auto !important;
			min-height: 330px;
		}
	
				.footer_bottom {
			line-height: 12px;
		}
	
	}