:root {
    --body-bg: #f8f9fa;
    --content-bg: #ffffff;
    --header-bg: #00352d;
    --footer-bg: #00352d;
    --toggler: white;
    --link: #00352d;
    --dark: black;
}

#navbar-categories a.list-group-item.active {
    color: white;
    background-color: #00352d;
    border-color: #00352d;
}

#footer {
    background: #00352d !important;
}
#footer a:hover {
    color: #f8d045;
}
#footer a.nav-link {
    color: white;
}
#footer a.nav-link:hover {
    color: #f8d045;
}

.logo {
    max-width: 61px;
}

.header-title {
    color: white;
}

a.header-title:hover {
    color: #f8d045;
}

.title h1 {
    padding: 1rem 0rem 1rem 1rem;
}

button.btn-search:hover {
    color: #f8d045;
}
