.historyContent {
	/*font-family: 'Cinzel', Arial;*/
	/*font-family: 'Quicksand', Arial;*/
	font-weight: normal;
}
.historyBorder {
	border-top: solid 18px #000;
	border-bottom: solid 18px #000;
	border-left: solid 10px #000;
	border-right: solid 10px #000;
}
.historyTitle {
	font-size: 32px;
	color: #FFF;
	font-weight: 600;
	/*font-family: 'Aldrich', Arial;*/
}
.historyText {
	font-size: 22px;
	color: #FFF;
	line-height: 31px;
	padding: 40px;
}
.overlayBg {
	background: rgba(0,0,0,.8);
}
.bg3 {
	background: url("../grfx/history/stage.jpg") 50% 0 no-repeat fixed;
	margin: auto;
	background-size: cover;
}
.photoBgBlank {
	background-color: darkred;
	margin-right: 15px;
	margin-left: 15px;
}
.img-history {
	align-self:flex-start; 
	padding-bottom: 20px; 
	padding-top: 105px;
}
.img-history-border {
	background-color: #000;
	padding: 15px;
}


@media (min-width: 992px) {
	.flex {
		display: flex;
	}
}