/* Hero Content Container */
#home-bodycontent .cover-title {
  top: 63%;
}

/* Page Section Headers */
header#heading {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 1.2em;
}
header#heading span {
  font-size: 1.1em;
  font-weight: 600;
}
header#heading h2,
#home-bodycontent .listings .page-header h2 {
  font-size: 4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
header#heading p {
  font-size: 1.4em;
  font-weight: 400;
}
header#heading a {
  margin-top: 2em;
  padding: 1em 2em;
}
#home-bodycontent .listings .page-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  header#heading h2,
  #home-bodycontent .listings .page-header h2 {
    font-size: 3em;
  }
} /* Adjust Heading Size on Tablet */
@media (max-width: 400px) {
  header#heading h2,
  #home-bodycontent .listings .page-header h2 {
    font-size: 2em;
  }
  header#heading p {
    font-size: 1.2em !important;
  }
} /* Adjust Heading Size on Mobile */

/* Sections */
div.section.bg-white {
  background: #ffffff !important;
}
div.section.bg-gray {
  background: #e6e6e6;
}
div#section .section-content {
  max-width: 450px;
  align-items: flex-end;
  text-align: right;
  font-size: 16px;
}
div#section .section-content a {
  padding: 0.5em 1em;
}
@media (max-width: 450px) {
  div#section .section-content {
    align-items: center;
    text-align: center;
  }
}
#testimonials-carousel {
  margin-bottom: 3rem;
}
#section.big a.btn-primary {
  border-color: #fff !important;
}
#selling a.btn,
#market-report a.btn {
  color: #000 !important;
}
/* New Featured Area Widget Updates */

#home-bodycontent .kv-featured-areas-widget h2:before {
  content: "Discover";
  display: block;
  font-weight: 200;
  text-shadow: none;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 1em;
}
#home-bodycontent .kv-featured-areas-widget h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #000;
}
#home-bodycontent .kv-featured-areas-widget-inner {
  max-width: 1500px;
  margin: 0 auto;
}
#home-bodycontent .kv-featured-areas-widget .kv-featured-area {
  justify-content: flex-end !important;
  align-items: flex-end !important;
  text-align: center;
  box-shadow: 0px 6px 20px -10px rgb(0 0 0 / 20%);
}
#home-bodycontent .kv-featured-areas-widget a h3:before {
  content: "Explore";
  display: block;
  letter-spacing: 6px;
  font-size: 0.5em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#home-bodycontent .kv-featured-areas-widget a h3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.01));
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  text-transform: uppercase;
} 