@charset "UTF-8";
/* CSS Document */


#logo a {
	font-size: 1.25em; /* make same size as "logo a:hover" so it doesn't change  */
	color: #333;
	margin-left: 8%;
	}
	
#logo a:hover  {
	font-size: 1.25em;  /* make same size as "logo a" so it doesn't increase  */
}
	
#banner h2 {
	font-size: 5.4vw;
	left: 8%;
	right: 8%;
	letter-spacing: 0px; /* percentage doesn't work, just px */
}

#fullwidthtext p {
	margin-left: 8%;
	margin-right: 8%;
	font-size: 20px;
}

#fullwidthtext h1 {
	font-size: 1.7em;
	margin-left: 8%;
	margin-right: 8%;
	color: #333;
	
	}

#fullwidthtext h2 {
	font-size: 1.7em;
	margin-left: 8%;
	margin-right: 8%;
	color: #333;
	
	
	}
	
#fullwidthtext h3 {
	font-size: 1.7em;
	margin-left: 8%;
	margin-right: 8%;
	
	}
	
#fullwidthtext h4 {
	font-size: 1.4em;
	margin-left: 8%;
	margin-right: 8%;
	}
	
#fullwidthtext hr {
	margin-left: 8%;
	margin-right: 8%;
}
	
#buttons {
	margin-left: 8%;
}

#buttons a  {
	font-size: 14px;
}

#backgroundwrapper {
	padding-bottom: 40px;
}

#smallphotocontainer {
	margin-top: 50px;
	margin-left: 8%;
	margin-right: 8%;
}

#smallphotoleft {
	width: 44%;
}

#smallphotoright {
	width: 44%;
}
	
#smallphotoleft h2 {
	font-size: 1.6em;
}

#smallphotoright h2 {
	font-size: 1.6em;
}

#smallphotoleft p {
	line-height: 130%;
	font-size: 1.1em;
	color: black;
}

#smallphotoright p {
	line-height: 130%;
	font-size: 1.1em;
	color: black;
}

#banner2 img {
	height: auto;
	width: 92%;
	margin-left: 0%;
	margin-right: 8%;
}

#footer p {
	margin-left: 8%;
	margin-right: 8%;
}

#footer a {
	margin-left: 8%;
	margin-right: 8%;
}

#footer h3 {
	font-size: 1.1em;
	margin-left: 8%;
	margin-right: 8%;
}

#paypal_buttons {
	margin-left: 8%;
}