:root {
    --primary: #68893c;
    --primary-foreground: #fff;
    --secondary: #68893c;
    --secondary-foreground: #fff;
    --primary-lightest: #68893c;
}

.nav-secondary {
    background: #3f0c34 !important;
}

.nav-item-secondary-link {
    color: #fff !important;
}

.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #68893c;
}

.btn-primary {
    border-color: #68893c !important;
    background-color: #68893c !important;
    color: #fff !important;
}

.custom-logo {
    content: url(./images/acb-logo.png);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.landingslider {
    background: url(./images/acb-background.jpg) no-repeat;
    background-size: cover;
    background-position: center 35%;
}

.btn-toggle-tab[aria-selected="true"] {
	color: #fff !important;
}

.advanced-search-link.text-primary,
.burial-list-action-button.text-primary
.btn-text.underline {
    color: #26272b !important;
}

a.underline {
    color: #26272b !important;
}

.underline {
    text-decoration-color: var(--primary) !important;
}
