#main-landing {
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
    box-sizing: border-box;
    background-size: cover;
}

    #main-landing .background-img {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    

#mymodal-d {
    z-index: 3 !important;
}
#mymodal-m {
    z-index: 2 !important;
}

@media (min-width: 1000px) {
    button {
        background: transparent;
        color: white;
        border: 2px solid white;
        border-radius: 8px;
        width: 150px;
        margin-right: 10px;
    }
    #main-landing p {
        color: white;
        font-size: small;
        margin-bottom: 25px;
    }
    #youthx-icon {
        margin-top: 265px;
    }
    #main-landing h3 {
        color: #00FF6A;
        font-weight: 600;
        font-size: 42px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .span-style {
        float: left !important;
        margin-top: 15px !important;
        text-align: center !important;
    }
}

@media (max-width: 1024px) {
    i.fa.fa-angle-down, i.fa.fa-angle-up {
        float: right;
        padding-top: 11px;
    }

}


@media (min-width: 320px) and (max-width: 640px) {
    .button-link {
        background: transparent;
        color: white;
        border: 2px solid white;
        border-radius: 20px;
        width: 177px;
        height: 35px;
        margin-bottom: 13px;
        font-weight: 600;
        margin-top: 5px;
    }
    #main-landing h3 {
        color: #00FF6A;
        font-size: 29px;
        font-weight: 600;
        width: 50%;
        margin-top: 16px;
    }
    .span-style {
        float: left !important;
        margin-top: 13px !important;
        text-align: center !important;
        margin-left: 17px !important;
    }
    #main-landing p {
        color: white;
        font-weight: 600;
        width: 60%;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    #youthx-icon {
        margin-top: 250px;
    }
}



#main-landing button:hover {
    background-color: #00FF6A;
    color: black;
    border: 1px solid #00FF6A;
}
