/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.fs-4 {
  font-size: calc(1.75rem + .3vw) !important;
}

@media screen and (min-width: 768px) {
  .fs-4 {
    font-size: calc(2.5rem + .3vw) !important;
  }
}

.fs-7 {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .fs-7 {
    font-size: 1rem;
  }
}

.fs-8 {
  font-size: 0.8rem;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.text-brown {
  color: #a48a6a !important;
}

.bg-light-beige {
  background-color: #f6f3eb;
}

.bg-light-yellow {
  background-color: #fcf9e8;
}

.bg-light-gray {
  background-color: #f0f0f0;
}

.bg-brown {
  background-color: #a48a6a;
}

.hero-section {
  margin-top: 60px;
  height: 375px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hero-section {
    margin-top: 80px;
  }
}

.hero-section .hero-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-section .hero-overlay h1 {
  letter-spacing: 2px;
}

.hero-section .hero-overlay p {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .hero-section .hero-overlay p {
    font-size: 1.5rem;
  }
}

.checklist li {
  line-height: 1.4;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .checklist li {
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
  }
}

.checklist li i {
  color: #FEB310;
}

.strengths-section h2 {
  font-size: 1.5rem;
}

.strengths-section .tag {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .strengths-section .tag {
    font-size: 1.25rem;
  }
}

.point-item {
  border: 1px solid #e6dec8;
}

.point-item .point-number {
  background-color: #a48a6a;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .point-item .point-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .point-item .fs-6 {
    font-size: 1.125rem !important;
  }
}

.arrow {
  position: relative;
}

.arrow .triangle {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-width: 20px 25px 0 25px;
  border-color: #f0f0f0 transparent transparent transparent;
  border-style: solid;
  display: inline-block;
}

.menu-section h2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .menu-section .fs-6 {
    font-size: 1.125rem !important;
  }
}

.plan-card {
  border-color: #ded3b6 !important;
  position: relative;
  padding-top: 2.5rem !important;
}

.plan-card .bigImg img {
  max-width: 75%;
  width: 100%;
  margin: auto;
}

.plan-card .d-flex {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .plan-card .d-flex {
    padding: 0 1rem;
  }
}

.plan-card .d-flex img {
  width: 47.5%;
}

.plan-card .badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #333;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .plan-card .badge {
    font-size: 1rem;
  }
}

.plan-card .badge b {
  position: relative;
  z-index: 1;
  color: #FFF;
  top: 2px;
}

.plan-card .badge .trapezoid {
  border-bottom: 30px solid #a48a6a;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .plan-card .badge .trapezoid {
    width: 115px;
    border-bottom-width: 33px;
  }
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f6f3eb;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  background-size: 1rem;
}

.cta-section {
  background-image: url("../../img/lake.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

.cta-section .cta-overlay {
  background: linear-gradient(to bottom, rgba(44, 62, 80, 0.5), rgba(44, 62, 80, 0.75));
}

.cta-section .z-index-1 {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cta-section .fs-4 {
    font-size: calc(2rem + .3vw) !important;
  }
}

.cta-section .btn {
  letter-spacing: 2px;
  transition: all 0.3s ease;
  background-color: #FFEB3F;
}

.cta-section .btn:hover {
  color: #000000;
}

/*# sourceMappingURL=vacant.css.map */