/* ============================================================
   Captain James Lowe – Site stylesheet (modernized)
   Keeps existing class names, colors (#e6c300 gold), and image paths.
   Mobile + laptop friendly.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --navy: #000000;
  --gold: #e6c300;
  --link-blue: #3399ff;
  --text: #333333;
  --white: #ffffff;
  --max: 1100px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-display: Verdana, Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--font);
  margin: 0;
  position: relative;
  /*background-image: url('../images/bluesea.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  line-height: 1.6;
  font-weight: normal;
  color: var(--text);
  background-color: #f7f9fc;
}

/* Allow text selection for accessibility (users can copy phone/email) */

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  z-index: 0;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 1;
  position: relative;
}





.header {
  position: relative;
  min-height: 240px;
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 3.5rem 1.25rem 1.5rem; /* extra right pad — logo not at edge */
  margin-top: 0;
  overflow: hidden;
  box-sizing: border-box;

  background: url('../header_images/Nautical_Scene_Marine_Background_118kb_WEBP.webp') no-repeat center center;
  background-size: cover;
}




.header-text {
  color: white;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
  line-height: 1.3;
}



.no-wrap {
  white-space: nowrap;
}



.header {
  -webkit-touch-callout: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


  
 
a[href^="tel:"] {
  /* Add your styles here */
  color: #fff; /* Text color */
  text-decoration: none; /* Remove underline */
  font-weight: bold; /* Bold font weight */
  font-size: 20px;
  white-space: nowrap;
}

a[href^="tel:"]:hover {
  /* Add your hover styles here */
   color: #3399ff; /* Text color on hover */
   font-size: 20px;
   color: #e6c300; /* Change the text color to yellow when hovering */
   text-shadow: 2px 2px 2px black; /* Add a black shadow when hovering */
}








.logo {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  max-width: 300px;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo img,
.logo picture,
.logo picture img {
  display: block;
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

.contact-info {
  flex: 0 1 auto;
  min-width: 0;
}

.logo-link {
  display: flex;
  align-items: center;
  margin-left: auto; /* push logo toward right side of header */
  margin-right: 0;
  flex-shrink: 0;
  padding-right: 0.5rem; /* slight inset from padding edge */
}

.header-text {
  color: white;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.75rem);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
  line-height: 1.3;
  margin: 0;
}


p {
  text-align: left;
  margin: 0 8px;
}



/* Media query for screens with a maximum width of 768px */
@media (max-width: 768px) {
  .header {
    min-height: 195px;
    height: auto;
    padding: 1.35rem 1rem;
    gap: 0.75rem;
  }
  .logo {
    max-width: 175px;
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
  .logo img,
  .logo picture img {
    max-width: 175px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
  }
  .logo-link {
    margin-left: 0.5rem;
  }
  .header-text {
    font-size: 1.15rem !important;
    line-height: 1.3;
  }
  a[href^="tel:"] {
    font-size: 1.1rem !important;
  }
  /* Nav buttons a bit larger on mobile */
  #navbar .nav-btn,
  #navbar a.active2,
  #navbar .topnav .icon,
  #navbar .topnav .menu-toggle {
    height: 50px !important;
    font-size: 15px !important;
    padding: 0 10px !important;
  }
  #navbar .navbar-inner {
    min-height: 50px;
    padding: 5px 6px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .header {
    min-height: 178px;
    padding: 1.2rem 0.85rem;
  }
  .logo {
    max-width: 150px;
    margin-left: 0.35rem;
  }
  .logo img,
  .logo picture img {
    max-width: 150px !important;
    max-height: 88px !important;
    width: auto !important;
    height: auto !important;
  }
  .header-text {
    font-size: 1.05rem !important;
  }
  a[href^="tel:"] {
    font-size: 1.05rem !important;
  }
  #navbar .nav-btn,
  #navbar a.active2,
  #navbar .topnav .icon,
  #navbar .topnav .menu-toggle {
    height: 48px !important;
    font-size: 14px !important;
  }
}










.column {
  width: 100%;
  float: left;
  padding: 0px;
  background-color:#fff; 
  height: 100%;
 ; /* set a maximum width */
  
  
}


.body-italic {/* add italic style */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #333;
        font-style: italic;
        max-width: 90%;
        margin-left: 5%;
}


.body-textSmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333; 
  max-width: 90%;
  margin-left: 5%;
  
  /* add other styles as desired */
}






.body-textMedium {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333;
  max-width: 90%;
  margin-left: 5%; /* adjust the percentage value as per your preference */
  /* add other styles as desired */
}
.body-textLarge {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #333;
  max-width: 90%;
  margin-left: 5%;
  /* add other styles as desired */
}


.style7 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  max-width: 90%;
  margin-left: 5%;
  font-style: italic;
}

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  max-width: 90%;
  margin-left: 5%; /* adjust the percentage value as per your preference */
}
/*
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
} 
*/

   h2 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 15px;
    font-weight: bold;
    color: #000000;
    max-width: 90%;
    margin-left: 5%; 
}

  /* Additional CSS properties can be added here */

h3{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
  
}
  /* Styling for H1 link */
h1 a {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 24px;
     font-weight: bold;
     color: blue;
     max-width: 90%;
     margin-left: 5%; /* adjust the percentage value as per your preference */
     font-weight: bold; /* Set font weight */
     text-decoration: none; /* Remove underline */
    
}
    
h1 a:hover {
    color: #e6c300; /* Change the text color to yellow when hovering */
    text-shadow: 2px 4px 2px black; /* Add a black shadow when hovering */
}



@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}


/* Clear floats after columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes columns stack on top of each other */
@media screen and (max-width: 767px) {
  
  .column
  {
    width: 100%;
  }
}

select#State,
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
select {
  min-height: 2.4rem;
  max-width: 100%;
  width: auto;
  min-width: 170px;
  font-size: 15px;
  padding: 0.45rem 0.65rem;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: inherit;
}

ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  list-style-position: inside; /* Move bullets inside the list item */
  text-indent: 20px; /* Indent the bullets by 20 pixels */
}

  .horizontal-list {
    display: flex;
    list-style-type: none;
  }

  .horizontal-list li {
    margin-right: 10px;
  }


/* /////////////////////------------Images------------////////////////////// */
.image1 {
  width: 370px;
  height: 220px;
  border: 1px solid #ccc;
  margin: 10px 0;
  float: right;
  padding: 10px;
  border: 0;
}








.image2 {
  width: 370px;
  height: 479px;
  border: 1px solid #ccc;
  margin: 10px 0;
  float: right;
  padding: 10px;
  border: 0;
}

/* Adjust image sizes for smaller screens */
@media screen and (max-width: 600px) {
  .image1 {
    width: 100%; /* Full width for smaller screens */
    float: none; /* Remove float */
  }

  .image2 {
    width: 100%; /* Full width for smaller screens */
    float: none; /* Remove float */
  }
}







/*////////////Recent Delevrys//////////////////*/

.containerRD {
			display: flex;
			flex-direction: column;
			align-items: left;


	
		}
		.imageRD {
			display: inline;
			flex-direction: row;
			align-items: left;
			margin: 10px;
		}
		.imageRD img {
			width: 35%;
			height: auto;
			object-fit: cover;
			margin-right: 10px;
		}
		.imageRD p {
			font-size: 15px;
			font-weight: normal;
			margin: 0;
           font-family: Verdana, Arial, Helvetica, sans-serif;
		}

  .list-container {
    display: flex;
  }

  .list-container ul {
    flex: 1;
    margin: 0;
    padding: 0;
  }

 .content_video {
  padding: 30px; /* Adjust the value as needed */
}

.column-contact {
  width: 100%;
 
  padding: 00px;
  background-color:#fff; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; /* Center the content horizontally */
}

.iframe-container {
    margin: 0 center; /* Center the iframe horizontally */
    text-align: center; /* Center the iframe content horizontally */
}

.text-container {
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Center the container horizontally */
}
 /*/////////////////////////////////////////---------------Active-------------------//////////////////////////////////////////////*/


.active2 {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #e6c300;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}


@keyframes blink {
  from,
  to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

#navbar {
  background-color: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  overflow: hidden;
}


/* Style the links inside the navigation bar */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.9);
}






/* Change the color of links on hover */
.navbar a:hover {
  background-color: #0000ff;
  color: white;
}


/* Remove the sticky class when you leave the scroll position */
.sticky + .row {
  padding-top: 60px;
}
/* Sticky utility — navbar overrides width so it does not jump full-bleed */
.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
}

.navbar-text {
  color: white;
  font-size: 16px;
  margin-right: 20px;
  
}

/*////////////////////Drop Down///////////////////////////////////////////////////////*/

.sticky-menu {
  font-family: Arial, sans-serif;
  width: 60px;
  height: 30px;
}
/*//////////////////////*/



#navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem; /* same horizontal inset as .container */
  box-sizing: border-box;
  z-index: 1000;
  /* black only on the bar itself, not full bleed past content */
}

#navbar.sticky .navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 6px 8px;
  gap: 10px;
  min-height: 48px;
  box-sizing: border-box;
}



/* Remove the sticky class when you leave the scroll position */
#navbar.sticky + .row {
  padding-top: 60px;
}




@keyframes blink {
  from,
  to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/*/////////////////////////// topnav////////////////////////////////// */
.long-link {
  white-space: nowrap;
}


.topnav {
  background-color: #000000;
  overflow: hidden;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block; /* Display links as blocks to take full width */
}

.topnav .icon {
  background: #e6c300;
  color: white;
  display: inline-block;
  padding: 14px 16px;
  cursor: pointer;
  animation-name: blink;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
.topnav .icon .menu-open  {
    animation: none;

}



.topnav a:hover {
  background-color: #000033;
 
}

.topnav.responsive {
  position: relative; /*///////*/
}

.topnav.responsive .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 14px 16px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    height: auto; /* Remove fixed height to accommodate all links */
  }

  @media screen and (max-width: 600px) {
  .topnav.responsive a {
    display: block;
    width: auto;
    clear: both; /* Add this line to display links on separate lines */
  }
}
  
  
  
  .topnav.responsive a {
    display: block;
    width: 100%; /* Set links to take full width */
  }
  
  /* Optional: Add a max-height and overflow to limit the menu height and enable scrolling */
  .topnav.responsive {
    max-height: 400px; /* Adjust the value as needed */
    overflow-y: auto;
  }
}


/* Menu links hidden until opened (new dropdown structure) */
#MyJava:not(.responsive) .nav-dropdown {
  display: none;
}
#MyJava.responsive .nav-dropdown {
  display: block;
}


/* Add this CSS block to show the menu when it has the "responsive" class */

@media screen and (max-width: 600px) {
  #MyJava.responsive {
    position: relative;
  }
  
  
  #MyJava.responsive .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 14px 16px;
    cursor: pointer;
  }
  
  #MyJava.responsive a {
    display: block;
    width: auto;
  }
  
  #MyJava.responsive {
    overflow-y: auto;
  }
}

/*//////////////////////////////////*/

#footer_container {
  background-color: black;
  padding: 5px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
 
  
  

}

#footer {
  border: 2px solid #cda434;
  color: gold;
  
}


#footer span[itemprop="name"] {
  font-weight: bold;
}

#footer span[itemprop="telephone"] {
  font-style: italic;
}

.body-italic-white {
  text-align: center;
  color: white;
  font-style: italic;
}
.footer-text {
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:  #e6c300;
  max-width: 90%;
  margin-left: 5%;   
}

.footer-text2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  color: #e6c300;
  max-width: 60%;
  margin-left: 5%;  
}

#footer-text3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #e6c300;
  max-width: 80%;
  margin-left: 5%;  
}

#footer a {
  color: #e6c300;
}
.two {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #0000ff;
  text-decoration: none; /* Remove underline */
} 
.two a:hover {
    color: #e6c300; /* Change the text color to yellow when hovering */
    text-shadow: 2px 2px 2px black; /* Add a black shadow when hovering */
}
/* a three */

.three {
  color: gold;                 /* Change text color to gold */
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid gold;      /* Change border color to gold */
  background-color: black;     /* Change background color to black */
  display: flex;               /* Use flexbox for alignment */
  align-items: center;         /* Vertically center text */
  justify-content: center;     /* Horizontally center text */
  margin: 5px;
  border-radius: 0;
  max-width: 260px;            /* Set a maximum width for the element */
  overflow: hidden;            /* Hide overflow content */
  white-space: nowrap;         /* Prevent text from wrapping */
  text-overflow: ellipsis;     /* Show ellipsis (...) when text overflows */
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}




  .three:hover {
    background-color: #0000ff;
    color: white;
  }

.smallLink {
  color: #333; /* Standard text color */
  font-size: 9px; /* Font size of 10px */
  text-decoration: none; /* Remove underline */
}




/* ============================================================
   Footer — matches header: black field, gold accents, clear type
   ============================================================ */

/* Footer width — mobile full-bleed; laptop size set by JS to match .header */
#footer_container {
  background: transparent none;
  position: relative;
  box-sizing: border-box;
  margin-top: 1.5rem;
  padding: 1.25rem 0 1.75rem;
  width: 100%;
  max-width: none;
}

#footer {
  border: 2px solid #cda434;
  color: #e6c300;
  background-color: #000000;
  box-sizing: border-box;
  text-align: center;
  padding: 1.25rem 1rem 1.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

@media (max-width: 768px) {
  #footer_container {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #footer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 1.15rem 0.85rem 1.35rem;
  }
}


#footer a {
  color: #e6c300;
}

.footer-brand,
.footer-copy {
  text-align: center;
  color: #ffffff;
  margin: 0.85rem 0;
  line-height: 1.5;
}

.footer-brand strong {
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.footer-brand a[href^="tel:"] {
  color: #e6c300;
  font-style: normal;
  text-decoration: none;
}

.footer-brand a[href^="tel:"]:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(230, 195, 0, 0.45);
}

.body-italic-white {
  text-align: center;
  color: #f0f0f0;
  font-style: italic;
  margin: 0.75rem auto 1rem;
  max-width: 36rem;
  line-height: 1.45;
}

.body-italic-white a.toes,
#footer a.toes {
  color: #000000;
  background-color: #e6c300;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 0.15rem 0.45rem;
  border: 1px solid #cda434;
  display: inline-block;
  animation: none;
}

.body-italic-white a.toes:hover,
#footer a.toes:hover {
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}

#footer a.two {
  color: #e6c300;
  font-size: 0.85rem;
  text-decoration: none;
}

#footer a.two:hover {
  color: #ffffff;
  text-shadow: 0 1px 2px #000;
}

/* Service-area grid */
.footer-areas-table {
  margin: 0.75rem auto 1.25rem;
  border-collapse: separate;
  border-spacing: 1.25rem 0.55rem;
  width: auto;
  max-width: 880px;
  table-layout: fixed;
}

.footer-areas-table td {
  vertical-align: top;
  width: 50%;
  text-align: center;
  padding: 0.2rem 0.4rem;
}

/* Trigger links */
.info-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  background: transparent;
  border: none;
  z-index: 1;
}

.footer-areas-table .info-container {
  z-index: 1;
}

.info-trigger {
  cursor: pointer;
  color: #e6c300;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.82rem;
  line-height: 1.35;
  padding: 0.2rem 0.35rem;
  display: inline-block;
  background: transparent;
}

.info-trigger:hover,
.info-trigger:focus {
  color: #ffffff;
  outline: none;
}

/* Pop-up panel — SOLID opaque (no text showing through) */
.info-content {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 9999;

  /* Triple solid fill — defeats any inherited transparency */
  background: #111111 none repeat scroll 0 0 !important;
  background-color: #111111 !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  isolation: isolate;
  mix-blend-mode: normal !important;

  color: #ffffff !important;
  border: 2px solid #cda434 !important;
  border-radius: 4px;
  padding: 1rem 1.1rem !important;
  max-width: min(360px, 90vw);
  width: max-content;
  min-width: 240px;
  box-shadow:
    0 0 0 9999px rgba(0, 0, 0, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.95) !important;
  text-align: left !important;
  font-size: 0.85rem !important;
  font-style: normal !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  pointer-events: auto;
}

.info-content * {
  color: #ffffff !important;
  opacity: 1 !important;
  background: transparent !important;
}

/* Same solid panel on click (.show) AND hover */
.info-trigger:hover + .info-content,
.info-container:hover > .info-content,
.info-content.show,
.info-content.show-hover {
  display: block !important;
}

/* Keep panel open while pointer is over the panel itself */
.info-content:hover {
  display: block !important;
}


/* Raise open panel above the whole footer grid */
.info-container:has(.info-content.show),
.info-container:has(.info-content.show-hover),
.info-container:hover {
  z-index: 10000;
  position: relative;
}



.footer-areas {
  max-width: 900px;
  margin: 0.75rem auto 1rem;
  text-align: center;
}

@media (max-width: 600px) {
  #footer {
    padding: 1rem 0.65rem 1.25rem;
    border-width: 1px;
  }

  .footer-areas-table {
    border-spacing: 0 0.35rem;
    width: 100%;
    max-width: 100%;
  }

  .footer-areas-table,
  .footer-areas-table tbody,
  .footer-areas-table tr,
  .footer-areas-table td {
    display: block;
    width: 100%;
  }

  .footer-areas-table td {
    padding: 0.3rem 0.5rem;
    text-align: center;
  }

  /* On mobile: flow in document, full width, still opaque */
  .footer-areas-table .info-content,
  .info-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    width: auto;
    min-width: 0;
    margin: 0.4rem auto 0.55rem;
    box-sizing: border-box;
  }
}



/* ============================================================
   Symmetrical navbar: Contact (left) | Menu (right)
   Equal halves — uses .navbar-inner (actual HTML structure)
   ============================================================ */
.navbar-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

#navbar {
  display: block;
  width: 100%;
  max-width: none;
  background-color: #000000;
  padding: 0;
  margin: 0;
  overflow: visible;
  float: none;
  box-sizing: border-box;
}

#navbar a {
  float: none;
}

#navbar .navbar-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 48px;
  box-sizing: border-box;
  padding: 6px 8px;
  gap: 10px;
}

#navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem; /* same horizontal inset as .container */
  box-sizing: border-box;
  z-index: 1000;
  /* black only on the bar itself, not full bleed past content */
}

#navbar.sticky .navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 6px 8px;
  gap: 10px;
  min-height: 48px;
  box-sizing: border-box;
}



#navbar .navbar-inner > a.active2,
#navbar .navbar-inner > a.nav-btn {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
}

#navbar .navbar-inner > .topnav {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
  position: relative;
  background: transparent;
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#navbar .nav-btn,
#navbar a.active2,
#navbar .topnav .icon,
#navbar .topnav .menu-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #e6c300;
  color: #000000 !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap;
  cursor: pointer;
  float: none !important;
  text-align: center;
}

#navbar a.active2 {
  animation: none;
}

#navbar .topnav .icon,
#navbar .topnav .menu-toggle {
  animation: none;
}

#navbar .nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  background-color: #000000;
  border: 1px solid #e6c300;
  border-top: none;
  z-index: 2000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  box-sizing: border-box;
}

#navbar .nav-dropdown a {
  display: block !important;
  float: none !important;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 0;
  color: #f2f2f2 !important;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  background: transparent;
  border-bottom: 1px solid #222;
}

#navbar .nav-dropdown a:hover,
#navbar .nav-dropdown a.active {
  background-color: #e6c300;
  color: #000000 !important;
}

@media (max-width: 600px) {
  #navbar .navbar-inner {
    min-height: 44px;
    gap: 4px;
    padding: 4px 6px;
  }
  #navbar .navbar-inner > a.active2,
  #navbar .navbar-inner > a.nav-btn,
  #navbar .navbar-inner > .topnav {
    flex: 1 1 calc(50% - 2px);
  }
  #navbar .nav-btn,
  #navbar a.active2,
  #navbar .topnav .icon,
  #navbar .topnav .menu-toggle {
    height: 44px;
    font-size: 13px;
    padding: 0 8px;
  }
  #navbar .topnav {
    position: static;
  }
  #navbar .nav-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    top: 100%;
    margin-top: 6px;
  }
  #navbar {
    position: relative;
  }
  #navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

/* ============================================================
   Progressive header — LO default; HI only large screens + .header-hi
   (css-fast.css also enforces LO first for the test stack)
   ============================================================ */
.header {
  background-color: #0a1628;
  background-image: url('../header_images/Nautical_Scene_Marine_Background_118kb_WEBP.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 900px) {
  .header {
    min-height: 280px;
  }
  .header.header-hi {
    background-image: url('../header_images/Nautical_Scene_Marine_Background_HI.webp');
  }
}

/* Compact hamburger dropdown + scroll */
#navbar .nav-dropdown,
#MyJava.responsive .nav-dropdown {
  max-height: min(55vh, 300px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#navbar .nav-dropdown a,
#MyJava.responsive .nav-dropdown a {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3;
}

