:root {
  --primary: #3c3c3b;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #3c3c3b!important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #3c3c3b;
}
.btn-primary {
    border-color: #3c3c3b !important;
    background-color: #3c3c3b !important;
    color: #fff !important;
}
svg.get-directions path {
    fill: #000;
}
.custom-logo {
    content: url(./images/sheffield-logo.jpg);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.landingslider {
    background: url(./images/sheffield-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;
}
