@charset "dtf-8";


@media(max-width: 768px){
    .hamburger-menu{
        display: flex;
        margin-top: 1em;
    }
    .nav-wrapper{
        max-width: 768px;
    }
    .nav-right #nav-right-items{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 25%;
        width: 25%;
    }
    .nav-right #nav-right-items.show{
        display: flex;
        margin-left: 45%;
    }
    .nav-right ul{
        position: static;
    }
    .nav-right ul li{
        height: .1em;
        width: 100px;
    }
    .nav-right ul li a{
        font-size: 20px;
        line-height: 0;
    }
    footer{
        margin-top: auto !important;
    }
    .footer p{
        margin: auto auto auto auto;
        font-size: 30px;
    }

}





