/* Media Queries */
@media only screen and (max-width: 640px) {
	#masthead {
		background: #fefffc;
	}
}