.home .masthead .caption {
	color: #000;
	font: 2em/1 Alexbrush;
	width: 100%;
}

.home .masthead .caption h2 {
	text-shadow:  0 0 5px rgba(255,255,255,0.5)
}

.home .masthead .caption a {
	text-decoration: none;
}

@media only screen and (max-width: 40em) {
	.home .masthead .caption {
		background: #fff;
	}
}