
.gallery-title {
	text-align: center;
	text-decoration: underline;
	padding-top: 5%;
}

#textblurb {
	text-align: center;
	font-weight: 100;
	font-style: italic;
	font-size: .8rem;
}

.image-gallery {
	display: flex;

	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
	
}

img {
	
	max-width: 60%;
	height: auto;
	padding: 5%;


}





