.header1 {
    background-color: #5B7380 ;
    color: white;
}

@font-face {
    font-family: "Lucida-Grande-Bold";
    src: url(../fonts/Lucida-Grande-Bold.ttf);
}

html, body {
    font-family:'Lucida-Grande-Bold';
    font-size: 1.2rem;
    color: #1D2840;
}

.nav-link {
    color: #1D2840;
}

.navbar-toggler {
    border: 0;
    background: transparent;
    padding: 0.35rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none;
    outline: none;
}

.menu-toggle-bar {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background-color: #1D2840;
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
    transform-origin: center;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 992px) {
    .navbar {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 0;
        justify-content: flex-start;
        margin-left: 0;
    }

    .navbar-collapse .nav-pills {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff;
        border: 1px solid rgba(91, 115, 128, 0.18);
        border-radius: 12px;
        margin-top: 0.75rem;
        padding: 0.5rem;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    }

    .navbar-collapse .nav-pills {
        width: 100%;
    }

    .navbar-collapse .nav-link {
        padding: 0.65rem 0.75rem;
    }
}

.nav-pills .nav-link.active {
    background-color: #B1C569;
}

.nav-pills .nav-link:hover {
    color: #5B7380 ;
}

.nav-pills .nav-link.active:hover {
    color: #1D2840;
}


.footer {
    background-color: #5B7380 ;
    color: white;
    padding: 40px 0 20px !important;
    margin-top: 80px !important;
}

.footer-logo-col {
    display: flex;
    justify-content: center;
}

.footer-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

.footer-logo-image {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .footer-logo-col {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-logo-wrap {
        margin: 0;
    }
}

/* Choice Section Styles */
.choice-section {
    background-color: #5B7380;
    padding: 60px 0;
    color: white;
}

.oval-image {
    width: 100%;
    max-width: 900px;
    height: 700px;
    border-radius: 60% / 60%;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.square-image {
    width: 100%;
    /* max-width: 900px; */
    /* height: 300px; */
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
   
}

.choice-text {
    font-size: 3.2rem;
    font-weight: 700;
    color: white;
    display: inline-block;
    padding-left: 4rem;
}

@media (max-width: 768px) {
    .choice-text {
        font-size: 2.2rem;
        margin-top: 20px;
        padding-left: 0;
    }
}

/* More Section (white background) */
.more-section {
    background-color: #ffffff;
    color: #1D2840;
}

.more-section .container .row { justify-content: center; }
.more-section .col-12 { display:flex; flex-direction:column; align-items:center; }

.more-title {
    font-size: 2.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.1;
}

.prefix-logo {
    height: 48px;
    width: auto;
    display: inline-block;
}

.more-paragraph {
    margin-top: 1rem;
    max-width: 1300px;
    color: #1D2840;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    /* preserve user-entered line breaks and wrap long lines */
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Box that centers the title+paragraph while internal text remains left-aligned */
.more-box {
    max-width: 1800px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
}

.contact-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact-logo-small {
    height: 100px;
    width: auto;
    margin-bottom: 1rem;
}

.contact-logo-extra-small {
    height: 50px;
    width: auto;
    margin-bottom: 1rem;
}

.contact-placeholders {
    color: #1D2840;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-placeholders p {
    margin: 0.25rem 0;
}

/* lessen whitespace on sides of the paragraph section */
.choice-section .container,
.more-section .container {
    max-width: calc(100vw - 240px);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .choice-section .container,
    .more-section .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .more-box {
        max-width: 100%;
        padding: 0 8px;
    }

    .more-title {
        font-size: 1.3rem;
        gap: 8px;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    .prefix-logo { height: 40px; }
}

@media (max-width: 768px) {
    .oval-image { max-width: 420px; height: 300px; border-radius: 50% / 40%; }
    .more-box { padding: 0 12px; max-width: 95%; }
    .more-title { font-size: 1.6rem; }
    .more-paragraph { font-size: 1rem; }
}

