:root {
  --primary: #0087BF;
  --primary-foreground: #000;
}

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

a.underline {
    color: #26272b !important;
}

.underline {
    text-decoration-color: var(--primary) !important;
}