:root {
  --primary: #000000;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #000000 !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #000000;
}
.btn-primary {
    border-color: #000000 !important;
    background-color: #000000 !important;
}
.custom-logo {
    content: url(./images/doncastermemoria-logo.png);
    width: auto;
    height:100px;
    padding:20px;
}
.landingslider {
    background: url(./images/memoria-background.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}

.events-table td.fullscreen-date-row {
    background-color: #000;
    color: #fff;
}

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