:root {
    --bs-primary: #00457f;
    --bs-secondary: #529515;
    --bs-dark: #00457f;
    --bs-primary-rgb: 0, 69, 127;
    --bs-secondary-rgb: 82, 149, 21;
    --bs-dark-rgb: 0, 69, 127;
}

.bg-primary {
    background-color: #00457f !important;
}

.bg-secondary {
    background-color: #529515 !important;
}

.text-primary {
    color: #00457f !important;
}

.text-secondary {
    color: #529515 !important;
}

.border-primary {
    border-color: #00457f !important;
}

.border-secondary {
    border-color: #529515 !important;
}

.btn-primary,
.btn.btn-primary {
    background: #529515 !important;
    border-color: #529515 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn.btn-primary:hover {
    background: #00457f !important;
    border-color: #529515 !important;
    color: #fff !important;
}

.navbar-brand .site-logo {
    max-height: 64px;
    width: auto;
}

.navbar-brand h1 {
    font-size: 1.35rem;
    line-height: 1.2;
}

.topbar-logo {
    max-height: 36px;
}

.site-hero-caption {
    max-width: 900px;
}
