
/* background color for content blocks */
.bg-white {
	background: $white;
}

.bg-light-gray {
	background: $albaster;
}

.bg-gray {
	background: $desert-storm;
}