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

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

.bannerImage .sectionInner {
    padding: 20vh 0 3rem;
}

h2.sectionTitle	{
	text-align: center;
}

@media only screen and (min-width: 951px) {
	.mainNavigation.flexItem {
    	width: 100%;
	}
}

.heroStatement p{
	text-align: center;
    font-size: 1.7em;
    line-height: 1.2em;
	max-width: none;
	font-weight: 300;
}

.heroStatement p.quote {
	font-size: 1.5em;
	line-height: 1em;
	/*margin-top: 2em;*/
	font-family: var(--font-quote);
	font-style: italic;
	letter-spacing: 2px;
}

section.topBordered	{
	border-top: 1px solid var(--color-footer-border);
}

@media (min-width: 500px) {
	/* .wideCarousel	{
		min-height:500px;
		background-color: #eee;
	} */
}	
section.smallSculptures .sectionInner	{
	padding-bottom: 0;
}


