@media only screen and (max-width: 1000px){
				}
@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: 21px; 					    		}
	
			h2 {
			font-size: 40px; 			line-height: 34px; 		    		}
	
			h3 {
			font-size: 15px; 					    		}
	
			h4 {
			font-size: 14px; 					    		}
	
			h5 {
			font-size: 11px; 					    letter-spacing: -1px; 		}
	
	
	}
@media only screen and (max-width: 480px){

	
		
	}