:root {
    --primary: #321D1B;
    --primary-foreground: #ffffff;
    --secondary: #4B1D751A;
    --secondary-foreground: #321D1B;
}

.nav-secondary {
    background: #321D1B !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #321D1B;
}
.btn-primary {
    border-color: #2f1d1c !important;
    background-color: #321D1B !important;
}
.custom-logo {
    content: url(./images/woodland-logo.png);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.landingslider {
    background: url(./images/woodland-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;
}