/*
*****************************************
 Site: Warbird Heritage Foundation
 www.warbirdheritagefoundation.org
 Author: Valerie Baker
 www.angel-above-graphic-design.com
*****************************************
*/


/*CUSTOM USER CLASSES*/
.image-grid img {
	border-radius: 5px;
}
.image-grid .hmy-content-wrapper {
	overflow: hidden;
}
.image-grid img {
	transition: all ease-in .5s;
	transform: scale(1);
	transform-origin: bottom;
}
.image-grid img:hover {
	transform: scale(1.35);
}
.image-grid .hmy-section h3 {
	font-size: 100%;
	margin: 6px 0px 0px 0px;
}
.hmy-section .hmy-content p {
	margin: 0px;
}
.image-grid a {
	font-size: 80%;
}
