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

.nav-secondary {
    background: #394862 !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #394862;
}
.btn-primary {
    border-color: #394862 !important;
    background-color: #394862 !important;
}
.custom-logo {
    content: url(./images/larkinmemorial-logo.jpg);
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    scale: 0.9;
}
.landingslider {
    background: url(./images/larkinmemorial-background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.events-table td.fullscreen-date-row {
    background-color: #394862;
    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;
}