:root {
  --primary: #893867;
  --primary-foreground: #fff;
}

.nav-secondary {
    display: none !important;
}
.navbar-collapse {
    display: none !important;
}
.nav-item.active .nav-item-link, .nav-item-link:hover {
    border-color: #893867;
}
.btn-primary {
    border-color: #893867 !important;
    background-color: #893867 !important;
    color: #fff !important;
}
svg.get-directions path {
    fill: #fff;
}
.custom-logo {
    content: url(./images/centennialpark-logo.png);
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.landingslider {
    background: url(./images/centennialpark-background.jpg) no-repeat;
    background-size: cover;
}

.events-table td.fullscreen-date-row {
    background-color: #893867;
    color: #fff;
}