.navbar-inverse {
    background-color: white !important;
    border: 0;
    text-transform: uppercase;
    border-bottom: 3px solid #007bff !important;
    margin-bottom: 0;
    border-radius: 0 !important;
    /*box-shadow: 0 0 30px 5px white;*/
    /*animation: 1s ease-in-out fadeInDown;*/
}

.navbar-brand{
    font-weight: 900;
    font-size: 25px !important;
    letter-spacing: 1px;
    color: #007bff !important;
    transition: 500ms;
    /*animation: 1s ease-in-out fadeInLeft;*/
    /*animation-delay: 100ms;*/
}

.navbar-brand:hover{
    color: #20c997 !important;
    animation: 1s ease-in-out pulse;
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li > a {
    color: #007bff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    background-color: transparent;
    /*animation: 1s ease-in-out fadeInRight;*/
    /*animation-delay: 100ms;*/
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li.dropdown > a {
    background-color: transparent !important;
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li.open > a {
    color: #20c997 !important;
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li > a:hover {
    animation: 1s ease-in-out jello !important;
}

/*nav > div.container > div.navbar-collapse > ul.navbar-nav > li.dropdown > a:hover {*/
/*    animation: none !important;*/
/*}*/

nav > div.container > div.navbar-collapse > ul.navbar-nav > li.active > a {
    color: #007bff;
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li.active > a:hover {
    background-color: transparent;
}

nav > div.container > div.navbar-collapse > ul.navbar-nav > li > a:active {
    color: #20c997 !important;
}

a.dropdown-toggle{
    background-color: #20c997 !important;
}

li.active > a.dropdown-toggle {
    background-color: #20c997 !important;
}

button.order-button {
    background-color: #fff;
}

.navbar-toggle {
    background-color: #007bff !important;
    border: 0;
}

ul.navbar-nav {
    padding-left: 0;
}

ul#w1 > li.dropdown > ul#w2 {
    margin-top: 3px;
    width: 170px !important;
    border: 3px solid #007bff;
    border-top: none;
}

ul#w2 > li > a {
    color: #007bff;
    font-weight: 700;
    text-align: center;
}

ul#w2 > li > a:active {
    color: #20c997;
}

img.logo {
    height: 40px !important;
}

@media screen and (max-width: 768px) {
    /*.order-button {*/
    /*    margin: 0;*/
    /*}*/
    nav > div.container > div.navbar-collapse > ul.navbar-nav > li > a:hover {
        animation: none !important;
    }

    ul#w1 > li.dropdown > ul#w2 {
        border: none;
    }

    ul#w2 > li > a {
        text-align: left;
    }
}