#header, .front-page .content-area {
	background: #fff;
}

main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #777;
	border-color: #777;
}

main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input.active[type="submit"], .open > input.dropdown-toggle[type="submit"], input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input.active[type="reset"], .open > input.dropdown-toggle[type="reset"], input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input.active[type="button"], .open > input.dropdown-toggle[type="button"] {
	background-color: #888;
	border-color: #888;
}

.featured-title, .featured-subtitle, #featured-content p, .call-to-action {
	color: #777;
}

#footer a {
	color: #fff;
}