:root {
  --primary: #21784D;
  --primary-foreground: #fff;
  --secondary: #C8A311;
  --secondary-foreground: #000;
}

.nav-secondary {
    background: #21784D !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #21784D;
}
.btn-primary {
    border-color: #21784D !important;
    background-color: #21784D !important;
}

.border-primary {
    border: 1px solid #21784D !important;
}

.bg-light {
    background-color: #f9f3ff !important;
}

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

.btn-toggle.active {
	background-color: #C8A311;
	color: #000;
}

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

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

.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;
}