:root {
  --primary: #0D5257;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #0D5257 !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #0D5257;
}

.navbar-collapse ul li:nth-child(2) {
    display: none !important; /* hide home link */
}
.navbar-collapse ul li:nth-child(3) {
    display: none !important; /* hide search link */
}
.navbar-collapse ul li:nth-child(4) {
    display: none !important; /* hide cemteries link */
}
#search-panel {
    display: none !important; /* hide quick search panel */
}

.btn-primary {
    border-color: #0D5257 !important;
    background-color: #0D5257 !important;
}
.custom-logo {
    content: url(./images/rushcliffe-logo.jpg);
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}
.landingslider {
    background: url(./images/rushcliffe-background.jpg) no-repeat;
    background-size: cover;
    background-position: center 80%;
}

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