/* Media Queries */

@media screen and (max-width: 480px) { 
	
img#Image1{
    height: 50px;
    width: 100px;

}
	
img#Image2{
	height: 50px;
	width:  100px;
}
	
img#Image3{
	height: 50px; 
	width:  100px;
	}
	

	body header {
		padding-top: 20px;
	}
	
	body header h1 {
		font-size: 10px;}
	
}
