/*!
 * Legacy Diamond and Gems
 * Copyright 2008-2024 Punchmark
 */

.alert-global {
    background: #967a64 !important;
    border-color: #967a64 !important;
}

.toolbar.top {
    background: #cdc7c5 !important;
    border-color: #cdc7c5 !important;
}

.toolbar .toolbar-item,
.toolbar .toolbar-item > a,
.toolbar .toolbar-item > a span {
    color: var(--bs-dark) !important;
}

header,
nav.navbar #main-navigation {
    background: #ece7e5 !important;
}

header {
    box-shadow: 0 0 30px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.1);
}

header a#logo {
    display: block !important;
    min-width: 175px !important;
    max-width: 175px !important;
}

header a#logo img {
    width: 100% !important;
    height: auto !important;
    max-height: unset !important;
}

@media(min-width:992px){
    header a#logo {
        min-width: 200px !important;
        max-width: 200px !important;
    }
}

@media(min-width:1200px){
    header a#logo {
        min-width: 280px !important;
        max-width: 280px !important;
    }
}