

.menu-icon {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    margin: 5px;
}


.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 40px;
    width: 5px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}


.icon-holder {
    margin-top: 30px;
    margin-left: 30px;
}

.nav-elements-mobile-view {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: beige;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

/*TODO: fix text alignment, when setting passing right to 8px, its fixed, but the cross is on the wrong place*/
.nav-elements-mobile-view a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    text-align: center;
}


.sidebar-item {
    font-size: 1.3em;
    padding: 15px 15px 15px 15px;

    background-color: #F0EBF4;

    border-style: solid;
    border-color: #B39BC8;
    border-width: 5px;
    border-radius: 10px;
    text-align: center;

}

.nav-elements-mobile-view .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
}