
.flexRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#headingSpace {
	margin: 0 0 3rem 0;	
}

.aCard {
	position: relative;
	width: 15.4rem;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
/*	-webkit-perspective: 60rem;
	-moz-perspective: 60rem;*/
	perspective: 60rem;	
}

.aCardThreeItems {
	height: 24.4rem;
}

.aCardTwoItems {
	height: 22.2rem;
}

.aCardOneItem {
	height: 20rem;
}

.frontBack {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}

.aCard:hover .frontBack {
	transform: rotateY(180deg);
}

.cardFront {
	position: absolute;
	width: 15rem;
	background: gainsboro;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 0.2rem solid saddlebrown;
}

.cardFrontThreeItems {
	height: 24.4rem;
}

.cardFrontTwoItems {
	height: 22.2rem;
}

.cardFrontOneItem {
	height: 20rem;
}

.frontImage {
	width: 15rem;
	height: auto;
}

.frontText {
	font-size: 2rem;
	text-align: center;	
}

.frontTextOldeTowne {
	padding-top: 1.4rem;
	color: saddlebrown;
}

.frontTextCharlotteShout {
	padding-top: 4.2rem;
	color: #E25B47;
}

.frontTextTraverseCity {
	padding: 0.8rem 4rem 0 4rem;
	color: #800000;
}

.frontTextMatthewsFM {
	padding-top: 2.2rem;
	color: #36454f;
}

.frontTextDuluth1 {
	padding-top: 0.4rem;
	color: #36454f;
}

.frontTextMadisonPerk {
	padding-top: 3.6rem;
	color: #422100;
}

.frontTextHendersonCountyFM {
	padding-top: 1.4rem;
	color: #5A7030;
}

.frontTextAsheville {
	padding-top: 1.6rem;
	color: black;
}

.frontTextFrontPorch {
	padding-top: 0.4rem;
	color: #800080;
}

.frontTextDuluth2 {
	padding-top: 3rem;
	color: #004c90;
}

.frontTextBirkdale {
	padding-top: 3.4rem;	
	color: #1C5B44;
}

.frontTextFootballGame {
	padding-top: 0.4rem;
	color: #D90909;
}

.frontTextDowntown {
	color: royalblue;
}

.frontTextSummerWages {
	padding-top: 0.8rem;
}

.frontTextSolitaryMan {
	color: #fe4847;
}

.frontTextKingOfCalifornia {
	color: #db3d78;
}

.frontTextDarkHollow {
	padding-top: 0.8rem;
	color: #093B1E;
}

.frontTextBlueXmas {
	padding-top: 0.8rem;
	color: green;
}

.cardBack {
	position: absolute;
	width: 15rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 0.2rem solid saddlebrown;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
}

.photoCompress {
	width: 100%;
	height: 2rem;
	border-bottom: 0.2rem solid saddlebrown;
}

.photoNormal {
	width: 100%;
	height: 20rem;
	overflow: hidden;
}

.photoCompress:hover {
	width: 100%;
	height: 20rem;
}

video {
	width: 100%;
	height: 20rem;
	overflow: hidden;
}