:root {
  --primary: #2e743c;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #2e743c !important;
}

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

.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #2e743c;
}

.btn-primary {
    border-color: #266e79 !important;
    background-color: #266e79 !important;
}

.custom-logo {
    content: url(./images/eriecemetery-logo.jpg);
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.advanced-search-link.text-primary,
.burial-list-action-button.text-primary
.btn-text.underline {
    color: #2e743c !important;
}

a.underline {
    color: #2e743c !important;
}

.underline {
    text-decoration-color: #2e743c !important;
}