@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #fff7e3;
	}
				}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
		}
@media only screen and (max-width: 768px){
	
	
	
	
	
	
	
	
	}
@media only screen and (max-width: 600px) {
			h1 {
			font-size: 20px; 					    		}
	
			h2 {
			font-size: 28px; 			line-height: 33px; 		    letter-spacing: 2.5px; 		}
	
	
			h4 {
			font-size: 18px; 			line-height: 30px; 		    		}
	
	
	
	}
@media only screen and (max-width: 480px){

	
				.footer_bottom {
			line-height: 26px;
		}
	
	}