#navbar {
    padding: 0 2em;
    
}

#navbar, #menu, #navbar2 {
    background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */
   // z-index: 1000;
   position: absolute;
   width: 100%;
    //opacity: 0.5;
    
}


#navbar a {
    background: transparent;
}

#menu {
    overflow: hidden;
    position: fixed;
    top: 11em;
    height: 0em;
    left: 0;
    width: 100%;
    transition: height 1s;
    background: rgba(86, 198, 208, .9);
}

#menu.active {
    height: 100%;
}

#menu .links {
    list-style: none;
    padding: 0;
    text-align: center;
}

#menu .links>li {
    display: inline-block;
    margin: 20px;
    vertical-align: top;
}

#menu .submenu {
    list-style: none;
    padding: 0;
    text-align: K center;
    text-align: left;
    border-top: 1px solid #98855f;
    padding-top: 3em;
    color: #98855f;
    display: none;
}

#menu .submenu>li {
    text-align: left;
}

#menu a {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #fff;
}

#menu li:hover>a {
    /*font-weight: bold;*/
}

header {
    height: auto;
}

.navbar>.container {
    width: auto;
    max-width: 1920px;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    /*font-size: 9px;*/
    background: transparent;
    text-transform: uppercase;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #666;
    min-height: 0;
}



.navbar>.container {
    background: #eae4e2;
}

.nav>li {
    padding: 0 5px;
    line-height: 6em;
    height: 6em;
    display: inline-block;
    color: #414141!important;
}

.nav>li>a {
    margin: 0;
    padding: 0;
    font-size: .95em;
    line-height: inherit;
}

.nav>li>a:hover {
    color: #98855f!important;
}

.nav>li>a img {
    transition: all .3s!important;
}

.nav>li>a:hover img {
    opacity: .6!important;
}

.nav>li>a img {
    vertical-align: sub;
}

.navbar-brand {
    text-align: center;
    display: block;
    width: 400px;
    top: .8em;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    font-size: inherit;
    margin: 0 auto!important;
    position: absolute;
    padding: 0;
    font-weight: bold;
    color: inherit;
}

.navbar-brand a {
    color: #414141;
    text-decoration: none;
    line-height: 1.4em;
    transition: .2s;
}

.navbar-brand a:hover {
    color: #98855f;
}

.navbar-brand .big {
    font-size: 1.8em;
    font-family: didot;
    display: block;
}

.navbar-brand .small {
    margin: 0 0;
    font-size: .7em;
    display: block;
    font-weight: normal;
}

.navbar-left img {
    height: 1.55em;
    margin-right: 16px;
}

#navbar2 {
    display: none;
}



#navbar2 {
    
    padding: .5em 0 .5em;
    height: 8em;
    font-size: 1em;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav, .navbar-brand {
    text-transform: uppercase;
}

@media (max-width: 780px) {
    #menu {
        display: none!important;
    }
    #navbar2 {
        display: block!important;
         background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */
   // z-index: 1000;
   position: absolute;
   width: 100%;
    }
    #menu ul {
        display: block!important;
    }
    #navbar {
        display: none;
    }
    #menu {
        top: 7em;
        height: 100%;
        height: calc(100% - 8em);
        overflow: auto;
        left: -100%;
        transition: left 1s;
        background: rgba(224, 224, 224, 0.9)!important;
    }
    #menu.active {
        left: 0;
    }
    #menu .links {
        font-size: 1.5em;
        text-align: left;
    }
    #menu .links>li {
        margin: 10px;
        float: none;
        display: block;
        margin-bottom: 1em;
    }
    #menu .submenu {
        padding-top: 0;
        padding-left: .5em;
        font-size: 80%;
        border-top: none;
    }
    header {
        height: 7em;
    }
    .navbar, header {
        height: 6em;

}

.undermobile {
    text-decoration: none!important;
}
