.menu {
    position: fixed;
    top: 13%;
}

.menu-fixwidth {
    width: 70%;
}

.site-content {
    padding-top: 1rem;
}

/* .control {
            overflow-y: scroll;
        } */

a.ddropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    /* width: 100%; */
}

a.ddropdown-item {
    background-color: transparent;
    text-decoration: none;
}

a.ddropdown-item:hover {
    background-color: #ecf0f1;
}

.mobile-content {
    /* padding-top: -2rem; */
    padding: 0rem 1rem 1rem 1em;
}