.colored-box {
	padding:2.5em 5em;
	color:#fff;
	height:100%;
}

.colored-box.colored-box-ltgreen {
	background-color:#8EB63E;
}

.colored-box.colored-box-dkgreen {
	background-color:#00673E;
}

.colored-box.colored-box-ltblue {
	background-color:#4CA9D2;	
}

.colored-box.colored-box-black {
	background-color:#222222;	
}

.colored-box.colored-box-dkgrey {
	background-color:#999;	
}

.colored-box-title {
	font-family:'Playfair Display', serif;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:1em;
	font-weight:600;
}