html,
body {  
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 400;
}
a, .nav-link {
    text-decoration: none !important;
    color: rgb(130 139 58) !important;
}

a:hover {
    text-decoration: none !important;
    color: rgb(187 199 86) !important;
}
.btn-primary {
    background-color: rgb(187 199 86) !important;
    border-color: rgb(187 199 86) !important;
}
.btn-primary:hover {
    background-color: rgb(130 139 58) !important;
    border-color: rgb(130 139 58) !important;
}
.profile-loggedin {
    margin: 1rem !important;
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}
@media (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 auto;
        width: 80%;
    }


header.navbar.sticky-top.flex-md-nowrap.p-0.shadow {
    opacity: 1;
    background: #fff;
}
