/* Custom Header Styles */
.navbar {
    background-color: #271014 !important;
    align-items: center !important;
}

.navbar-brand img {
    height: 120px;
    width: 120px;
}

.header-sticky.sticky {
    background-color: rgba(39, 16, 20, 0.95) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #FDCA7D !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffd89b !important;
}

.navbar-right .nav-link {
    color: #FDCA7D !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
