
@media only screen and (min-width: 500px) and (max-width: 792px){
	
	h1{
					}
	
}

@media only screen and (max-width: 500px){

		
	h1{
					}

}