*{
    overflow: hidden;
}


body{
    height: 100vh;
    background-position-x: -130px;
}

nav{
    position: initial;
    width: 18em;
    margin-left: 3%;
    margin-top: 3%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}

.nav_container{
    display: inline-block;
    background-color: initial;
    backdrop-filter: none;
    box-shadow: none;
}

.header_wrapper{
    justify-content: left;
    background-color: initial;
    backdrop-filter: none;
    box-shadow: none;
}

.menu_header{
    font-size: 2em;
}

.nav_mobile_menu_icon_wrapper{
    display: none;
}

.nav_links_wrapper{
    position: initial;
    height: auto;
    display: flex;
    justify-content: left;
    margin-bottom: 32px;
    background-color: initial;
    backdrop-filter: none;
}


.list_item_link_container:hover > .list_item_icon_container i{
    cursor: pointer;
    color: rgb(22, 95, 0);
}

.list_item_link_container:hover > .list_item_icon_container{
    border-right: 3px solid rgb(22, 95, 0);
}

.list_item_link_container:hover > .list_item_text_container{
    cursor: pointer;
    color: rgb(160, 0, 0);
}

.menu_list{
    padding-left: 20px;
}

.list_item{
    line-height: 2.25em  
}

.list_item a{
    font-size: 1.5em;
}

.logo_wrapper{
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 32px;
}

.nav_logos_wrapper{
    display: none;
}

main{
    display: none;
}


.sponsors{
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 20em;
    height: 20em;
}

.sponsors_header_wrapper{
    position: absolute;
    left: 21%;
    top: 50%;
    transform: rotate(-45deg);
}

.sponsors_header{
    font-size: 2rem;
}

.sponsors_logos_wrapper{
    transform: rotate(-45deg);
    left: 30%;
    top: 62%;
    width: 100%;
    margin: 0;
}

.sponsors_logos_wrapper:before, .sponsors_logos_wrapper:after{
    display: none;
}

.list_item_icon_container{

}

.css_style{
}

.list_item_link_container{ 
    align-items: center;
}

.slider_picture{
    height: 70px;
}

@media (min-height: 760px){
    .logo_wrapper{
        display: flex;
    }
}

/* @media (min-width: 600px){
    .logo_wrapper{
        display: flex;
    }
} */


@media (min-width: 1023px){
    body{
    background-position-x: 0;
    background-position: center;
}
    
    .sponsors{
        width: 30em;
        height: 30em;
    }
    .sponsors_header_wrapper{
        position: absolute;
        top: 50%;
        left: 37%;
        transform: rotate(-45deg);
    }
}


@media (min-width: 1223px){
    nav{
        margin-left: 4%;
        margin-top: 4%;
    }
}

@media (min-width: 1439px){
    nav{
        margin-left: 8%;
        margin-top: 5%;
    }
}