.overlay 
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-x: hidden;
    transition: 0.2s;
    overflow-y: hidden
}

#myNav
{
    display: none;
}

.overlay-content 
{
    position: relative;
     padding-top: calc(40px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 35px;
    padding-left: calc(15px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    z-index: 5;
}

.overlay a 
{
    padding: 20px;
    padding-top: calc(13.7px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    padding-bottom: calc(13.7px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    text-decoration: none;
    font-size: calc(20px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
    color: #818181;
    display: block;
    z-index: 3;
    transition:color 0.25s ease;
    font-family: sansa_normal;
    z-index: 5;
}

.menuheader
{
    position: absolute;
    padding-left: 5%;
    height: 75px;
    background-color: rgba(255,255,255, 1);
    width: 100%;
    padding-bottom: 10%;
    z-index: 100;
}

.menuheader a
{
    position: absolute;
    margin-left: -20px;
    color: #000000;
    top: calc(-5px + (20 - 18 ) * ((100vw - 300px) / (300 - 300)));
    font-size: calc(28px + (40 - 18) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    z-index: 3;
    top: -0%;
    font-family: sansa_bold;
    z-index: 5;
}

.overlay .closebtn 
{
    color: #000000;
    background: #ffffff00 !important;
    position: absolute;
    right: 0%;
    font-size: calc(5.4px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
    z-index: 5;
    top: 3%;
   transition: all 0.3s ease-in-out 0s;
   padding-left: 15%;
   
}

.overlay a.active
{
    color: #f1f1f1;
    background-color: #555555;
}

.menuheader a:hover
{
    color: #000000;
}

.overlay .closebtn:hover
{
    color: #777777;
    transition: all 0.3s ease-in-out 0s;
}


.burger-border-white
{
    border-left: 10px solid #ffffff;
    border-bottom: 1px solid #555555;
}

.burger-border-red
{
    border-left: 10px solid #f50b68;
    border-bottom: 1px solid #555555;
}

.burger-border-purple
{
    border-left: 10px solid #d307f5;
    border-bottom: 1px solid #555555;
}

.burger-border-green
{
    border-left: 10px solid #4bb95a;
    border-bottom: 1px solid #555555;
}

.burger-border-blue
{
    border-left: 10px solid #19b2dc;
    border-bottom: 1px solid #555555;
}

.burger-border-orange
{
     border-left: 10px solid #ff7700;
    border-bottom: 1px solid #555555;
}

.burger-border-grey
{
     border-left: 10px solid #747475;
    border-bottom: 1px solid #555555;
}