.headwrapper {
    z-index: 999;
}

nav{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #191513;
    z-index: 800;
}


nav ul li{
    list-style: none;
    margin: 5vh 0;
}

nav ul li.language {

}

nav ul li a{
    text-decoration: none;
    font-size: 6vh;
    color: #000;
    padding: 1vh;
    letter-spacing: 1vh;
    font-weight: 600;

}

nav ul li a:hover {
    opacity: 0.7;
}
nav{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    top:-100vh;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: top 0.2s;
}

nav ul li.language,
nav ul li.language a {
    font-size: 3vh;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0;
}

