.sidenav {

    opacity: 0;

    height: 100%;

    width: 0;

    position: fixed;

    z-index: 99999999;

    top: 0;

    right: 0;

    background-color: #f7f6ee;

    color: #000;

    overflow-x: hidden;

    padding-left:0;

    transition: 0.5s;

}



.sidenav * {

    font-family: 'Open Sans', sans-serif;

}

.sidenav-content{

  padding-left: 75px;

}

.sidenav a {

    display: flex;

    color: rgba(0, 0, 0, 0.75);

    font-size: 40px;

    line-height: 30px;

    font-weight: 500;

    text-decoration: none;

    transition: color 300ms ease;

    cursor: pointer;

}



.sidenav .sidenav_link_wrapper{

    position: relative;

    margin-top: 20px;

    margin-bottom: 20px;

}



.sidenav a:hover {

    color: rgba(0, 0, 0, 1);

}



a#sidenav_close_trigger.sidenav_close_btn {

    position: fixed;

    left: auto;

    top: 60px;

    right: 70px;

    bottom: auto;

    display: none;

    overflow: hidden;

    max-width: 90px;

    justify-content: flex-start;

    align-items: center;

    cursor: pointer;

}



#sidenav_open_trigger{

    z-index: 9999999;

}



.sidenav_main_links {

    position: absolute;

    top: 24%;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

    font-size: 40px;

    line-height: 30px;

    font-weight: 500;

    text-decoration: none;

}



.sidenav_social_links {

    position: absolute;

    bottom: 18%;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}



.sidenav_social_links > a {

    display: flex;

    transition: color 400ms ease;

    font-size: 14px;

    line-height: 16px;

    font-weight: 500;

    text-decoration: none;

    cursor: pointer;

    text-transform: uppercase;

    padding: 0;

}



.sidenav_social_links > .sidenav_splitter {

    width: 1px;

    height: 20px;

    margin-right: 20px;

    margin-left: 20px;

    background-color: #000;

}



.sidenav_language_links {

    position: absolute;

    bottom: 10%;

    display: flex;

    flex-direction: row;

    align-items: center;

}



.sidenav_language_links > a {

    margin-right: 20px;

    transition: color 400ms ease;

    font-size: 14px;

    line-height: 16px;

    font-weight: 500;

    text-decoration: none;

    padding: 0;

}



#menu-overlay {

    background: rgba(0,0,0,0.4);

    height: 100vh;

    left: 0;

    position: fixed;

    top: 0;

    width: 100vw;

    z-index: 9999998;

}



@media screen and (max-height: 450px) {

    .sidenav {

        padding-top: 15px;

    }



    .sidenav a {

        font-size: 18px;

    }

}



@media screen and (max-width: 767px) {

    .sidenav_main_links{

        margin-top: -75px;

    }

}