:root {
    --primary: #304D5A;
    --primary-foreground: #fff;
    --secondary: #C5D3D8;
    --secondary-foreground: #AA8D4B;
    --primary-lightest: #C5D3D8;
}

.nav-secondary {
    background: #304D5A!important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #304D5A;
}
.btn-primary {
    border-color: #304D5A !important;
    background-color: #304D5A !important;
    color: #fff !important;
}
svg.get-directions path {
    fill: #000;
}
.custom-logo {
    content: url(./images/rpcv-logo.svg);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.landingslider {
    background: url(./images/rpcv-background.jpg) no-repeat;
    background-size: cover;
    background-position: center 63%;
}

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