/* HOMEPAGE STYLES
************************************************************/

section:not(section.about)	{
	border-bottom: 1px solid var(--color-row-border);
}

section.bannerImage	{
	min-height: 30vh;
}

.sectionTitle	{
	text-align: center;
}

section.heroStatement .container	{
	max-width: 52rem;
}

section.heroStatement	{	
	text-align: center;
}

section.heroStatement h2	{	
	margin-top: 1em;
	font-size: 2em;
	font-style: italic;
	font-family: var(--font-quote);
}

/*li.current_page_item	{
	display: none;
}*/

.thumb {
	text-align: right;

}

.thumb img	{
	display: inline-block;
	margin-bottom: 30px;
		width: 100%;
		height:auto;
}

@media (min-width: 900px) {
	.thumb img	{
		max-height: 200px;
		width: auto;
	}
}

h4, p {
	margin-left: 0;
}

h4	{
	text-transform: uppercase;
	font-weight: bold;
}

