.contact-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Force actual text paint to black */
header.masthead h1 {
  text-transform: none !important;
  -webkit-text-fill-color: #000 !important; /* harmless in Firefox, fixes Chrome/Safari if needed */
  text-shadow:
    0 0 5px rgba(255,255,255,0.9),
    0 0 10px rgba(255,255,255,0.8);
  font-size: clamp(2rem, 6vw, 4rem);
  padding-bottom: 2.5rem;
  @media (min-width: 992px) {
    white-space: nowrap !important;
  }
}

header.masthead h2 {
  -webkit-text-fill-color: #000 !important; /* harmless in Firefox, fixes Chrome/Safari if needed */
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow:
    0 0 5px rgba(255,255,255,0.9),
    0 0 10px rgba(255,255,255,0.8);
  color: #222 !important; /* or #000 if you want it fully black */
  opacity: 1 !important;  /* overrides .text-white-50 which is semi-transparent */
}

header.masthead {
  background: url("../assets/img/boat.jpg") no-repeat center center;
  background-size: cover;

  h1 {
    color: #000 !important;
  }
  min-height: 100vh;
}



.about-section {
  background: linear-gradient(175deg, #0 0%, #555 100%);
  padding-bottom: 4rem;
  padding-top: 2rem;
  .text-white-50 {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  img {
    max-width: 70%;
  }
}

.history-section {
  padding: 4rem 0;
  img {
    max-width: 50%;
  }
}

.projects-section {
  padding-top: 4rem;
}

.projects-section .row:first-of-type {
  padding-top: 3rem; 
  padding-bottom: 5rem; 
}

.contact-section {
  min-height: 50vh;
}
