@charset "utf-8";
/* CSS Document */

nav a {
	text-transform: uppercase;
}

.homepage-graphic {
	text-align: center;
}

.honoree-single {
	text-align: center; 
	padding-bottom: 16px;
}

.honoree {
	display: inline-block;
	text-align: center;
	width: 33.3%;
	vertical-align: top;
}

#slideshow-button, #catlist-button {
	background-color: #fff !important;
}

@media screen and (max-width: 999px) { /* only do this if the screen size becomes less than 990px */
.honoree {
	float: none;
	text-align: center;
	width: 100%;
	padding-bottom: 16px;
}

.honoree-single img, .honoree img {
	max-width: 50%;
}

.imgRespond img {
	max-width: 40%;
}

.donateButton img {
	max-width: 90px;
	padding-bottom: 12px;
}

a.mobile_menu {
	background-image: url(mobile_link_menu.png);
}

a.mobile_menu.selected { background-position: 4px -28px}

nav a:hover {
	color: #000;
}

}