/* Image Gallery */

h4 {
	margin: 2em 0px 0px;
}

h3 {
	margin: 2em 0px 0px;
}

figure {
	border: none;
	background-color: LightGrey;
	margin: 2em .8em;
	width: 250px;
	height: 500px;
	float: left;
}

figure > img {
	border: none;
	margin: 5px;
	width: 240px;
	height: 490px;
}

figure.withFix {
	border: none;
	background-color: LightGrey;
	margin: 2em .8em;
	width: 360px;
	height: 500px;
	float: left;
}

figure.withFix > img {
	border: none;
	margin: 5px;
	width: 350px;
	height: 490px;
}

figure > figcaption {
	padding-left: 5px;
}

div {
	text-indent: 1.2em;
}