/*
 _   _  ____  __  __          _____  
| \ | |/ __ \|  \/  |   /\   |  __ \ 
|  \| | |  | | \  / |  /  \  | |  | |
| . ` | |  | | |\/| | / /\ \ | |  | |
| |\  | |__| | |  | |/ ____ \| |__| |
|_| \_|\____/|_|  |_/_/    \_\_____/ 

Website Developed by: Nomad Digital Media, LLC
Senior Front-End Engineer & Chief Freelancer: Jonathan Hazelwood
Site Created: March 2025
Launched: April 2025

*/

/* Site Colors*/
:root {
  --darkblue: #051232;
  --blue: #37499E;
  --lightblue: #8ACEF3;
}

html {
	scroll-behavior:smooth;
}

body, p, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: 'Raleway', sans-serif !important;
	color: var(--blue);
}

p {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600 !important;
	color: var(--blue) !important;
}

a:hover {
    color: var(--lightblue) !important;
}

.scale {
    transition: transform .4s;
}

.scale:hover {
    transform: scale(1.04);
}

.globalButton {
		background-color: var(--blue) !important;
		padding: 10px 40px !important;
		font-size: 1em !important;
		font-weight: 600;
}

.globalButton:hover {
		background-color: var(--lightblue) !important;
		color: white !important;
}

.globalButtonDark {
		background-color: var(--darkblue) !important;
		padding: 10px 40px !important;
		font-size: 1em !important;
		font-weight: 600;
}

.globalButtonDark:hover {
		background-color: var(--lightblue) !important;
		color: white !important;
}

.darkbluebk {
    background-color: var(--darkblue);
    padding: 60px 0;
}

.darkbluebk h1, .darkbluebk h2, .darkbluebk h3, .darkbluebk h4, .darkbluebk p, .darkbluebk ul li {
    color: white !important;
}

.spacer {
    margin: 60px 0;
    width: 100%;
}

#headerWrapper {
	padding: 40px 0;
}

#logo {
    padding-top: .8em;
}

#navSection {
    padding: 1em 0;
}

.title-bar {
	background: var(--blue) !important;
}

#navSection .menu {
		white-space: nowrap;
}

#mobileNav, #mobileNav .menu {
    background: var(--blue);
}

.menu li {
		text-align: center;
}

.menu li a {
		color: white;
		font-weight: 600;
		padding: 1rem .8rem !important;
}

.menu li a:hover {
	color: var(--darkblue);
}

.submenuitem {
    background: white;
}

.submenuitem a {
    text-align: left;
    color: var(--blue) !important;
    font-weight: 300 !important;
}

.submenuitem a:hover {
    color: var(--darkblue) !important;
}

.dropdown.menu>li.is-active>a {
    color: var(--lightblue) !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: white transparent transparent !important;
    right: 1px !important;
}

#videoWrapper {
		position: relative;
		max-height: 580px;
		overflow: hidden;
}

#videoWrapper video {
		object-fit: cover;
		width: 100%;
		margin-top: -4.2em;
}

#videoBanner {
		background: rgba(13,61,96,0.6);
		position: absolute;
		width: 100%;
		top: 140px;
		padding: 62px 0;
}

#videoBanner h1 {
		font-size: 4.5em;
		color: white !important;
}

#videoBanner h3 {
		font-size: 3em;
		color: var(--lightblue) !important;
}

#clientSlider {
    margin: 40px 0;  
}

.clients {
    margin: 60px 0;    
}

#ctaArea {
    margin: 5em 0;
}

.cta {
		background: var(--blue);
		padding: 25px;
		z-index: 1;
		color: white !important;
}

.cta p {
		color: white;
}

.cta i {
		font-size: 3em;
		padding: 1em 0;
}

#aboutUs {
    margin-bottom: 60px;
	padding: 60px 0;
	background-color: var(--blue);
	color: white;
}

#aboutUs h2, #aboutUs h4, #aboutUs p {
	color: white !important;
}

.sectionTitle {
		text-transform: uppercase;
		font-size: 4em;
		margin-bottom: 40px;
}

#contactUs {
	background: var(--darkblue);
	padding: 60px 0;
}

.darksectionHeader{
		color: white;
}

#contactForm p, #contactForm a,  #contactForm label {
		color: white;
}

#contactForm a:hover {
		color: var(--lightblue);
}

#messageSent {
		border: solid 2px darkgreen;
}

#messageSent h5, #messageSent p {
		color: darkgreen !important;
}

#contactUs label {
		position: relative;
}

.asterisk {
		color: red !important;
		font-size: 38px;
		position: absolute;
		top: -22px;
}

#errorMessageWrapper {
		border: solid 1px red;
}

#errorMessage {
		color: darkred !important;
}

.pageTitle {
	font-size: 4.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--blue) !important;
	margin: 80px 0;
}

.pageTitle:after {
	display: block;
	clear: both;
	content : "";
	position: relative;
	max-width: 110px;
	width   : 8%;
	border-bottom: 7px solid var(--blue);
	margin: 0 auto;
}

#leadership {
	background: #dbf7ff;
	padding-top: 100px;
}

#leadershipWrapper {
	background: white;
	margin: 20px 0 60px 0;
	padding: 40px;
}
.pageHeading {
	font-size: 4.5em;
	font-weight: 500;
	color: var(--blue) !important;
}

.pageHeading:after {
	display: block;
	clear: both;
	content : "";
	position: relative;
	max-width: 110px;
	width   : 8%;
	border-bottom: 7px solid var(--blue);
	margin: 0 auto;
}

#aboutAreaOne {
		padding-bottom: 60px;
}

.heroWrapper {
		min-height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
}


.pageHero {
		display: block;
		width: 600px;
		max-width: 100%;
		text-align: center;
		background: rgba(255,255,255,0.8);
		margin: 100px auto 100px auto;
		padding: 20px;
}

.pageheroTitle {
	font-size: 4.5em;
	color: var(--blue);
}

.pageheroDescription {
	font-size: 2em;
	color: var(--blue);
}

#contentWrapper, #contentCallout {
	margin: 20px 0;
}

.content {
	margin-bottom: 30px;
}

.imageMargin {
	margin: 40px 0;
}

#aboutCarousel video {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#supportCarousel {
    clip-path: polygon(0 7%, 100% 7%, 100% 90%, 0 90%);
}

#supportCarousel video {
    width: 100%;
}

#crewImages img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}

#shipImages img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}

#footerWrapper {
	background: var(--blue);
}

#footerWrapper a {
		color: white;
}

#footerWrapper a:hover {
		color: var(--lightblue);
}

#footerLogo, #footerAddress {
	margin-top: 80px;
}

#footerAddress p {
	color: white;
}

#footerNav {
		margin-top: 20px;
}

#copyright {
		font-size: 14px;
		color: white;
		margin-bottom: 20px;
}

#copyright img {
    width: 125px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#headerWrapper {
        padding: 0;
    }
    
	#headerWrapper #logo {
			text-align: center;
	}
	
	#ctaArea {
        margin: 2em 0;
    }
	
	.pageTitle {
        font-size: 3em;
        margin: 20px 0;
	}
	
	.sectionTitle {
        font-size: 3em;
    }
	
	#mobileNav, #mobileNav .menu {
		background: var(--blue);
	}
	
	.submenuitem a {
	    color: white !important;
	}
	
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        border-color: white transparent transparent !important;
    }
	
	#navSection .menu li {
		display: contents;
		text-align: center;
	}
	
	.menu li a {
		width: 100%;
	}
	
	.menu li a:hover {
		color: var(--lightblue);
	}
	
	#videoWrapper {
			max-height: 178px;
	}
	
	#videoBanner {
			position: absolute;
			top: 24px;
			padding: 20px 0;
	}
	
	#videoBanner h1 {
			font-size: 2em;
	}
	
	#videoBanner h3 {
			font-size: 1.4em;
	}
	
	.cta {
			margin-top: 1em;
	}
	
	#contactForm #submitButton {
        margin-top: 1em;
    }
	
	.thumbnail {
			width: 100%;
	}
	
	#CLInfo h3 {
		color: white !important;
		padding-left: 10px;
	}
	
	#CLInfo p {
		color: white;
		padding: 0 10px;
	}
	
	#contactBubbles, #equipImage, #CLImage, #waterMascot {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
	
	#jamestownContact, #jamestownContactOther, #waterInfo {
			text-align: center;
	}
	
	
    .slick-slide img {
        margin: 0 auto;
    }
	
	#footerWrapper {
			text-align: center;
	}
}

@media screen and (max-width: 375px) {
    #videoBanner {
		position: absolute;
		top: -10px;
		padding: 15px 0;
    }
    
    #videoWrapper video {
        margin-top: -1em;
    }
}
	}