body { font-family: Gotham, Raleway, sans-serif; }

.red { color: #f25c30; }
.bold { font-weight: 800; }
.footer-image { margin-top: 6em; margin-bottom: 2em; }

/* overlay */
.image-caption {
    top:40%;
    left:0;
    position: absolute;
	font-size: 24pt;
	font-weight: bold; 
	text-align: center;
	letter-spacing: 5px;
	width: 100%;
}

.image-overlay {
    position:relative;

}
.centered { text-align: center; }