:root {
    --brand-color: #013755;
    --bs-primary: #4ECDC4 !important;
    --bs-primary-rgb: 78, 205, 196 !important;
}

.text-primary {
    color: #4ECDC4 !important;
}

.bg-primary {
    background-color: #4ECDC4 !important;
}

.btn-primary {
    background-color: #4ECDC4 !important;
    border-color: #4ECDC4 !important;
}

.navbar {
    background-color: var(--brand-color);
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

footer a {
    color: #4ECDC4 !important;
    text-decoration: none !important;
}

/* allows bootstrap to style Laminas Navigation generated menu items within the navbar */
.navbar li.active a {
    color: var(--bs-navbar-active-color);
}
