

.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.dockwa-button {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  padding: clamp(0.5rem, 1.5vw, 1rem)
           clamp(1rem,   3vw, 2rem);
  font-size: clamp(1rem, 3vw, 1.5rem);
  background: #194056;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.listings-button {
  position: absolute;
  bottom: 1px;
  right: 37%;
  transform: translateX(-50%);
  font-size: clamp(1rem, 3vw, 1.5rem);
  background: #194056;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 1.5em 1.7em;
  margin-bottom: -3px;
}

.owners-button {
  position: absolute;
  bottom: 21.5%;
  right: 47%;
  transform: translateX(-50%);
  font-size: clamp(1rem, 3vw, 1.5rem);
  background: #194056;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 1em 1em;
}

.amenities-button {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  padding: clamp(0.5rem, 1.5vw, 1rem)
           clamp(1rem,   3vw, 2rem);
  font-size: clamp(1rem, 3vw, 1.5rem);
  background: #194056;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.dockwa-lead {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.4rem);
  color: black;
}

.dockwa-heading {
  margin: 0 0 0.5em;
  color: #fff;
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.1;
  color: black;
}

.owners-heading-left {

    position: absolute;
    top: 4%;
    left: 30%;
    transform: translateX(-50%);
    margin: 0 0 0.5em;
    color: #fff;
    font-size: 3rem;
    line-height: 1.1;
    color: black;
}

.owners-heading-right {

    position: absolute;
    top: 4%;
    right: 17%;
    transform: translateX(-50%);
    margin: 0 0 0.5em;
    color: #fff;
    font-size: 3rem;
    line-height: 1.1;
    color: black;
}

.calendar-heading {
  margin: 0 0 0.5em;
  color: #fff;
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.1;
  color: black;
  top: 50%;
}
.dockwa-overlay {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
}

.amenities-overlay {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
}


.owners-overlay {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    text-align: center;
    pointer-events: none;
    flex-direction: row;
}

.listings-overlay {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
}

.marriott-overlay {
  position: absolute;
  top: 4%;
  left: 60%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
}

.calendar-overlay {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
}

.category-section {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  padding-top: 33.33%;
  flex-shrink: 0;
}

@media (max-width: 500px){
    .category-section{
        height: 10px;
    }
}

@media (max-width: 768px) {
    .category-section {
        height: 300px;
    }
}

/* Medium screens (between 769px and 1200px) */
@media (max-width: 1520px) {
    .category-section {
        height: 400px;
    }
}

@media (max-width: 1800px) {
    .category-section {
        height: 500px;
    }
}


.category-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform-origin: center;

}

.category-logo {
    width: 200px;
    max-width: 90vw;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6));
    margin-bottom: 10px;
    transition: transform 0.3s ease;

}

.category-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.category-overlay:hover{
    transform: scale(1.4);
}

.category-link {
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    padding-top: 180px;
}

.category-title {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.owners-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.calendar-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  padding: clamp(0.5rem, 1.5vw, 1rem)
           clamp(1rem,   3vw, 2rem);
  font-size: clamp(1rem, 3vw, 1.5rem);
  background: #194056;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.dockwa-title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
}


.category-subtitle {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
}

.faq-subtitle {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
}
.contact-subtitle {
    position: absolute;
    bottom: 5%;
    left: 63%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);

    /* add some breathing room inside the box */
    padding: 0.3em 0.6em;

    /* optional semi-opaque background so the text pops */
    background: #194056;

    /* optional rounding of the corners */
    border-radius: 4px;
}
.category-section a {
    text-decoration: none !important;
    color: inherit;  /* Makes sure link doesn't turn blue */
}

.white-logo-bar {
    background-color: white;
    padding: 40px 20px;
    margin: 0;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.white-bar-logo {
    width: 400px;
    height: auto;
    max-width: 80vw;
    margin-bottom: 10px;
}

.white-bar-link {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
}

.white-bar-link:hover {
    text-decoration: underline;
}

.category-section,
.white-logo-bar {
    margin: 0;
    padding: 0;
}

.section-spacer {
    height: 50px; /* Adjust for the desired spacing */
}

.home-text {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
    margin: 5px !important;
    padding: 5px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); /* Subtle depth */
}

.home-subtext {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-style: italic;
    text-align: center;
    margin-top: 0.5rem;
    letter-spacing: 1px;
}

.btn-marina {
  background-color: #194056;
  border: 1px solid #194056;
  color: #fff;
}
.btn-marina:hover {
  background-color: #27627a;
  border-color:    #27627a;
}

.marina-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.category-name {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 6rem !important;
    font-weight: 600 !important;
    font-style: italic !important;
    color: #f8f9fa !important;  /* Off-white */
    letter-spacing: 2px !important;
    text-transform: none !important;
    margin: 0 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 6); /* Subtle depth */
}

.calendar-name {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 4.5rem;
    font-style: italic !important;

    text-shadow: 1px 1px 4px rgba(0, 0, 0, 300); /* Subtle depth */
}