.uk-overlay-primary {
    background: rgb(34 34 34 / .4);
}
.navbar-nav .nav-link, .footer-nav .nav-link {
    color: var(--header-text) !important;
    font-family: var(--headers-font) !important;
    font-size: 1.30rem !important;
}
.lines::before, .lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}

.lines::before {
  top: 0;
  background-image: url('../images/design/line-top.webp'); 
}

.lines::after {
  bottom: 0;
  background-image: url('../images/design/line-bottom.webp'); 
}
.lines {
    position: relative;    
}
.promo-title {
    color: #008b01!important;
    font-size: 45px;
    font-weight: 800;
    text-shadow: 2px 2px #fff;
    letter-spacing: 3px;
}
@media (min-width: 992px) {
    div.page-wrapper.primary-bg.home-section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}
@media (min-width: 992px) {
    .border-lg {
        border: 3px solid var(--color-2);
        -webkit-box-shadow: var(--map-shadow);
        box-shadow: var(--map-shadow);
        margin-left: 40px;
    }
}
h2.home-title {
    color: var(--color-2);
}
.home-body {
    color: #fff!important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #008c07;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);  
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px; 
  height: 100%; 
  background: none; 
}

.carousel-control-prev {
  left: -30px;
  opacity: 1;
}

.carousel-control-next {
  right: -30px; 
  opacity: 1;
}
.location-section .uk-card-body {
    border: none;
    padding: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;   
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 80%;
}
.location-section .uk-card-body .btn {    
    color: #fff !important;
    margin-top: 30px;
}
.location-section .uk-card-body .btn:hover {    
    color: var(--color-1) !important;   
}

.bg-hero-img {
    background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/bb6utr5u7c8200ffkakozt6w3d7c');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }