/* ===== HERO SECTION ===== */

/* HTML: <div class="ribbon">Your text content</div> */
/*#v2-p-1 #v2-p-2 {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/


.v2-badge-and-platform {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: start;

}

.platform-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*gap: 0.8rem;*/
}

.platform-text p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: white;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5;

}

#v2-hero-badge {
    width: 90px;
    /*height: 80px;*/
}

.donation-lg-soc-media-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.follow-container {
    display: flex;
    align-items: center;
    text-align: left;

}

.follow-container a {
    width: 100%;
}

.follow-link-holder {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.follow-container img {
    width: 25px;
    height: 25px;
}

.follow-container p {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    text-align: left;
}


#v2-hero-social-media-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
    padding-top: 1rem;

}

.v2-small-mobile-sm-container {
    display: none;
}


.v2-hero-social-media-btn {
    display: inline-block;
    padding: 0.75rem 1.6rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    background: #c22a32;
    color: #fff;
    border: 1px solid #c22a32;
}


.v2-hero-bg-wrapper {
    display: flex;
    justify-content: center;
}

.hero-inner {
    width: 500px;
    max-width: 900px;
    margin: 0;
    padding-left: 5rem; /* Adjust this value to control how far left */
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;

}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    color: #d8e4f2;
    margin-bottom: 2rem;
}

/* BUTTONS */

.hero-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
}


#v2-hero-badge {
    width: 180px;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.6rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary {
    background: #c22a32;
    color: #fff;
    border: 1px solid #c22a32;
}

.donation-link {
    background-color: #2699dc;
    height: 30px;
    min-width: 150px;
    color: white;
    border: none;
    display: flex;
    align-items: center;

}


#volunteer_btn {
    justify-content: center;
    background-color: #003a63;
    height: 23px;

}


.bottom-divider-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.divider-layer1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: #2c3e50;
    z-index: 0;
    transform: skewY(-8deg);
    transform-origin: top left;
}

.hero.v2 {
    /*display: flex;*/
    display: grid;
    /*flex-direction: column;*/
    align-content: center;
    padding: 0;

}

.btn:hover {
    opacity: 0.9;
}


.background-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.background-image-wrapper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.hero-layout {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#about-hero-layout {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

/*#about-hero-img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

#about-hero-inner {

}

/* RESPONSIVE */


@media (max-width: 1024px) {
    .hero {
        text-align: center;
        padding: 2rem 0;
    }

    .v2-elect-banner {
        padding-left: 20px;
    }

    .v2-elect-banner a {
        width: 60%;
    }

    /*.hero.v2 {*/
    /*    display: grid;*/
    /*    align-content: space-between;*/
    /*}*/
    .hero-inner {
        width: 500px;
        max-width: 900px;
        margin: 0;
        padding: 0;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        justify-content: center;
        /*align-items: center;*/
    }

    .btn {
        padding: 0.65rem 1.4rem;
        font-size: 0.85rem;
    }

    #about-hero-layout {
        display: block;
        height: 50vh;
    }

    #about-hero-layout .hero {
        position: absolute;
        background: transparent;
    }
}

@media (max-width: 900px) and (min-width: 481px) {
    /*.follow-container {*/
    /*    display: none;*/
    /*}*/
    /*display: grid;*/
    .hero-buttons {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .v2-badge-and-platform {
        justify-content: center;
        align-content: center;
    }
}

@media (max-width: 768px) and (min-width: 556px) {
    .hero-buttons {
        width: 80%;
    }
}

@media (max-width: 610px) and (min-width: 481px) {
    .hero-buttons {
        width: 70%;
    }

    .v2-elect-banner {
        padding: 0;
    }

    #v2-hero-badge {
        width: 140px;
    }

    .platform-text p {
        font-size: 1.3rem;
    }
}

/*@media (max-width: 480px) {*/
@media (max-width: 480px) {
    .follow-container {
        display: none;
    }

    /*
        #v2-hero-bg-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.4);
            z-index: 1;
            pointer-events: none;
        }

    */
    .background-image-wrapper {

        min-height: 250px;
        height: 52vh;
        background-image: url("/static/images/hero_image_small.jpg");
        background-repeat: no-repeat;
        background-size: cover;


    }

    .background-image-wrapper img {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero {
        position: relative;
        padding: 2rem 0;
        height: 48vh;
        justify-content: center;
    }

    .hero-inner {
        /*padding-left: 1rem;*/
        /*padding-right: 1rem;*/
        /*padding-bottom: 20px;*/
        /*position: absolute;*/
        /*margin-bottom: 200px;*/
        /*bottom: 25px;*/
        /*z-index: 10;*/
        width: 100%;

    }


    .hero-title {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
        width: 100%;
        max-width: 250px;
    }

    .hero-title, .hero-subtitle {
        color: #111824;

    }

    .btn {

        padding: 0.75rem 0;
        font-size: 1rem;
        text-decoration: none;
        color: white;
        /*background: red;*/
        border-radius: 4px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }


    .v2-badge-and-platform {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: start;

    }

    .platform-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*gap: 0.8rem;*/
    }

    .platform-text p {
        font-size: 1rem;
        font-weight: bold;
        margin: 0;
        color: black;
        text-align: left;
        text-transform: uppercase;
        line-height: 1.5;

    }

    #v2-hero-badge {
        width: 90px;
        /*height: 80px;*/
    }

    .v2-small-mobile-sm-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .v2-small-mobile-sm-container img {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 375px) {

    .background-image-wrapper {

        height: 50vh;


    }

    .hero {

        height: 50vh;
    }
}