
label.toggle {
    font-size: 16px;
    color: rgb(133, 133, 139);
}

.toggle,
[id^=drop] {
    display: none;
}

nav {
    margin: 0;
    padding: 0;
    float: center;
    z-index: 405;

}

nav ul {

    float: center;
    position: relative;
    width: 100vw;
}

.menu {
    position: fixed;
    z-index: 402;
    top: -100%;
    background: rgb(236, 220, 166);
    transition: 0.2s ease-in;
}

.menu.open {
    top: 30px;
}

nav ul li {
    text-align: left;
    padding-bottom: 5px;
    position: relative;
    margin: 0px;
    display: left;
}

nav a {
    color: rgb(83, 80, 80);
    font-size: 16px;
    text-decoration: none;
    position: relative;
    text-align: center;
    transition: 0.3s;
}



.toggle {
    background-color: rgb(236, 220, 166);
    cursor: pointer;
    position: fixed;
    display: block;
    padding: 3px 20px 3px;
    color: black;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    height: 34px;
    z-index: 9999999999999999999;
}


td {
    padding: 0px 20px 5px 0px;
}
