:root {
    --primary: #308234;
    --primary-foreground: #fff;
    --secondary: #9ebb92;
    --secondary-foreground: #1A1A1A;
    --primary-lightest: #9ebb92;
}
  
.nav-secondary {
    background: #308234!important;
}

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

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

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

.btn-secondary {
    border-color: #308234 !important;
    background-color: #9ebb92 !important;
    color: #1A1A1A !important;
}

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

.landingslider {
    background: url(./images/cheltenham-background.png) no-repeat;
    background-size: cover;
    background-position: center 90%;
}

.btn-toggle-tab[aria-selected="true"] {
	color: var(--secondary-foreground) !important;
}

.advanced-search-link.text-primary,
.burial-list-action-button.text-primary
.btn-text.underline {
    color: var(--primary) !important;
}

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

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