:root {
  --primary: #004886;
  --primary-foreground: #000;
}

.nav-secondary {
    display: none !important;
}
.navbar-collapse {
    display: none !important;
}
.btn-primary {
    border-color: #004886 !important;
    background-color: #004886 !important;
    color: #ffffff !important;
}
.custom-logo {
    content: url(./images/belfastcity-logo.jpeg);
    width: auto;
}
.landingslider {
    background: url(./images/belfastcity-background.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}

#belfastcity-text {
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #ffffff;
    width: 40%;
    margin-left: 12%;
    font-size: 22px;
}

.nav-header > div > button  {
    display: none !important;
}

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