@import url('css/compressed.css');
@import url('css/style.css');

.top-bar-section ul li ul {
    display: none;
}

.top-bar-section ul li {
    position: relative;
}

.top-bar-section ul li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(0 0 0 / 55%);
    width: 156px;
}

.top-bar-section ul li ul {
    position: absolute;
    top: 100%;
    left: -14%;
    margin: 0;
    padding: 10px 0;
}

.top-bar-section ul li > a {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #c56e34;
    position: relative;
}

/* Logo Fix */
.header .logo {
    overflow: visible !important;
    width: auto !important;
    min-width: 200px;
    padding: 5px 0;
}

.header .logo img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 80px !important;
    width: auto !important;
}

@media only screen and (max-width: 640px) {
    .header .logo {
        width: 100% !important;
        text-align: center;
    }
    .header .logo img {
        max-height: 60px !important;
    }
}
