#floatMenu {
    width: 100%;
    margin-right: auto;
    margin-top: 5%;
    overflow: hidden;
}

.floatMenuItem {
    width: 235px;
    height: 50px;
}

.floatMenuItem a:hover {
    /* color: #4c2c55; */
    color: #F2F4F6;
    text-decoration: underline;
}

.floatMenuItem a {
    color: #F2F4F6;
    text-decoration: none;
    background-color: transparent;
}

.navigation {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color:#343638;
    overflow-x: hidden;
    transition: 0s;
}

.navigation-content {
    position: relative;
    top: 50px;
    width: 100%;
    margin-top: 0px;
    height: 80%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-top: 1px solid #343638;
}

.navigation .header {
    position: absolute;
    top: 60px;
    left: 15px;
    font-size: 30px;
    color: black;
}

.navigation .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    padding: 8px;
    text-decoration: none;
    color: #343638;
    display: block;
    transition: 0s;
}

@media screen and (max-height: 450px) {
    .navigation .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
