/*html,
body {
  height: 100%;
}

body {
  background: #141515;
  font-family: "muli-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

#header {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 501;
}*/


#header-nav-wrap {
	padding-top: 10px;
	padding-bottom: 8px;
}

#header-nav-wrap .header-main-nav li {
	display: inline-block;
	padding-left: 0px;
	margin-right: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

#header-nav-wrap .header-main-nav li a {
	display: block;
	font-size: 1.3rem;
}

/* Inactive */
#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
	color: #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	text-decoration: none;
	border-radius: 4px 4px 0px 0px;
	background-color: transparent;
	border-bottom: 2px solid #000;
}

/* Over */
#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus {
	color: #000;
	text-decoration: none;
	background-color: #DFDFDF;
}

/* Active */
#header-nav-wrap .header-main-nav li.current a {
	color: #FFF;
	text-decoration: none;
	background-color: #A00002;
}

/* Email button overrides */
.emailButton {
	color: #FFF!important;
	text-decoration: none;
	background-color: #1AA22E!important;
}
.emailButton:hover {
	color: #FFF!important;
	text-decoration: none;
	background-color: #1FB936!important;
}



/* sections */
#overview {
	width: 100%;
	/* [disabled]height: 786px; */
	/* [disabled]min-height: 786px; */
	/* [disabled]background-color: #77FD68; */
	border-radius: 8px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#galleries {
	width: 100%;
	/* [disabled]height: 786px; */
	min-height: 400px;
	/* [disabled]background-color: #FF0004; */
}
#map {
	width: 100%;
	/* [disabled]height: 50px; */
	/* [disabled]min-height: 786px; */
	/* [disabled]background-color: #77FD68; */
}
#sec4 {
	width: 100%;
	height: 786px;
	min-height: 786px;
	background-color: #FF0004;
}


/* pushes anchor down past the fixed header */
#overview::before, #galleries::before, #map::before { 
  display: block; 
  content: " "; 
  margin-top: -70px; 
  height: 70px; 
  visibility: hidden; 
  pointer-events: none;
}
