/* Phones */
/* Optimized for iPhones. */ 

@media only screen and (max-width: 767px) { 
	h1 {
	font-size: 24px;
	}
	.flyout {
	border: none;
	left: 0;
	}
	.frame h2 {
	text-align: center;
	}
	.frame h3 {
	text-align: center;
	}
	.frame p {
	text-align: center;
	}
	#bottom-nav a {
	margin: 8px;
	float: none;
	}
	.headline p {
	margin-bottom: 0;
	}
	.galleryimage img {
	width: auto;
	height: auto;
	}
}