@media screen and (min-width: 1px) and (max-width: 640px)  {


/* Text Formatting */


#h1 {
}


/* Intro Headers */

#h2 {
	font-size: 2.5em;
}


/* Intro Headers Alt */

#h3 {
	font-size: 2.1em;
	line-height: 1.4;
}


/* Tour Slides Nav */

#h4 {
	font-size: 1.3em;
}



/* Main Nav */

#h5 {
	font-size: 1.6em;
	line-height: 1.4;
}



/* Footer Text */

#h6 {
	font-size: 1.0em;
}


/* Sub Nav */

#h7 {
	font-family: Georgia, serif;
	font-weight: regular;	
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: +1px;
	color: #fdfcf5;
}



p {
	font-size: 1.8em;
}








}