/* HOMEPAGE STYLES
************************************************************/
.navbar-wrapper	{
	position: absolute;
	top:0;
	z-index: 1000;
	width: 100%;
	background: rgba(0,0,0,0.8);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	border-bottom: none;
}
section	{
	border-bottom: 1px solid var(--color-row-border);
}

section.bannerImage	{
	min-height: 100svh;
	display: flex; 				/* 5-lines to avoid internal scrollbars */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
section.cta {
	display: none;
}

.siteTitle .word1 {
  color: #905b39;
	font-family: 'Avenir Next LT Pro Bold';
}

.siteTitle .word2 {
  color: #fff;
}

.icon-bar { 
	background-color: #fff !important;
}

@media (min-width: 991px) {
	.navbar-nav li a {
		color: #EEE;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	.navbar-nav li a:hover {
		color: #FFF;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	}
	.navbar-nav li ul li a {
		color: #555 !important;
		text-shadow: none !important;
	}
	.navbar-nav li ul li a:hover {
		color: #000 !important;
	}
}

li.current_page_item	{
	display: none !important;
}

