:root {
  --primary: #052F57;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #052F57 !important;
}

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

.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #052F57;
}

.btn-primary {
    border-color: #052F57 !important;
    background-color: #052F57 !important;
}

.custom-logo {
    content: url(./images/cityofbillings-logo.jpg);
    width: auto;
    scale: 0.85;
}

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

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