/* .header-wrapper {
    height: 80px !important;
} */
.logo-img {
    max-width: 70px; /* Maximum width */
    height: auto; /* Maintain aspect ratio */
}
/* .header-wrapper.grey-dark-bg { */
.header-wrapper.grey-dark-bg {
    background-color: #d0c1c1 !important;
}
.fs-primary-nav {
    background: #d0c1c1 !important;
    background: rgba(208, 193, 193, 0.88) !important;
}

