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

section.bannerImage	{
	background-image: url('/wp-content/themes/rwcarman/images/rwc-banner07b.jpg');
	background-image: url('/wp-content/themes/rwcarman/images/rwc-blueish-banner3.jpg');
	background-image: url('/wp-content/themes/rwcarman/images/BG-creek.jpg');
	background-image: url('/wp-content/themes/rwcarman/images/BG-creek-w-shapes1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 30vh;
	background-color: var(--color-contact-background);
}

.sectionTitle h2	{
	text-align: center;
}

section.heroStatement	{
	background-color: var(--color-navbar-wrapper-background);
background-color: white;
	font-size: 1.3rem;
}

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

section.heroStatement p	{	
	text-align: center;
}

li.current_page_item	{
	display: none;
}

.overBanner {
    margin: 6vh auto 0;
}


