#menu {
    display: block;
    top:0px;
    z-index: 1000;
    background-color: #fff;
    width: 100vw;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#logo-wrap {
    display: block;
    position: relative;
}

#menu-btn-stack {
    display: inline-block;
    position: absolute;
    color:#000!important;
    text-decoration: none;
}

#submenu {
    z-index: 1000;
}

#submenu .item {
    color:#000!important;
    background-color: #dcdcdc;
    text-decoration: none;
}

#submenu .item:hover {
    color:#fff!important;
    background-color: #333;
    text-decoration: none;
}

#submenu .item-waze {
    color:#fff!important;
    background-color: #33ccff;
    text-decoration: none;
    font-weight: bold;
}

#submenu .item-waze:hover {
    color:#fff!important;
    background-color: #333;
    text-decoration: none;
}

#submenu .item-whatsapp {
    color:#fff!important;
    background-color: #26d366;
    text-decoration: none;
    font-weight: bold;
}

#submenu .item-whatsapp:hover {
    color:#fff!important;
    background-color: #333;
    text-decoration: none;
}

@media screen and (min-width: 0px) {
    #menu {
        height: 80px;
    }
    #logo-wrap {
        top: 5px;
    }

    #logo .logo {
        max-height: 50px;
    }
    #menu-btn-stack {
        width: 100px;
        top: 22px;
        right: 10px;
    }
}

@media screen and (min-width: 768px) {
    #menu {
        height: 100px;
    }
    #logo-wrap {
        top: 15px;
    }
    #logo .logo {
        max-height: 60px;
    }
    #menu-btn-stack {
        width: 100px;
        top: 35px;
        right: 10px;
    }
}

@media screen and (min-width: 990px) {
    #menu {
        height: 120px;
    }
    #logo-wrap {
        top: 15px;
    }
    #logo .logo {
        max-height: 70px;
    }
    #menu-btn-stack {
        width: 100px;
        top: 45px;
        right: 10px;
    }
}

@media screen and (min-width: 1180px) {
    #menu {
        height: 150px;
    }
    #logo-wrap {
        top: 20px;
    }
    #logo .logo {
        max-height: 80px;
    }
    #menu-btn-stack {
        width: 100px;
        top: 55px;
        right: 5vw;
    }
}