#body
{
	background-color: #282828;
	color: #aaa;
}

.callout
{
	background-color: #111;
	color: #aaa;
}

.modular .showcase
{
	background-attachment: fixed;
	background-position: right bottom;
	background-size: cover;
}

.features
{

}

.features h3
{
	max-width: calc(50% + 20rem);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	//text-align: l;
	font-family: Verdana;
}

#header.scrolled {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

#header.scrolled #logo h3 a {
    color: #fff !important;
}


