:root {
    --primary: #4E2681;
    --primary-foreground: #fff;
    --secondary: #4d26811b;
    --secondary-foreground: #4E2681;
    --primary-lightest: #4d26811b;
    --primary-light: #4d26811b;
}
  
.nav-secondary {
    background: var(--primary) !important;
}

.nav-item-secondary-link {
    color: #fff !important;
}

.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: var(--primary);
}

.btn-primary {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: #fff !important;
}

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

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

a.advanced-search-link,
.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;
}

.btn-reset.btn-toggle.active {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
}

.btn-toggle.btn-toggle-tab[aria-selected="true"] {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
}

.btn-toggle:focus-visible {
    box-shadow: 0 0 0 3px var(--primary) !important;
}
  