div#navigation-top {
    background: #fff;
}

div#navigation-top ul li a {
    text-shadow: none;
    color: #000;
    font-weight: 100;
}

div#navigation-top ul li a:hover, div#navigation-top ul li a:active {
    background-color: #ccc;
}

.menu-underline {
    width: 100%;
    height: 6px;
    background: var(--main-color);
}

div#page-header {
    height: 100px;
}