.section1 {
	position: relative;
	display: block;
	width: 100%;
}

.navbar-custom {
	z-index:999999 !important;  /* this is so the collapsed navbar shows on top of the arrows from the slider */
	position: fixed; 
	background-color: #E46142;
} 

.section1 .navbar.navbar-custom.navbar-fixed-top .container.full-width #navbar-collapse {
	background-color: #e46142;
}

.section1 .navbar-custom .container #navbar-collapse .nav.navbar-nav li a{
	color: white;
}

.section1 .navbar-custom .container .navbar-header .navbar-brand{
		color: white;
}

.section1 .navbar.navbar-custom.navbar-fixed-top .container .navbar-header .navbar-toggle .icon-bar{
	background-color: white;
}

ul.nav a:hover { color: #000 !important; }

.section1 .navbar.navbar-custom.navbar-fixed-top .container #navbar-collapse .nav.navbar-nav .dropdown .dropdown-menu {
	background-color: #E46142;
	color: white;
}

.section1 .navbar.navbar-custom.navbar-fixed-top .container #navbar-collapse div .navbar-text.navbar-right, .section1 .navbar.navbar-custom.navbar-fixed-top .container #navbar-collapse div .navbar-text.navbar-right .fa.fa-phone{
	color: #fff;
	font-style: bolder;
	font-size: 1.1em;
}

.section1 .navbar.navbar-custom.navbar-fixed-top .container.full-width {
	width: 95% !important;
	max-height: 50px;
}
