.submenu {
    /* reset submenu from projects */
    overflow-x: visible !important;
    white-space: nowrap !important;
    width: 60px;
}


ul#initial > li {
    max-height: 165px;
    max-width: 220px;
    overflow: hidden;
}

.popover {
    display: none;
    position: absolute;
}

ul#initial > li:hover .popover {
    display: inline-block;
    position: absolute;
    background-color: white;
}

#navbar {
    background-color: white !important;
}

.projects {
    margin-top: 73px !important;
}