:root {
  --primary: #178136;
  --primary-foreground: #fff;
  --secondary: #cae3cb;
  --secondary-foreground: #0D4E21;
}

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

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

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

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

.btn-secondary {
    border-color: #cae3cb !important;
    background-color: #cae3cb !important;
    color: #0D4E21 !important;
}

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

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

.btn-toggle.active {
	color: var(--secondary-foreground);
}