h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 64px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 54px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #4a525d;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: 'Work Sans', sans-serif;
  color: #4a525d;
  font-size: 18px;
  line-height: 30px;
}

.section-header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 290px;
  padding-bottom: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  background-image: url('../images/header-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #4a525d;
}

.section-about {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #4a525d;
}

.section-buyers {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 860px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/buyer-bg.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #4a525d;
}

.section-sellers {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/seller-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #4a525d;
}

.section-contact {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #4a525d;
}

.wrapper {
  display: block;
  width: 60%;
  max-width: 1200px;
  margin: 0px auto;
  float: left;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding-right: 2%;
  padding-left: 2%;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block.right {
  padding-top: 80px;
  padding-left: 5%;
}

.text-block.buyers {
  margin-top: 100px;
}

.quote {
  width: 70%;
  margin-top: 0px;
}

.quote.sellers {
  margin-top: 40px;
  font-style: italic;
}

.quote.buyers {
  margin-top: 134px;
  margin-bottom: 60px;
  font-style: italic;
}

.button {
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 25px;
  border: 2px solid #4a525d;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #4a525d;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-color: rgba(74, 82, 93, 0.5);
}

.contact-text-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-link {
  height: 80px;
  margin-top: -8px;
  padding-top: 29px;
  border-bottom: 3px solid rgba(129, 150, 180, 0);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #4a525d;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.7;
  color: #8196b4;
}

.nav-link.w--current {
  border-bottom: 3px solid #8196b4;
  color: #8196b4;
}

.logo {
  margin-top: 18px;
}

.buyers-images {
  width: 40%;
  height: 100%;
  float: right;
  background-color: red;
  background-image: url('../images/buyers-main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-secondary-buyers {
  margin-top: 620px;
  margin-left: -40%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.image-secondary-sellers {
  margin-top: 450px;
  margin-right: -15%;
  float: right;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.sellers-images {
  width: 40%;
  height: 100%;
  background-image: url('../images/sellers-main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-profile {
  position: relative;
  z-index: 300;
  margin-top: -100px;
  margin-left: 12%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.section-connector {
  position: absolute;
  top: 630px;
  width: 3px;
  height: 100px;
  background-color: #000;
  opacity: 0.2;
}

.section-title {
  margin-top: 40px;
  opacity: 0.5;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.header-text {
  width: 80%;
}

.logo-1 {
  position: relative;
}

.logo-2 {
  position: absolute;
}

.logo-3 {
  position: absolute;
}

.nav-menu {
  height: 80px;
  margin-top: 0px;
  padding-top: 9px;
}

.nav-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.nav-background.interior {
  opacity: 1;
}

.section-side-text {
  position: absolute;
  left: -120px;
  top: 47%;
  bottom: 0px;
  width: 350px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-side-text.footer {
  margin-top: 1%;
}

.rule {
  display: block;
  width: 50px;
  height: 2px;
  margin: 24px auto 20px;
  background-color: #4a525d;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.section-callouts {
  padding: 100px 5%;
  background-color: #4a525d;
}

.row {
  text-align: center;
}

.column {
  padding-right: 4%;
  padding-left: 4%;
}

.light {
  color: #fff;
}

.section-interior-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-interior-header.sellers {
  height: 300px;
  padding-top: 150px;
  background-image: url('../images/header-sellers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-interior-header.buyers {
  background-image: url('../images/header-buyers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0.8;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.faq-answer {
  margin-left: 50px;
}

.faq-question {
  font-weight: 700;
}

.footer-logos {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 101px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.link-phone {
  text-decoration: none;
}

.inline-link {
  color: #27589c;
  text-decoration: none;
}

.gallery-dyn-list {
  width: 100vw;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-count: 3;
  column-count: 3;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.gallery-item:hover {
  opacity: 0.65;
}

.gallery-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.section-remodel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lighbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  height: 200px;
  max-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pad {
  height: 60px;
}

html.w-mod-js *[data-ix="loader"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="scroll-in-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="scroll-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="scroll-in-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-in-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-in-fade-delayed"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-in-nav"] {
  opacity: 0;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

html.w-mod-js *[data-ix="scroll-fade-slider-left"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="scroll-fade-slider-right"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media screen and (max-width: 991px) {
  .section-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav {
    padding-bottom: 10px;
    border-bottom: 1px none #000;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  }

  .quote.sellers {
    width: 100%;
    margin-top: 30px;
  }

  .quote.buyers {
    width: 80%;
    margin-top: 30px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .nav-link.w--current {
    margin-top: -9px;
    background-color: #fff;
  }

  .image-profile {
    margin-top: -160px;
    margin-left: 0%;
  }

  .nav-background {
    box-shadow: 0 0 40px 0 rgba(255, 0, 0, 0.1);
  }

  .hamburger {
    color: #4a525d;
  }

  .menu {
    padding-top: 27px;
  }

  .menu.w--open {
    background-color: #fff;
  }

  .section-side-text {
    left: -125px;
  }

  .gallery-item {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 44px;
  }

  .section-header {
    padding-top: 130px;
    padding-bottom: 170px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-buyers {
    height: auto;
    background-color: #f8f8f8;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-sellers {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-contact {
    background-color: #f8f8f8;
  }

  .wrapper {
    padding-top: 40px;
  }

  .text-block.right {
    padding-left: 0%;
  }

  .contact-text-block {
    width: 95%;
    margin-bottom: 120px;
  }

  .mobile-buyers {
    margin-bottom: -80px;
  }

  .mobile-sellers {
    margin-bottom: 24px;
  }

  .section-callouts {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gallery-dyn-list {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .lighbox-link {
    width: 100%;
    height: 400px;
    max-height: none;
    margin-bottom: 20px;
  }

  .lightbox-gallery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 46px;
  }

  .section-contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    width: 95%;
  }

  .gallery-dyn-list {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-column-gap: 8px;
    column-gap: 8px;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lighbox-link {
    height: 300px;
  }
}

