/* Authoritative SB Bullion wordmark styling for pages inside /www. */
html body .site-header .site-brand .brand-title {
    margin: 0 !important;
    font-family: 'Cinzel', Georgia, serif !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    background: linear-gradient(180deg, #fdf1c8 0%, #e9c568 50%, #a97a1e 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    filter: drop-shadow(0 1px 1px rgba(94, 62, 10, .28));
}

html body .site-header .site-brand .brand-title .small-caps {
    font-size: 1em !important;
}

@media (max-width: 430px) {
    html body .site-header .site-brand .brand-title {
        font-size: 24px !important;
        letter-spacing: 1px !important;
    }
}
