:root {
  --primary: #205C40;
  --primary-foreground: #fff;
}

.nav-secondary {
    background: #205C40 !important;
}
.nav-item-secondary-link {
    color: #fff !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #205C40;
}
.btn-primary {
    border-color: #B9975B !important;
    background-color: #B9975B !important;
    color: #fff !important;
}
svg.get-directions path {
    fill: #fff;
}
.custom-logo {
    content: url(./images/purewa-logo.png);
    width: auto;
}
.landingslider {
    background: url(./images/purewa-background.png) no-repeat;
    background-size: cover;
    background-position: center 80%;
}