@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: 20px; 					    		}
	
			h2 {
			font-size: 20px; 					    		}
	
			h3 {
			font-size: 20px; 					    		}
	
			h4 {
			font-size: 20px; 					    		}
	
			h5 {
			font-size: 20px; 					    		}
	
			h6 {
			font-size: 20px; 					    		}
	
	}
@media only screen and (max-width: 480px){

	
		
	}