body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.google-search-btn {
  background-color: #cd2034;
  border: none;
  color: white;
  padding: 15px 75px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.search-by-btn {
  background-color: #424141;
  border: none;
  color: white;
  padding: 15px 75px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.search-box {
  background-color: #fff;
  border: none;
  color: black;
  padding: 15px 185px 15px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.slide-container {
  position: relative;
  text-align: center;
  color: white;
}

.video-heading-container h1 {
  font-family: "Great Vibes", cursive;
  font-size: 98px;
  font-weight: normal;
  text-align: center;
}

.video-heading-container h3 {
  font-size: 28px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.quicklinks-container {
  margin: -60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.quicklinks-container img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.client-sayings {
  font-family: "Great Vibes", cursive;
  font-size: 60px;
  font-weight: bold;
}

.section-testimonials {
  padding: 50px 0;
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.group {
  box-shadow: 1px -59px 45px -26px lightgray;
  padding: 30px 0 40px 0;
}

.group img {
  width: 150px;
  height: auto;
  margin: 25px 20px 20px 20px;
}

.group-container {
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-gap: 20px;
  align-items: center;
}

.video {
  margin-bottom: 4%;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.browse-featured-listings {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.listing-col {
  padding: 0 8px;
}


.featured-listings-container {
  margin-bottom: 30px;
}

.featured-listings-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  margin-bottom: 16px;
}
.featured-listings-item img {
  width: 100%;
  height: auto;
}
.featured-listings-item a {
  width: 100%;
}
.featured-listings-item p {
  margin-bottom: 20px;
}

.featured-listings-text {
  padding: 15px;
}

.view-listing-btn {
  background-color: #000;
  color: #fff !important;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
}



.browse-listings-by-city {
  margin-top: 2%;
  margin-left: 25%;
  margin-right: 25%;
}

.browse-listings-by-city h1 {
  font-family: "Great Vibes", cursive;
  font-size: 70px;
  font-weight: bold;
  max-width: 600px;
  margin: auto;
  position: relative;
  margin-bottom: 3%;
}

.city-selections {
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 8%;
}

.city-selections ul {
  list-style-type: none;
}

.city-selections li a{
  display: block;
  padding-bottom: 2%;
  padding-top: 2%;
  margin-bottom: 2%;
  margin-right: 6%;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  width: 80%;
  box-shadow: 0px 0px 19px 4px rgb(240, 240, 240);
}

.for-individuals-container {
  position: relative;
  text-align: left;
  color: white;
  background-image: url(../images/for-individuals-bg.png);
  padding: 17%;
  background-repeat: no-repeat;
}

.for-individuals-content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
}

.for-individuals-content h1 {
  font-family: "Great Vibes", cursive;
  font-size: 93px;
  font-weight: bold;
}

.for-individuals-content h3 {
  font-size: 25pt;
  letter-spacing: 6px;
}

.for-individuals-content p {
  font-size: 12pt;
  margin-bottom: 5%;
}

.for-individuals-img {
  top: 40%;
  left: 70%;
}

.browse-waterfront-listings-container {
  background-color: rgb(241, 241, 241);
  padding-top: 4%;
  padding-bottom: 5%;
}

.browse-waterfront-listings {
  margin-left: 14%;
  margin-right: 12%;
  margin-bottom: 2%;
}

.browse-waterfront-listings h1 {
  font-family: "Great Vibes", cursive;
  font-size: 70px;
  font-weight: bold;
  max-width: 600px;
  margin: auto;
  position: relative;
  margin-bottom: 3%;
}

.waterfront-listings-container {
  margin-bottom: 2%;
}

.waterfront-listings-item {
  width: 32.3% !important;
  box-shadow: 0px 0px 19px -3px gray;
  margin-left: 1%;
  background-color: #FFF
}

.waterfront-listings-text {
  padding-left: 4%;
  padding-bottom: 3%;
}

.more-listings-btn {
  margin-left: 44.5%
}

.insights-container {
  padding-top: 4%;
  padding-bottom: 5%;
  padding-left: 16%;
  padding-right: 12%;
}

.insights-heading h1 {
  font-family: "Great Vibes", cursive;
  font-size: 70px;
  font-weight: bold;
  max-width: 600px;
  /* margin: auto; */
  position: relative;
  margin-bottom: 3%;
  margin-left: 30%;
}

.insights-item img {
  margin-right: 2%;
  width: 23% !important;
}

.view-all-articles-btn {
  background-color: #cd2034;
  border: none;
  color: white;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 1%;
}

.footer-container {
  background-image: url(../images/footer-bg.png);
  padding: 100px;
}

.footer-logo-copyright-col img {
  margin-bottom: 100px;
}

.footer-logo-copyright-col span {
  color: white;
}

.footer-logo-copyright-col a {
  text-decoration: none;
}

.footer-menu {
  font-size: 16px;
}

.footer-menu a {
  text-decoration: none;
  color: white;
}

.footer-menu li {
  /* float: left; */
  margin-bottom: 10px;
}

.footer-menu ul {
  display: block;
  list-style-type: none;
}

.footer-contact {
  color: white;
  font-size: 18px;
}

.footer-contact a {
  text-decoration: none;
}

.footer-other-logos img{
  margin-bottom: 20%;
  /* width: 100%; */
}

.footer-disclaimer {
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}