
header{
    width: 100%;
    position: relative;
    z-index: 999;

}
nav.menu{
    float: left;
    margin: 1em 1em 1em 1em;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
nav.menu div.strokes {

    transition:  transform 0.3s, opacity 0.1s;
}


.wind-switches-side {
transform: scale(-1, 1);

}

.fullscreenmenu{
    background-color:#8a82e3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.5s ease-in-out, opacity 0.5s;
    text-align: center;
    z-index: 998;
    overflow: auto;
    display: none;
}

.fullscreenmenu.show{
    opacity: 1;
    background-color:#E39882;
    transition: 2.5s ease-in-out, visibility 0.5s;
    display: block;

}
.fullscreenmenu ul{
    padding: 10%;
}
.fullscreenmenu li a{
    visibility: inherit;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 150%;
    z-index: 999;
}

.fullscreenmenu a:hover{
    visibility: inherit;
    color: #8a82e3;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 150%;
    z-index: 999;

}


.container--hide{
    opacity: 0;
    transition: all 1s ease-out;
   
}