html {
    font-size: 14px;
    overflow-y: scroll;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


body {
    margin:  0;
    min-height: 100vh;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

footer {
    margin-top: 10px !important;
}


/*Navbar*/
/* Navbar */
@media (max-width: 767.98px) {

    .navbar {
        position: relative;
        z-index: 50;
    }

        .navbar .container {
            position: relative;
        }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 60;
        background: rgba(0, 0, 0, 0.95);
        padding: 0.5rem 1rem;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .navbar-toggler {
        margin-left: 100px !important;
    }

    #eventTop {
        position: relative;
        z-index: 10;
    }

    .event-banner {
        padding-left: 90px;
    }
    .logo-image {
        height: 90px !important;
    }

}

@media (max-width: 575px) {
    .event-banner {
        padding-left: 75px;
    }





}

@media (max-width: 528px) {
    .event-banner {
        padding-left: 65px;
    }
    .logo-image {
        height: 70px !important;
        width: auto !important;
        margin-left: 10px !important;
    }

    .navbar-toggler {
        margin-left: 50px !important;
    }

    .top-header {
        padding: 10px;
    }

}
@media (max-width: 452px) {
    .event-banner {
        padding-left: 65px;
    }

    .logo-image {
        height: 60px !important;
        width: auto !important;
        margin-left: 10px !important;
    }

    .navbar-toggler {
        margin-left: 50px !important;
    }

    .top-header {
        padding: 10px;
    }
}
@media (max-width: 422px) {
    .event-banner {
        padding-left: 65px;
    }

    .logo-image {
        height: 50px !important;
        width: auto !important;
        margin-left: 10px !important;
    }

    .navbar-toggler {
        margin-left: 30px !important;
    }

    .top-header {
        padding: 10px;
    }
}

@media (max-width: 383px) {
    .event-banner {
        padding-left: 60px;
    }

    .logo-image {
        height: 50px !important;
        width: auto !important;
        margin-left: 10px !important;
    }

    .navbar-toggler {
        margin-left: 30px !important;
    }

    .top-header {
        padding: 10px;
    }
}

.ticker {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 25s linear infinite;
    font-size: 1.1rem;
}

.event-banner {
    display: flex;
    align-items: center;
    height: 60px;
    background: linear-gradient(181deg, rgba(69, 168, 49, 1) 0%, rgba(240, 242, 133, 1) 100%);
}


.logo-image {
    display: block;
    height: 100px;
    width: auto;
    padding-left: 10px;
}

.navbar {
    background: transparent;
    height: auto;
    box-shadow: none;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin-left: 30px;
}

    .navbar .container {
        justify-content: center;
        flex-wrap: nowrap;
    }
.navbar-nav {
    width: 100%;

}

.nav-link {
    color: #1d5f1d;
    font-weight: 700;
    font-size: 1.25rem;
    margin-left: 50px;

}

    .nav-link:hover {
        color: #2f8f46;
    }

header {
    background: white;
}

.navbar-toggler {
    margin-left: 30px !important;
}

.top-header {
    padding: 10px;
}
/*Home Page*/
#hero-section {
    background: FFFFFF;; /* the black bars */
    padding: 2em;
}

.hero-frame {
    max-width: 1600px; /* try 1600px if you want bars sooner */
    margin: 0 auto;
    min-height: 550px;
    background-image: url('/images/ClubMallard.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

@media screen and (max-width: 768px) {
    .hero-frame {
        background-position: center top;
    }

    .hero-overlay {

    }
}


.hero-overlay {
    min-height: 550px;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 650px;
    color: white;
    padding: 0 1rem;
}

.home-body {
    height: 100vh;
}


/*Events Page*/
.event-date {
    min-height: 1.5rem;
}

.event-title {
    min-height: 1.5rem;
}

.event-location {
    min-height: 1.5rem;
}

.modal-body {
    white-space: pre-line;
    line-height: 1.7;
}

.modal-header {
    border: none;
}

#eventTop {
    background-color: black;
    color: white;
    overflow: hidden;
}



.eventBody {
    height: 100vh;
}

.event-card {
    box-shadow: 1px 3px 0.7em #276210;
    background: linear-gradient(181deg,rgba(69, 168, 49, 1) 0%, rgba(240, 242, 133, 1) 100%);
    border-top: none;
    max-height: auto;
}

.event-modal {
    box-shadow: 0 0 25px #FAFAD2;
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), linear-gradient(181deg, rgba(69,168,49,1) 0%, rgba(240,242,133,1) 100%);
    overflow: hidden;
    border-top: none;
}

.event-label {
    padding: 0 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    white-space: nowrap;
    background-color: black;
    height: 100%;
}





@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*About Us*/

.aboutTop {
    color: white;
}

.doCard {
    background: linear-gradient(181deg,rgba(69, 168, 49, 1) 0%, rgba(240, 242, 133, 1) 100%);
    box-shadow: 0.2em 0.1em 0.4em 0.1em rgb(254, 254, 247, 0.50);
    border: none;
}

.about-body {
    background: #6de4fc;
    background: linear-gradient(181deg,rgba(69, 168, 49, 1) 0%, rgba(240, 242, 133, 1) 100%);
}


.values-image {
    width: 75%;
    opacity: 90%;
    margin-bottom: 2em;
    margin-left: 1em;
}

.btn-outline-success {
    width: 120px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}
.contact-modal-content {
    margin: 2em;
}
.contact-modal-body {
    padding: 2em;
}

.contact-modal-header {
    padding: 0.5em;

}
/* News */
.news-body {
    min-height: 100vh;
}

/* Donations*/

.donation-top {
    
}
.donations-hero {
    min-height: 100vh;
}



.donation-badge {
    background: #2f8f46;
    color: white;
    font-size: .9rem;
    padding: .5rem .9rem;
    border-radius: 999px;
}