#footerPhoto {display: none; background: none;}	/* -----------------------  MEDIA QUERIES    ------------------------ */	/* 480px/16px = 30em */	 /*@media all and (min-width: 30em) {*/	#masthead {height: 160px;}		/*body.header-1 #masthead {background: url('/images/headers/lancaster-farm-in-spring-700.jpg') top center no-repeat;}		body.header-2 #masthead {background: url('/images/headers/kids-bike-race-700.jpg') top center no-repeat;}*/	/*}*/	/* 700px/16px = 43.75em */	 @media all and (min-width: 43.75em) {	#masthead {height: 180px;}		/*body.header-1 #masthead {background: url('/images/headers/lancaster-farm-in-spring-850.jpg') top center no-repeat;}		body.header-2 #masthead {background: url('/images/headers/kids-bike-race-850.jpg') top center no-repeat;}*/	}	/* 800px/16px = 50em */	 @media all and (min-width: 50em) {	#masthead {height: 160px;}		/*body.header-1 #masthead {background: url('/images/headers/lancaster-farm-in-spring-1250.jpg') top center no-repeat;}		body.header-2 #masthead {background: url('/images/headers/kids-bike-race-1250.jpg') top center no-repeat;}*/	}	/* -----------------------                    ------------------------ */