/*	HEADER 1
/*----------------------------------------------------*/

#header-1 {
    width: 100%;
    background: none;
    min-height: 80px;
}

#header-1 p#site-title {
	font-family: 'Anton', sans-serif;
	font-size: 44px;
	color: #ffffff;
	font-style: italic;
	text-shadow: 4px 4px 4px #000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.1;
}

#header-1 p#site-title a {
	color: #ffffff;
}

#header-1 p#site-title a:hover,
#header-1 p#site-title a:focus {
	color: #3498DB;
	text-decoration: none;
}

#header-1 .main-nav {
	background-color: #3E5179;
  border: 0;
  height: 80px;
}

#header-1 .main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#header-1 .main-nav .navbar-toggle:focus {
	outline: none;
}

#header-1 .main-nav .navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.6);
	height: 3px;
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

#header-1 .main-nav .nav {
	margin-top: 12px;
}

#header-1 .main-nav .nav .nav-item a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

#header-1 .main-nav .nav .nav-item.active a {
	color: #3498DB;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:hover {
	color: #3498DB;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:focus {
	outline: none;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:active {
	outline: none;
	background: none;
}

#header-1 .main-nav .nav .nav-item.active {
	color: #333;
}


#header-1 .main-nav .nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #3E606F;
}

#header-1 .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3E606F;
	position: absolute;
	right: 35px;
	top: -10px;
}

#header-1 .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#header-1 .main-nav .nav .dropdown-menu a:hover {
	background: #193441;
	color: #fff;
}

#header-1 .brand-img {
	max-width: 150px;
	padding: 20px 0;
}

.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

.headroom--unpinned {top: -100px;}
.headroom--pinned {top: 0;}


/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: none;
}


/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  	  	
	#header-1 .brand-img {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	#header-1 .navbar-fixed-top {
		position: relative;
	}
	
	#header-1 .navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 100%;
		top: 80px;
		position: absolute;
		background: #193441;
		z-index: 999;
	}
	
	#header-1 .navbar-collapse .nav {
		margin: 0;
	}
	
	#header-1 .main-nav .nav .dropdown-menu:before {
		display: none;
	}
	
	#header-1 .navbar-fixed-top .navbar-collapse,
	#header-1 .navbar-fixed-bottom .navbar-collapse {
		max-height: inherit;
	}
  
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* -----------------------------------------------------------------------------
 * Additional media queries to fix various menu formatting issues - PAB 7/3/20
 * -----------------------------------------------------------------------------
 */

/* Reduced top margin of Offshore Guides title when width is greater than 1024px */ 
@media (min-width: 1024px) {
	#header-1 p#site-title {
		margin-top: 16px;
	}
}

/* Fixd menu wrapping to second line (into photo slider) when width is between 768px and 1023px */ 
@media (min-width: 768px) and (max-width: 1023px) {
	#header-1 p#site-title {
		font-size: 36px;
		margin-left: 0;
	}
	.container {
	  width: 100%;
	}
	#header-1 p#site-title {
		font-size: calc(5px + 3vw);
	}
	#header-1 .main-nav .nav {
		margin-top: 18px;		
	}
	.nav > li > a {padding: 10px calc(2px + .75vw);}
}

/* Reduced size of Offshore Guides title when width is less than 768px */ 
@media (max-width: 767px) {
	#header-1 p#site-title {
		font-size: 36px;
		margin-left: 15px;
	}
}	

/* Reduced size of Offshore Guides title when width is less than 768px */ 
@media (max-width: 360px) {
	#header-1 p#site-title {
		font-size: 24px;
		margin-top: 24px;	
		margin-left: 10px;
	}
}	
