:root {
  --primary: #004e70;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: linear-gradient(90deg, #598C1A 0%, #598C1A 20%, #E8B400 20%, #E8B400 40%, #481EC9 40%, #481EC9 60%, #FF1F52 60%, #FF1F52 80%, #006D91 80%, #006D91 100%)!important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #004e70;
}
.btn-primary {
    border-color: #004e70 !important;
    background-color: #004e70 !important;
}
.custom-logo {
    content: url(./images/ipswich-logo.jpg);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.landingslider {
    background: url(./images/ipswich-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: var(--primary) !important;
}

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

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