div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    height: 52px;
}

#scrollmenu-dropdown div {
    display: inline-block;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    height: 52px;
}

/*
div.scrollmenu a:hover {
    background-color: #777;
}
*/
div.scrollmenu a.active {
    background-color: #666565;
}
.mb-10 {
    margin-bottom: 10rem !important;
}



div.scrollmenu {
    background-color: #333;
    left: 120px;
    white-space: nowrap;
    position: fixed;
    top: 65px;
    width: 100%;
    height: 52px;
    overflow-y: auto;
    overflow-x: visible;
}

#scrollmenu-dropdown {
    position: fixed;
    top: 65px;
    width: 120px;
    background-color: #333;
    z-index: 100;
}



a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
