.rental-rate-card .rate-row {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #e9ecef;
      }

      .rental-rate-card .rate-row:last-child {
        border-bottom: 0;
      }

      .rental-rate-card .rate-label {
        font-weight: 600;
      }

      .rental-rate-card .rate-value {
        text-align: right;
      }
      .accent-2 .promo-title {
    color: var(--color-3) !important;
}
.promo-title {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#home-mailing-list .section-title {
    color: var(--color-2) !important;
     text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.contact-grid p {
    font-size: 1.35rem;
}
.nav-link {
    text-transform: uppercase;
}
.bg-white p, .bg-white ul li, .bg-white span {
    color: var(--color-4);
}
.bg-white h2 {
    color: var(--color-2);
}
.bg-white {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.bg-white a {
    color:  var(--color-4);
    text-decoration: underline;
}
.bg-white .small p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}
.bg-white .btn {
    text-decoration: none !important;
}
.footer img {
    max-width: 150px;
    margin-top: 30px;
}

.home-weather-widget {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255,255,255,0.12);
  }

  .weather-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .weather-temp {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
  }

  .weather-condition {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
  }

  .weather-meta {
    font-size: 15px;
    margin-top: 8px;
  }

  .weather-icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .parallax-content h1 {
    padding-top: 50px;
  }