.logo>img {
    height: 55px;
}

.logo {
    padding: 0px !important;
    background-color: transparent;
}

.current-page,.current-page:hover,.current-page-sidebar,.current-page-sidebar:hover {
    color: #60721d !important;
}

#myNavbar {
    text-align: center;
}

.transparent-navbar {
    background-color: rgba(255,255,255,0.5) !important;
}

.menu-smaller-container {
    font-size: 0;
}

.menu-smaller {
    width: 100%;
    max-width: 1320px;
    font-size: 15px;
    display: inline-block;
}

@media (max-width: 880px) {
    .hide-small {
        display: none !important;
    }
}

@media (max-width: 992px) and (min-width: 881px) {
    .hide-medium {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .hide-large {
        display: none!important;
    }
}