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