section#menu {
    background-color: #007F36;
}

#link-menu-municipality:hover #menu-municipality,
#link-menu-people:hover #menu-people,
#link-menu-sector:hover #menu-sector,
#link-menu-travel-otop:hover #menu-travel-otop
{
    opacity: 1;
    height: auto;
    transition: opacity 0.3s ease-out;
}

.menu-navbar {
    z-index: 15;
    top: 12.25rem;
    left: 0px;
    width: 100%;

    opacity: 0;
    height: 0;
    overflow: hidden;
}

#menu-overlay {
    opacity: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 12.25rem;
    left: 0px;
    width: 100%;
}

#link-menu-municipality:hover ~ #menu-overlay,
#link-menu-people:hover ~ #menu-overlay,
#link-menu-sector:hover ~ #menu-overlay,
#link-menu-travel-otop:hover ~ #menu-overlay 
{
    opacity: 1;
    height: 100%;
}

.btn_menu_icon {
    position: relative;
    transform: translateY(-10px);
    height: calc(60px + (10px * 2));
    padding: 0px 1.5rem;
    z-index: 20;
}

#menu_contact_us {
    background-color: #C9E165;
}

#menu_contact_us:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0px;
    left: -12px;
    border-top: 80px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 12px solid #C9E165;
}
#menu_contact_us:after {
    content: '';
    position: absolute;
    display: block;

    width: 0;
    height: 0;
    top: 0px;
    right: -12px;
    border-top: 0px solid transparent;
    border-bottom: 80px solid transparent;
    
    border-left: 12px solid #C9E165;
}

#menu_telephone {
    background-color: #E72E71;
}

#menu_telephone:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0px;
    left: -12px;
    border-top: 80px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 12px solid #E72E71;
}
#menu_telephone:after {
    content: '';
    position: absolute;
    display: block;

    width: 0;
    height: 0;
    top: 0px;
    right: -12px;
    border-top: 0px solid transparent;
    border-bottom: 80px solid transparent;
    
    border-left: 12px solid #E72E71;
}

#menu-mobile {
    top: 0;
    left: 0;
    z-index: 50;
}

#menu-mobile > #menu-mobile-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

#menu-mobile > #menu-mobile-box {
    width: 85%;
    height: 100%;
    z-index: 10;
    right: 0;
    top: 0;
    background-color: white;
}

#menu-mobile #btn-contact {
    background-color: #C9E165;
}

#menu-mobile #btn-phone {
    background-color: #E72E71;
}

#menu-mobile #eng-name {
    font-size: 0.75rem;
}

.border-collapse {
    border-bottom: 2px solid #cccccc;
}