body
{
	/*font-family: 'Arsenal', sans-serif;*/
	font-family: 'Slabo 27px', serif;
	/*font-family: 'Playfair Display', serif;*/
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}

table
{
	font-size: 22px;
}

figcaption
{
	font-size: 12px;
	text-align: center;
}

.title
{
	/* font-family: 'Lobster Two', cursive; */
	/* font-weight: normal; */
	text-align: center;
}

.subtitle
{
	text-align: center;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.bold
{
	font-weight: bold;
}

.container
{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 20px;
}

.container > img
{
	width: 40%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.container img.feature-photo
{
	width: 80%;
}

.note
{
	font-size: 15pt;
}

.photo-row, .photo-row-med
{
	display: flex;
	justify-content: center;
}

.photo-row img
{
	height: 275px;
	padding: 20px;
}

.photo-row-med img
{
	height: 350px;
	padding: 20px;
}

.feature-text
{
	font-style: italic;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
}