/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
}
footer {
  transition: all 0.3s ease;
  /* Animate all properties over 0.3s */
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
a:link {
  color: #043673;
}
a:active {
  color: #043673;
}
a:visited {
  color: #043673;
}
a:hover {
  color: #043673;
}
.home-top-area {
  height: 790px;
  background-image: url('../images/peachland-home-hero.jpg');
  background-size: cover;
  background-position: center center;
}
/* Container div styling */
.menu-container {
  display: flex;
  justify-content: center;
  /* Horizontally center the UL */
  align-items: center;
  /* Vertically center the UL */
  width: 100%;
  /* Very wide div */
  min-width: 100%;
  /* Ensure it’s wide */
  height: 110px;
  /* Example height */
  font-family: "ingra", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.gradient-container {
  height: 200px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
}
/* UL styling */
.menu-container ul {
  display: flex;
  flex-direction: row;
  /* Arrange LI items side by side */
  justify-content: center;
  /* Center LI items within UL */
  list-style: none;
  /* Remove default bullets */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
}
/* LI styling */
.menu-container li {
  display: flex;
  /* Use flex to center content within LI */
  justify-content: center;
  /* Center content horizontally */
  align-items: center;
  /* Center content vertically */
  padding: 10px 20px;
  /* Spacing for visibility */
  margin: 0 20px;
  /* Horizontal spacing between LIs */
  color: #ffffff;
}
.peachland-logo {
  width: 245px;
  cursor: pointer;
}
.home-enduring {
  height: 233px;
  background-color: #e8e4d4;
  padding-top: 28px;
}
.home-enduring-title {
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 57px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #043673;
  margin: auto;
  position: relative;
}
.home-enduring-text {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
.instagram {
  width: 40px;
  position: absolute;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.site-padding {
  padding-left: 55px;
  padding-right: 55px;
}
.home-image-1 {
  width: 253px;
  height: 306px;
  margin-top: 70px;
  background-image: url('../images/home-image-1.jpg');
  background-size: cover;
  background-position: center center;
}
.home-image-2 {
  width: 253px;
  height: 306px;
  margin: auto;
  margin-top: 70px;
  background-image: url('../images/home-image-2.jpg');
  background-size: cover;
  background-position: center center;
}
.home-image-3 {
  width: 513px;
  height: 306px;
  float: right;
  margin-top: 70px;
  background-image: url('../images/home-image-3.jpg');
  background-size: cover;
  background-position: center center;
}
.project-spotlight-divider {
  width: 100%;
  height: 1px;
  background-color: #504c49;
  margin-top: 80px;
  position: relative;
}
.project-spotlight-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -56%);
  -webkit-transform: translate(-50%, -56%);
  -ms-transform: translate(-50%, -56%);
  -moz-transform: translate(-50%, -56%);
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #043673;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}
.project-spotlight-name {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  margin-top: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.project-spotlight-image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 45px;
  position: relative;
  cursor: pointer;
}
.peachland-difference-section {
  width: 100%;
  height: 600px;
  margin-top: 75px;
  background-image: url('../images/peachland-difference-alt.jpg');
  background-size: cover;
  /* Ensures the image covers the div */
  background-position: center;
  /* Centers the image */
  background-attachment: fixed;
  /* Creates the parallax effect */
  position: relative;
  overflow: hidden;
}
.peachland-difference-white-box {
  width: 1060px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
}
.home-page-quote-section {
  height: 150px;
  background-color: #ece9de;
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #043673;
  padding-top: 47px;
}
footer {
  height: 230px;
  background-color: #043673;
  padding-top: 15px;
}
footer a:link {
  color: #ffffff;
}
footer a:active {
  color: #ffffff;
}
footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
.menu-container a:link {
  color: #ffffff;
}
.menu-container a:active {
  color: #ffffff;
}
.menu-container a:visited {
  color: #ffffff;
}
.menu-container a:hover {
  color: #ffffff;
}
.contact-form-text {
  color: #ffffff;
  font-family: "ingra-2", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.site-padding-form {
  padding-left: 190px;
  padding-right: 190px;
}
.form-control-gallery {
  width: 96.5%;
  height: 35px;
  border-radius: 0px;
  font-family: "ingra", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #043673;
  border: none;
}
.left {
  margin-top: 18px;
  float: left;
}
.right {
  margin-top: 18px;
  float: right;
}
.center {
  margin: auto;
  margin-top: 18px;
}
.left-longer {
  width: 99.2%;
  margin-top: 18px;
}
.form-control::-moz-placeholder {
  color: #043673;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #043673;
}
.form-control::-webkit-input-placeholder {
  color: #043673;
}
.form-submit {
  height: 35px;
  width: 96.5%;
  float: right;
  cursor: pointer;
  background-color: #ffffff;
  text-align: center;
  color: #043673;
  font-family: "ingra", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  padding-top: 10px;
  margin-top: 18px;
}
.footer-address {
  font-family: "ingra", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
.footer-menu {
  font-family: "ingra", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  margin-right: 6px;
}
.copyright {
  color: #ffffff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-top: 30px;
  float: left;
  letter-spacing: -0.01em;
}
.instagram-footer {
  float: right;
  width: 30px;
  cursor: pointer;
  margin-top: 30px;
}
.footer-logos {
  float: right;
  width: 257px;
  cursor: pointer;
  margin-top: 15px;
}
.hilltop {
  width: 119px;
  cursor: pointer;
  margin-top: 6px;
}
.about-top-area {
  height: 575px;
  background-image: url('../images/peachland-about-hero.jpg');
  background-size: cover;
  background-position: center center;
}
.tradition-of-excellence {
  height: 117px;
  background-color: #e8e4d4;
  padding-top: 22px;
}
.about-page-main-section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.5px;
  line-height: 30px;
}
.family-photo {
  float: right;
  width: 210px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.peachland-experience-section {
  background-color: #d1cfc3;
  padding-top: 60px;
  padding-bottom: 180px;
}
.peachland-experience-box {
  border: 1px solid #ffffff;
  background-color: #e9e7e2;
  padding: 50px;
  position: relative;
}
.peachland-experience-inner-box {
  border: 1px solid #ffffff;
  background-color: #f4f3f0;
}
.peachland-experience-title {
  text-align: center;
  color: #043673;
  font-family: "freight-display-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}
.peachland-experience-text {
  padding-top: 40px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.5px;
  line-height: 30px;
  position: relative;
  z-index: 100;
}
.peachland-p {
  position: absolute;
  width: 400px;
  z-index: 10;
  right: 50px;
  bottom: -180px;
}
.form-select-gallery select {
  width: 100%;
  margin: 0px 0;
  color: #ffffff;
  border: none;
  height: 43px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff url('../images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-color: #043673;
  background-size: 20px;
  background-position: right 5px center;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  float: right;
}
.form-select-gallery {
  width: 100%;
}
.form-select-gallery select:focus {
  box-shadow: none;
  outline: 0 none;
}
.select-gallery-section {
  height: auto;
  background-color: #e8e4d4;
  padding-top: 22px;
  padding-bottom: 23px;
}
.select-gallery {
  width: 40%;
  float: left;
}
.fwdugp-menu-out {
  background-color: #878a8f !important;
  text-align: center!important;
}
.fwdugp-menu-out .fwdugp-menu-inner {
  padding: 42px 0 25px !important;
  text-align: center!important;
}
.fwdugp-menu-out .fwdugp-menu-inner .menu-button {
  font-family: "myriad-pro", sans-serif !important;
  font-weight: 400!important;
  font-style: normal!important;
  font-style: normal;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 18px!important;
}
.fwdugp-menu-out .PGMenuButtonTextSelected.menu-button {
  text-decoration: none;
  background-image: linear-gradient(#fff calc(100% - 2px), #fff 1px);
  background-position: 0 calc(100% + 1px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  border-bottom: 1px solid rgba(233, 233, 233, 0) !important;
  color: #ffffff;
}
.fwdugp-menu-out .PGMenuButtonTextNormal.menu-button {
  text-decoration: none;
  background-image: linear-gradient(#fff calc(100% - 2px), #fff 1px);
  background-position: 0 calc(100% + 1px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  border-bottom: 1px solid rgba(233, 233, 233, 0) !important;
  color: #ffffff;
}
.fwdrlin {
  display: none!important;
}
.fwdugp-menu-out .fwdugp-menu-inner {
  max-width: 1300px !important;
  margin: auto !important;
}
.peachland-logo-footer {
  width: 210px;
  margin-top: 25px;
}
.about-page-text-headline {
  font-family: "freight-display-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  color: #043673;
}
.about-page-text-uppercase {
  text-transform: uppercase;
  font-family: ingra-2, sans-serif;
  font-weight: 500;
  font-style: normal;
}
strong {
  font-family: ingra-2, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.peacland-experience-list {
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
  font-family: ingra-2, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #043673;
}
.peachland-experience-text li {
  margin-left: 0px;
}
.properties-top-area {
  height: 575px;
  background-image: url('../images/peachland-properties-hero.jpg');
  background-size: cover;
  background-position: center bottom;
}
.gallery-top-area {
  height: 575px;
  background-image: url('../images/peachland-gallery-hero.jpg');
  background-size: cover;
  background-position: center center;
}
.neighborhoods-divider-line {
  width: 98%;
  height: 1px;
  background-color: #043673;
  margin: auto;
  margin-top: 20px;
  position: relative;
  margin-bottom: 60px;
}
.neighborhoods-title {
  position: absolute;
  left: 50%;
  top: 48%;
  background-color: #ffffff;
  color: #043673;
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 0.02em;
}
.property-box {
  width: 510px;
  height: 340px;
  margin: auto;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.property-box-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.property-box-overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 101;
  font-family: "freight-display-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.propert-box-overlay-location {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.08em;
}
.contact-top-area {
  height: 575px;
  background-image: url('../images/peachland-contact-hero.jpg');
  background-size: cover;
  background-position: center bottom;
}
.contact-title-area {
  height: 235px;
  background-color: #e8e4d4;
  padding-top: 22px;
}
.contact-sub-title {
  text-align: center;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
.main-contact-section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.peachland-blue {
  color: #043673;
}
#map {
  height: 280px;
  width: 550px;
  float: right;
}
.gm-ui-hover-effect {
  width: 30px!important;
  height: 30px!important;
}
.gm-ui-hover-effect span {
  width: 20px!important;
  height: 20px!important;
  margin: 5px!important;
}
.form-control::-moz-placeholder {
  color: #504c49;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #504c49;
}
.form-control::-webkit-input-placeholder {
  color: #504c49;
}
.form-select select {
  width: 100%;
  margin: 0px 0;
  color: #000000;
  border: none;
  height: 35px;
  font-family: "ingra-2", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-color: #efede2;
  background-size: 20px;
  background-position: right 0px center;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-select {
  width: 100%;
  text-align: right;
  float: right;
}
.form-select select:focus {
  box-shadow: none;
  outline: 0 none;
}
.form-control {
  height: 35px;
  font-family: "ingra-2", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 96%;
  background-color: #efede2;
  border: none;
  box-shadow: none;
}
.form-padding {
  margin-top: 20px;
}
textarea.form-control {
  height: 100px;
  width: 98.6%;
}
.submit-button {
  width: 100%;
  float: right;
  height: 35px;
  background-color: #043673;
  text-align: center;
  color: #ffffff;
  font-family: "ingra", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 10px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  margin-top: 65px;
  cursor: pointer;
}
.property-box-click-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.properties-detail-top-area {
  height: 575px;
  background-size: cover;
  background-position: center center;
}
.property-name-bar {
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  color: #043673;
  letter-spacing: 0.03em;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #e8e4d4;
}
.properties-text {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.property-picture {
  width: 575px;
  height: 387px;
  margin: auto;
  background-size: cover;
  margin-bottom: 10px;
}
.property-picture-single {
  width: 1170px;
  height: 633px;
  margin: auto;
  background-size: cover;
  margin-bottom: 10px;
}
.property-images {
  margin-bottom: 70px;
  margin-top: 40px;
}
.property-details-section {
  padding-top: 50px;
  padding-left: 80px;
}
.bedroom-graphic {
  float: left;
  width: 29px;
}
.bedroom-details {
  float: left;
  margin-left: 20px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.bathroom-graphic {
  float: left;
  width: 29px;
  margin-top: 40px;
}
.bathroom-details {
  float: left;
  margin-left: 20px;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
.bathroom-details-alt {
  float: left;
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
.custom-divider-line {
  width: 98%;
  height: 1px;
  background-color: #043673;
  margin: auto;
  margin-top: 20px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
}
.custom-title {
  position: absolute;
  left: 50%;
  top: 48%;
  background-color: #ffffff;
  color: #043673;
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
}
.custom-home-detail-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-details-list {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.home-details-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home-details-list li {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
}
.custom-homes-graphic {
  width: 29px;
  display: inline-block;
  margin-right: 10px;
}
.garage-graphic {
  width: 41px;
}
.pool-graphic {
  width: 39px;
}
#mapProperties {
  width: 100%;
  height: 650px;
}
.project-spotlight-image-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%!important;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.ps-1a {
  background-image: url('../images/project-spotlight-1.jpg');
}
.ps-1b {
  background-image: url('../images/project-spotlight-2.jpg');
}
.ps-1c {
  background-image: url('../images/project-spotlight-3.jpg');
}
.ps-2a {
  background-image: url('../images/project-spotlight-4.jpg');
  opacity: 0;
}
.ps-2b {
  background-image: url('../images/project-spotlight-5.jpg');
  opacity: 0;
}
.ps-2c {
  background-image: url('../images/project-spotlight-6.jpg');
  opacity: 0;
}
.ps-3a {
  background-image: url('../images/project-spotlight-7.jpg');
  opacity: 0;
}
.ps-3b {
  background-image: url('../images/project-spotlight-8.jpg');
  opacity: 0;
}
.ps-3c {
  background-image: url('../images/project-spotlight-9.jpg');
  opacity: 0;
}
.ps-4a {
  background-image: url('../images/project-spotlight-10.jpg');
  opacity: 0;
}
.ps-4b {
  background-image: url('../images/project-spotlight-11.jpg');
  opacity: 0;
}
.ps-4c {
  background-image: url('../images/project-spotlight-12.jpg');
  opacity: 0;
}
#area-map {
  width: 380px;
  height: 380px;
  margin-top: 50px;
  float: right;
}
.neighborhood-button {
  width: 380px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  margin-top: 15px;
  float: right;
  background-color: #043673;
  cursor: pointer;
  font-family: "ingra-2", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.completed-homes-section {
  margin-top: 30px;
}
.completed-homes {
  font-family: "freight-display-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  color: #043673;
  line-height: 30px;
}
.completed-home {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #043673;
}
.completed-homes-section a:link {
  color: #043673;
  text-decoration: underline;
}
.completed-homes-section a:visited {
  text-decoration: underline;
  color: #043673;
}
.completed-homes-section a:hover {
  text-decoration: none;
  color: #043673;
}
.completed-homes-section a:active {
  text-decoration: underline;
  color: #043673;
}
.property-coming-soon {
  font-family: "ingra", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
.gallery-section {
  margin-top: 8px;
  margin-bottom: 8px;
}
.down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
@media only screen and (max-width: 1200px) {
  .home-top-area {
    height: 653.06666667px;
  }
  /* Container div styling */
  .menu-container {
    height: 90.93333333px;
    /* Example height */
    font-size: 13.22666667px;
  }
  .gradient-container {
    height: 165.33333333px;
  }
  .menu-container li {
    padding: 10px 16.53333333px;
    /* Spacing for visibility */
    margin: 0 16.53333333px;
    /* Horizontal spacing between LIs */
  }
  .peachland-logo {
    width: 202.53333333px;
  }
  .home-enduring {
    height: 192.61333333px;
    padding-top: 23.14666667px;
  }
  .home-enduring-title {
    font-size: 39.68px;
    line-height: 47.12px;
  }
  .home-enduring-text {
    font-size: 15.70666667px;
    line-height: 24.8px;
    margin-top: 24.8px;
  }
  .instagram {
    width: 33.06666667px;
    right: 0px;
    top: -3.30666667px;
  }
  .site-padding {
    padding-left: 54.56px;
    padding-right: 54.56px;
  }
  .home-image-1 {
    width: 209.14666667px;
    height: 252.96px;
    margin-top: 57.86666667px;
  }
  .home-image-2 {
    width: 209.14666667px;
    height: 252.96px;
    margin-top: 57.86666667px;
  }
  .home-image-3 {
    width: 424.08px;
    height: 252.96px;
    margin-top: 57.86666667px;
  }
  .project-spotlight-divider {
    height: 0.82666667px;
    margin-top: 66.13333333px;
  }
  .project-spotlight-title {
    font-size: 39.68px;
    line-height: 39.68px;
    padding-left: 24.8px;
    padding-right: 24.8px;
  }
  .project-spotlight-name {
    font-size: 15.70666667px;
    line-height: 24.8px;
    margin-top: 24.8px;
  }
  .project-spotlight-image {
    height: 248px;
    margin-top: 37.2px;
  }
  .peachland-difference-section {
    height: 496px;
    margin-top: 62px;
  }
  .peachland-difference-white-box {
    width: 876.26666667px;
    padding: 41.33333333px;
    font-size: 15.70666667px;
    line-height: 24.8px;
  }
  .home-page-quote-section {
    height: 124px;
    font-size: 21.49333333px;
    line-height: 26.45333333px;
    padding-top: 38.85333333px;
  }
  footer {
    height: 190.13333333px;
    padding-top: 12.4px;
  }
  .contact-form-text {
    font-size: 13.22666667px;
    line-height: 19.84px;
    margin-bottom: 4.13333333px;
  }
  .site-padding-form {
    padding-left: 157.06666667px;
    padding-right: 157.06666667px;
  }
  .form-control-gallery {
    height: 28.93333333px;
    border-radius: 0px;
    font-size: 13.22666667px;
  }
  .left {
    margin-top: 14.88px;
  }
  .right {
    margin-top: 14.88px;
  }
  .center {
    margin: auto;
    margin-top: 14.88px;
  }
  .left-longer {
    margin-top: 14.88px;
  }
  .form-submit {
    height: 28.93333333px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 8.26666667px;
    margin-top: 14.88px;
  }
  .footer-address {
    font-size: 13.22666667px;
    margin-top: 16.53333333px;
  }
  .footer-menu {
    font-size: 13.22666667px;
    margin-top: 16.53333333px;
  }
  .footer-menu li {
    margin-right: 4.96px;
  }
  .copyright {
    font-size: 9.09333333px;
    margin-top: 24.8px;
  }
  .instagram-footer {
    width: 24.8px;
    margin-top: 24.8px;
  }
  .footer-logos {
    width: 212.45333333px;
    margin-top: 12.4px;
  }
  .hilltop {
    width: 98.37333333px;
    margin-top: 4.96px;
  }
  .about-top-area {
    height: 475.33333333px;
  }
  .tradition-of-excellence {
    height: 96.72px;
    padding-top: 18.18666667px;
  }
  .about-page-main-section {
    padding-top: 33.06666667px;
    padding-bottom: 33.06666667px;
    font-size: 15.29333333px;
    line-height: 24.8px;
  }
  .family-photo {
    width: 173.6px;
    margin-left: 20.66666667px;
    margin-bottom: 16.53333333px;
  }
  .peachland-experience-section {
    padding-top: 49.6px;
    padding-bottom: 148.8px;
  }
  .peachland-experience-box {
    padding: 41.33333333px;
  }
  .peachland-experience-title {
    font-size: 39.68px;
    line-height: 39.68px;
    padding-top: 16.53333333px;
    padding-bottom: 16.53333333px;
  }
  .peachland-experience-text {
    padding-top: 33.06666667px;
    font-size: 15.29333333px;
    line-height: 24.8px;
  }
  .peachland-p {
    width: 330.66666667px;
    right: 41.33333333px;
    bottom: -148.8px;
  }
  .peachland-logo-footer {
    width: 173.6px;
    margin-top: 20.66666667px;
  }
  .about-page-text-headline {
    font-size: 24.8px;
  }
  .properties-top-area {
    height: 475.33333333px;
  }
  .gallery-top-area {
    height: 475.33333333px;
  }
  .neighborhoods-divider-line {
    height: 0.82666667px;
    margin-top: 16.53333333px;
    margin-bottom: 49.6px;
  }
  .neighborhoods-title {
    font-size: 39.68px;
    line-height: 39.68px;
    padding-left: 41.33333333px;
    padding-right: 41.33333333px;
  }
  .property-box {
    width: 421.6px;
    height: 281.06666667px;
    margin-bottom: 16.53333333px;
  }
  .property-box-overlay {
    left: 0px;
    top: 0px;
  }
  .property-box-overlay-text {
    font-size: 31.41333333px;
    line-height: 39.68px;
    text-shadow: 0px 0px 2.48px rgba(0, 0, 0, 0.54);
  }
  .propert-box-overlay-location {
    font-size: 18.18666667px;
    line-height: 28.93333333px;
  }
  .contact-top-area {
    height: 475.33333333px;
  }
  .contact-title-area {
    height: 194.26666667px;
    padding-top: 18.18666667px;
  }
  .contact-sub-title {
    font-size: 14.88px;
    line-height: 24.8px;
    margin-top: 33.06666667px;
  }
  .main-contact-section {
    padding-top: 33.06666667px;
    padding-bottom: 33.06666667px;
    font-size: 14.88px;
    line-height: 24.8px;
  }
  #map {
    height: 231.46666667px;
    width: 454.66666667px;
  }
  .gm-ui-hover-effect {
    width: 24.8px !important;
    height: 24.8px !important;
  }
  .gm-ui-hover-effect span {
    width: 16.53333333px !important;
    height: 16.53333333px !important;
    margin: 4.13333333px !important;
  }
  .form-select select {
    height: 28.93333333px;
    font-size: 13.22666667px;
    margin-bottom: 16.53333333px;
    background-size: 16.53333333px;
    background-position: right 0px center;
    padding-left: 8.26666667px;
  }
  .form-control {
    height: 28.93333333px;
    font-size: 13.22666667px;
    margin-bottom: 16.53333333px;
    border-radius: 0px;
  }
  .form-padding {
    margin-top: 16.53333333px;
  }
  textarea.form-control {
    height: 82.66666667px;
  }
  .submit-button {
    height: 28.93333333px;
    padding-top: 8.26666667px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    margin-top: 53.73333333px;
  }
  .property-box-click-overlay {
    left: 0px;
    top: 0px;
  }
  .properties-detail-top-area {
    height: 475.33333333px;
  }
  .property-name-bar {
    font-size: 39.68px;
    line-height: 39.68px;
    padding-top: 28.93333333px;
    padding-bottom: 28.93333333px;
  }
  .properties-text {
    font-size: 14.88px;
    line-height: 24.8px;
    padding-top: 41.33333333px;
    padding-bottom: 41.33333333px;
  }
  .property-picture {
    width: 475.33333333px;
    height: 319.92px;
    margin-bottom: 8.26666667px;
  }
  .property-images {
    margin-bottom: 57.86666667px;
  }
  .property-details-section {
    padding-top: 41.33333333px;
    padding-left: 66.13333333px;
  }
  .bedroom-graphic {
    width: 23.97333333px;
  }
  .bedroom-details {
    margin-left: 16.53333333px;
    font-size: 14.88px;
    line-height: 24.8px;
  }
  .bathroom-graphic {
    width: 23.97333333px;
    margin-top: 33.06666667px;
  }
  .bathroom-details {
    margin-left: 16.53333333px;
    font-size: 14.88px;
    line-height: 24.8px;
    margin-top: 33.06666667px;
  }
  .bathroom-details-alt {
    font-size: 14.88px;
    line-height: 24.8px;
    margin-top: 33.06666667px;
  }
  .custom-divider-line {
    height: 0.82666667px;
    margin-top: 16.53333333px;
    margin-bottom: 49.6px;
    margin-top: 33.06666667px;
  }
  .custom-title {
    top: 48%;
    font-size: 39.68px;
    line-height: 39.68px;
    padding-left: 41.33333333px;
    padding-right: 41.33333333px;
  }
  .custom-home-detail-area {
    padding-top: 49.6px;
    padding-bottom: 49.6px;
  }
  .home-details-list {
    font-size: 14.88px;
    line-height: 14.88px;
  }
  .home-details-list li {
    margin-right: 12.4px;
    margin-left: 12.4px;
  }
  .custom-homes-graphic {
    width: 23.97333333px;
    margin-right: 8.26666667px;
  }
  .garage-graphic {
    width: 33.89333333px;
  }
  .pool-graphic {
    width: 32.24px;
  }
  #mapProperties {
    height: 537.33333333px;
  }
  #area-map {
    width: 314.13333333px;
    height: 314.13333333px;
    margin-top: 41.33333333px;
  }
  .neighborhood-button {
    width: 314.13333333px;
    padding-top: 8.26666667px;
    padding-bottom: 8.26666667px;
    margin-top: 12.4px;
    background-color: #043673;
    font-size: 16.53333333px;
    letter-spacing: 0.04133333em;
  }
  .completed-homes-section {
    margin-top: 24.8px;
  }
  .completed-homes {
    font-size: 23.14666667px;
    line-height: 24.8px;
  }
  .completed-home {
    font-size: 14.88px;
    line-height: 23.14666667px;
  }
  .property-coming-soon {
    font-size: 20.66666667px;
    line-height: 23.14666667px;
  }
  .down-arrow {
    bottom: 16.53333333px;
    width: 41.33333333px;
  }
}
@media only screen and (max-width: 992px) {
  .home-top-area {
    height: 504.94166667px;
  }
  /* Container div styling */
  .menu-container {
    height: 70.30833333px;
    /* Example height */
    font-size: 10.22666667px;
  }
  .gradient-container {
    height: 127.83333333px;
  }
  .menu-container li {
    padding: 10px 12.78333333px;
    /* Spacing for visibility */
    margin: 0 12.78333333px;
    /* Horizontal spacing between LIs */
  }
  .peachland-logo {
    width: 156.59583333px;
  }
  .home-enduring {
    height: 148.92583333px;
    padding-top: 17.89666667px;
  }
  .home-enduring-title {
    font-size: 30.68px;
    line-height: 36.4325px;
  }
  .home-enduring-text {
    font-size: 12.14416667px;
    line-height: 19.175px;
    margin-top: 19.175px;
  }
  .instagram {
    width: 25.56666667px;
    right: 0px;
    top: -2.55666667px;
  }
  .site-padding {
    padding-left: 42.185px;
    padding-right: 42.185px;
  }
  .home-image-1 {
    width: 161.70916667px;
    height: 195.585px;
    margin-top: 44.74166667px;
  }
  .home-image-2 {
    width: 161.70916667px;
    height: 195.585px;
    margin-top: 44.74166667px;
  }
  .home-image-3 {
    width: 327.8925px;
    height: 195.585px;
    margin-top: 44.74166667px;
  }
  .project-spotlight-divider {
    height: 0.63916667px;
    margin-top: 51.13333333px;
  }
  .project-spotlight-title {
    font-size: 30.68px;
    line-height: 30.68px;
    padding-left: 19.175px;
    padding-right: 19.175px;
  }
  .project-spotlight-name {
    font-size: 12.14416667px;
    line-height: 19.175px;
    margin-top: 19.175px;
  }
  .project-spotlight-image {
    height: 191.75px;
    margin-top: 28.7625px;
  }
  .peachland-difference-section {
    height: 383.5px;
    margin-top: 47.9375px;
  }
  .peachland-difference-white-box {
    width: 677.51666667px;
    padding: 31.95833333px;
    font-size: 12.14416667px;
    line-height: 19.175px;
  }
  .home-page-quote-section {
    height: 95.875px;
    font-size: 16.61833333px;
    line-height: 20.45333333px;
    padding-top: 30.04083333px;
  }
  footer {
    height: 147.00833333px;
    padding-top: 9.5875px;
  }
  .contact-form-text {
    font-size: 10.22666667px;
    line-height: 15.34px;
    margin-bottom: 3.19583333px;
  }
  .site-padding-form {
    padding-left: 121.44166667px;
    padding-right: 121.44166667px;
  }
  .form-control-gallery {
    height: 22.37083333px;
    border-radius: 0px;
    font-size: 10.22666667px;
  }
  .left {
    margin-top: 11.505px;
  }
  .right {
    margin-top: 11.505px;
  }
  .center {
    margin: auto;
    margin-top: 11.505px;
  }
  .left-longer {
    margin-top: 11.505px;
  }
  .form-submit {
    height: 22.37083333px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 6.39166667px;
    margin-top: 11.505px;
  }
  .footer-address {
    font-size: 10.22666667px;
    margin-top: 12.78333333px;
  }
  .footer-menu {
    font-size: 10.22666667px;
    margin-top: 12.78333333px;
  }
  .footer-menu li {
    margin-right: 3.835px;
  }
  .copyright {
    font-size: 7.03083333px;
    margin-top: 19.175px;
  }
  .instagram-footer {
    width: 19.175px;
    margin-top: 19.175px;
  }
  .footer-logos {
    width: 164.26583333px;
    margin-top: 9.5875px;
  }
  .hilltop {
    width: 76.06083333px;
    margin-top: 3.835px;
  }
  .about-top-area {
    height: 367.52083333px;
  }
  .tradition-of-excellence {
    height: 74.7825px;
    padding-top: 14.06166667px;
  }
  .about-page-main-section {
    padding-top: 25.56666667px;
    padding-bottom: 25.56666667px;
    font-size: 11.82458333px;
    line-height: 19.175px;
  }
  .family-photo {
    width: 134.225px;
    margin-left: 15.97916667px;
    margin-bottom: 12.78333333px;
  }
  .peachland-experience-section {
    padding-top: 38.35px;
    padding-bottom: 115.05px;
  }
  .peachland-experience-box {
    padding: 31.95833333px;
  }
  .peachland-experience-title {
    font-size: 30.68px;
    line-height: 30.68px;
    padding-top: 12.78333333px;
    padding-bottom: 12.78333333px;
  }
  .peachland-experience-text {
    padding-top: 25.56666667px;
    font-size: 11.82458333px;
    line-height: 19.175px;
  }
  .peachland-p {
    width: 255.66666667px;
    right: 31.95833333px;
    bottom: -115.05px;
  }
  .peachland-logo-footer {
    width: 134.225px;
    margin-top: 15.97916667px;
  }
  .about-page-text-headline {
    font-size: 19.175px;
  }
  .properties-top-area {
    height: 367.52083333px;
  }
  .gallery-top-area {
    height: 367.52083333px;
  }
  .neighborhoods-divider-line {
    height: 0.63916667px;
    margin-top: 12.78333333px;
    margin-bottom: 38.35px;
  }
  .neighborhoods-title {
    font-size: 30.68px;
    line-height: 30.68px;
    padding-left: 31.95833333px;
    padding-right: 31.95833333px;
  }
  .property-box {
    width: 325.975px;
    height: 217.31666667px;
    margin-bottom: 12.78333333px;
  }
  .property-box-overlay {
    left: 0px;
    top: 0px;
  }
  .property-box-overlay-text {
    font-size: 24.28833333px;
    line-height: 30.68px;
    text-shadow: 0px 0px 1.9175px rgba(0, 0, 0, 0.54);
  }
  .propert-box-overlay-location {
    font-size: 14.06166667px;
    line-height: 22.37083333px;
  }
  .contact-top-area {
    height: 367.52083333px;
  }
  .contact-title-area {
    height: 150.20416667px;
    padding-top: 14.06166667px;
  }
  .contact-sub-title {
    font-size: 11.505px;
    line-height: 19.175px;
    margin-top: 25.56666667px;
  }
  .main-contact-section {
    padding-top: 25.56666667px;
    padding-bottom: 25.56666667px;
    font-size: 11.505px;
    line-height: 19.175px;
  }
  #map {
    height: 178.96666667px;
    width: 351.54166667px;
  }
  .gm-ui-hover-effect {
    width: 19.175px !important;
    height: 19.175px !important;
  }
  .gm-ui-hover-effect span {
    width: 12.78333333px !important;
    height: 12.78333333px !important;
    margin: 3.19583333px !important;
  }
  .form-select select {
    height: 22.37083333px;
    font-size: 10.22666667px;
    margin-bottom: 12.78333333px;
    background-size: 12.78333333px;
    background-position: right 0px center;
    padding-left: 6.39166667px;
  }
  .form-control {
    height: 22.37083333px;
    font-size: 10.22666667px;
    margin-bottom: 12.78333333px;
    border-radius: 0px;
  }
  .form-padding {
    margin-top: 12.78333333px;
  }
  textarea.form-control {
    height: 63.91666667px;
  }
  .submit-button {
    height: 22.37083333px;
    padding-top: 6.39166667px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    margin-top: 41.54583333px;
  }
  .property-box-click-overlay {
    left: 0px;
    top: 0px;
  }
  .properties-detail-top-area {
    height: 367.52083333px;
  }
  .property-name-bar {
    font-size: 30.68px;
    line-height: 30.68px;
    padding-top: 22.37083333px;
    padding-bottom: 22.37083333px;
  }
  .properties-text {
    font-size: 11.505px;
    line-height: 19.175px;
    padding-top: 31.95833333px;
    padding-bottom: 31.95833333px;
  }
  .property-picture {
    width: 367.52083333px;
    height: 247.3575px;
    margin-bottom: 6.39166667px;
  }
  .property-images {
    margin-bottom: 44.74166667px;
  }
  .property-details-section {
    padding-top: 31.95833333px;
    padding-left: 51.13333333px;
  }
  .bedroom-graphic {
    width: 18.53583333px;
  }
  .bedroom-details {
    margin-left: 12.78333333px;
    font-size: 11.505px;
    line-height: 19.175px;
  }
  .bathroom-graphic {
    width: 18.53583333px;
    margin-top: 25.56666667px;
  }
  .bathroom-details {
    margin-left: 12.78333333px;
    font-size: 11.505px;
    line-height: 19.175px;
    margin-top: 25.56666667px;
  }
  .bathroom-details-alt {
    font-size: 11.505px;
    line-height: 19.175px;
    margin-top: 25.56666667px;
  }
  .custom-divider-line {
    height: 0.63916667px;
    margin-top: 12.78333333px;
    margin-bottom: 38.35px;
    margin-top: 25.56666667px;
  }
  .custom-title {
    top: 48%;
    font-size: 30.68px;
    line-height: 30.68px;
    padding-left: 31.95833333px;
    padding-right: 31.95833333px;
  }
  .custom-home-detail-area {
    padding-top: 38.35px;
    padding-bottom: 38.35px;
  }
  .home-details-list {
    font-size: 11.505px;
    line-height: 11.505px;
  }
  .home-details-list li {
    margin-right: 9.5875px;
    margin-left: 9.5875px;
  }
  .custom-homes-graphic {
    width: 18.53583333px;
    margin-right: 6.39166667px;
  }
  .garage-graphic {
    width: 26.20583333px;
  }
  .pool-graphic {
    width: 24.9275px;
  }
  #mapProperties {
    height: 415.45833333px;
  }
  #area-map {
    width: 242.88333333px;
    height: 242.88333333px;
    margin-top: 31.95833333px;
  }
  .neighborhood-button {
    width: 242.88333333px;
    padding-top: 6.39166667px;
    padding-bottom: 6.39166667px;
    margin-top: 9.5875px;
    font-size: 12.78333333px;
    letter-spacing: 0.03195833em;
  }
  .completed-homes-section {
    margin-top: 19.175px;
  }
  .completed-homes {
    font-size: 17.89666667px;
    line-height: 19.175px;
  }
  .completed-home {
    font-size: 11.505px;
    line-height: 17.89666667px;
  }
  .property-coming-soon {
    font-size: 15.97916667px;
    line-height: 17.89666667px;
  }
  .down-arrow {
    bottom: 12.78333333px;
    width: 31.95833333px;
  }
}
@media only screen and (max-width: 767px) {
  .home-top-area {
    height: 290px;
    background-image: url('../images/peachland-home-hero.jpg');
    background-size: cover;
  }
  .peachland-logo {
    width: 160px;
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .gradient-container {
    height: 170px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
  }
  .hamburger {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 26px;
    cursor: pointer;
    z-index: 199990;
  }
  .hamburger-line {
    width: 40px;
    height: 1px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
  }
  .hamburger-line-2 {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
  }
  .hamburger-line-3 {
    bottom: 0px;
  }
  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: -100;
    display: none;
    opacity: 0;
    text-align: right;
    font-family: "ingra-2", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    padding-top: 30%;
    padding-right: 25px;
    color: #ffffff;
  }
  .menu-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menu-items-desktop {
    opacity: 0;
    position: relative;
  }
  .menu-mobile a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .menu-mobile a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-mobile a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-mobile a:active {
    text-decoration: none;
    color: #ffffff;
  }
  .menu-logo {
    position: absolute;
    width: 40%;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .home-enduring {
    height: auto;
    padding-bottom: 15px;
    background-color: #e8e4d4;
    padding-top: 15px;
  }
  .home-enduring-title {
    font-family: "freight-display-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #043673;
    margin: auto;
    position: relative;
  }
  .home-enduring-text {
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    margin: auto;
    margin-top: 10px;
  }
  .instagram {
    width: 24px;
    position: absolute;
    right: 5px;
    top: -10px;
    cursor: pointer;
  }
  .site-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-image-1 {
    width: 98%;
    height: auto;
    padding-top: 121%;
    margin-top: 10px;
    float: left;
    background-image: url('../images/home-image-1.jpg');
    background-size: cover;
    background-position: center center;
  }
  .home-image-2 {
    width: 98%;
    height: auto;
    padding-top: 121%;
    margin-top: 10px;
    float: right;
    background-image: url('../images/home-image-2.jpg');
    background-size: cover;
    background-position: center center;
  }
  .home-image-3 {
    width: 100%;
    padding-top: 59.6%;
    height: auto;
    float: none;
    margin-top: 5px;
    background-image: url('../images/home-image-3.jpg');
    background-size: cover;
    background-position: center center;
  }
  body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ps-1 {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .ps-2 {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .ps-3 {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .project-spotlight-title {
    font-size: 28px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .peachland-difference-section {
    height: 420px;
    background-image: url('../images/peachland-difference.jpg');
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    position: relative;
    background-attachment: scroll;
  }
  .peachland-difference-white-box {
    width: 95%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
  }
  .home-page-quote-section {
    height: auto;
    background-color: #ece9de;
    text-align: center;
    font-family: "freight-display-pro", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #043673;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }
  footer {
    height: auto;
    padding-bottom: 15px;
    background-color: #043673;
    padding-top: 10px;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .contact-form-text {
    color: #ffffff;
    font-family: "ingra-2", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .site-padding-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-control-gallery {
    width: 100%;
    height: 35px;
    border-radius: 0px;
    font-family: "ingra", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #043673;
    border: none;
  }
  .left {
    margin-top: 18px;
    float: left;
  }
  .right {
    margin-top: 18px;
    float: right;
  }
  .center {
    margin: auto;
    margin-top: 18px;
  }
  .left-longer {
    width: 100%;
    margin-top: 18px;
  }
  .form-control::-moz-placeholder {
    color: #043673;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #043673;
  }
  .form-control::-webkit-input-placeholder {
    color: #043673;
  }
  .form-submit {
    height: 35px;
    width: 100%;
    float: right;
    cursor: pointer;
    background-color: #ffffff;
    text-align: center;
    color: #043673;
    font-family: "ingra", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
    margin-top: 18px;
  }
  .footer-address {
    font-family: "ingra", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 25px;
    letter-spacing: 0.04em;
  }
  .footer-menu {
    font-family: "ingra", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    margin-top: 20px;
    letter-spacing: 0.04em;
    line-height: 30px;
  }
  .footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer-menu li {
    display: list-item;
    margin-right: 6px;
  }
  .copyright {
    color: #ffffff;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    margin-top: 20px;
    float: left;
    letter-spacing: -0.01em;
  }
  .instagram-footer {
    float: left;
    width: 30px;
    cursor: pointer;
    margin-top: 30px;
  }
  .footer-logos {
    float: left;
    width: 257px;
    cursor: pointer;
    margin-top: 15px;
  }
  .hilltop {
    width: 119px;
    cursor: pointer;
    margin-top: 6px;
  }
  .about-top-area {
    height: 260px;
    background-image: url('../images/peachland-about-hero.jpg');
    background-size: cover;
    background-position: center center;
  }
  .tradition-of-excellence {
    height: auto;
    background-color: #e8e4d4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto!important;
    text-align: center!important;
  }
  .about-page-main-section {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .family-photo {
    float: right;
    width: 150px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .peachland-experience-section {
    background-color: #d1cfc3;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .peachland-experience-box {
    border: 1px solid #ffffff;
    background-color: #e9e7e2;
    padding: 10px;
    position: relative;
  }
  .peachland-experience-inner-box {
    border: 1px solid #ffffff;
    background-color: #f4f3f0;
  }
  .peachland-experience-title {
    text-align: center;
    color: #043673;
    font-family: "freight-display-pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.02em;
  }
  .peachland-experience-text {
    padding-top: 20px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 100;
  }
  .peachland-p {
    position: absolute;
    width: 180px;
    z-index: 10;
    right: 20px;
    bottom: -40px;
  }
  .home-enduring-title-mobile {
    text-align: center;
  }
  .peachland-logo-footer {
    width: 210px;
    margin-top: 25px;
  }
  .contact-sub-title {
    text-align: center;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .main-contact-section {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
  }
  .peachland-blue {
    color: #043673;
  }
  #map {
    height: 300px;
    width: 365px;
    float: none;
    margin: auto;
    margin-top: 20px;
  }
  .form-control {
    height: 35px;
    font-family: "ingra-2", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 100%;
    background-color: #efede2;
    border: none;
    box-shadow: none;
  }
  textarea.form-control {
    height: 100px;
    width: 100%;
  }
  .submit-button {
    width: 100%;
    float: right;
    height: 35px;
    background-color: #043673;
    text-align: center;
    color: #ffffff;
    font-family: "ingra", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    margin-top: 0px;
    cursor: pointer;
  }
  .form-select select {
    width: 100%;
    margin: 0px 0;
    color: #000000;
    border: none;
    height: 35px;
    font-family: "ingra-2", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-color: #efede2;
    background-size: 20px;
    background-position: right 0px center;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .contact-top-area {
    height: 260px;
    background-image: url('../images/peachland-contact-hero.jpg');
    background-size: cover;
    background-position: center bottom;
  }
  .properties-detail-top-area {
    height: 260px;
  }
  .properties-top-area {
    height: 260px;
  }
  .properties-text {
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .property-picture {
    width: 360px;
    height: 242px;
    margin: auto;
    background-size: cover;
    margin-bottom: 10px;
  }
  .property-images {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .property-details-section {
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .bedroom-graphic {
    float: left;
    width: 25px;
  }
  .bedroom-details {
    float: left;
    margin-left: 20px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .bathroom-graphic {
    float: left;
    width: 25px;
    margin-top: 40px;
  }
  .bathroom-details {
    float: left;
    margin-left: 20px;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 43px;
  }
  .bathroom-details-alt {
    float: left;
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  .property-name-bar {
    line-height: 36px;
  }
  .home-details-list {
    font-family: "ingra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
  .home-details-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .home-details-list li {
    display: list-item;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .custom-home-detail-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mapProperties {
    margin-top: 10px;
  }
  #area-map {
    float: none;
    margin: auto;
    width: 350px;
    height: 350px;
    margin-top: 20px;
  }
  .neighborhood-button {
    float: none;
    margin: auto;
    width: 350px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 15px;
    font-size: 18px;
  }
  .select-gallery {
    width: 85%;
    float: left;
  }
}
