:root {
  --gold-pro: #cdbba1;
  --black: #cacaca;
  --white: white;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-image: linear-gradient(rgba(41, 49, 56, .75), rgba(41, 49, 56, .75)), url('../images/hero-photo-background.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 15px;
  padding-bottom: 100px;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

.container.flex-3-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.container-2 {
  max-width: 1400px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.nav-button {
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
}

.nav-button.w--current {
  color: #fff;
}

.nav-button.telephone {
  background-color: var(--gold-pro);
  color: #fff;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.nav-menu {
  margin-top: 40px;
}

.heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading.hero {
  color: #fff;
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 60px;
}

.hero-tag {
  border: 1px solid var(--gold-pro);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 17px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.paragraph {
  color: #fff;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 27px;
}

.divider {
  background-color: var(--gold-pro);
  width: 75px;
  height: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.divider.services {
  float: left;
  background-color: var(--black);
  margin: 30px 0;
}

.image {
  margin-top: 15px;
}

.image-2 {
  margin-top: 40px;
}

.div-block-2 {
  border-bottom: 6px solid var(--gold-pro);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 45px 42px;
  display: flex;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .49);
}

.section-2 {
  margin-top: -80px;
}

.text-block {
  font-size: 17px;
}

.image-3 {
  margin-bottom: 25px;
}

.section-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.column {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--gold-pro);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.paragraph-2 {
  clear: both;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 24px;
}

.button {
  background-color: var(--gold-pro);
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 700;
}

.service-photo {
  background-image: url('../images/photo-service-01-backline.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 500px;
}

.service-photo._01 {
  background-position: 100%;
}

.service-photo._02 {
  background-image: url('../images/photo-service-02-backline.jpg');
}

.columns {
  display: flex;
}

.columns.reverse {
  flex-flow: row-reverse;
}

.col-service-img {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.col-service-img.right {
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-4 {
  border: 1px solid var(--gold-pro);
  border-radius: 10px;
  width: 90%;
  height: 100%;
  position: absolute;
}

.service-image-02 {
  background-image: url('../images/photo-service-01-backline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.cta {
  background-image: url('../images/background-cta.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.text-span {
  color: var(--gold-pro);
}

.section-4 {
  background-image: linear-gradient(rgba(231, 231, 231, .9), rgba(231, 231, 231, .9)), url('../images/hero-photo-background.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-4 {
  color: var(--gold-pro);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.columns-2 {
  margin-top: 40px;
}

.section-5 {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
}

.text-block-2 {
  color: #8a8a8a;
}

.column-2 {
  padding-left: 50px;
}

.text-block-3, .text-block-4 {
  font-size: 20px;
}

.image-4 {
  margin-bottom: 45px;
}

.link-block {
  margin-top: 30px;
}

.text-block-5 {
  color: var(--gold-pro);
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.image-5 {
  margin-top: -5px;
}

.text-field {
  padding: 25px;
}

.textarea {
  min-height: 150px;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.select-field {
  color: #999;
  background-color: #fff;
  min-height: 50px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .nav-button.telephone {
    border-radius: 0;
  }

  .nav-menu {
    background-color: #2c2c2c;
  }

  .div-block-2 {
    padding: 23px 16px;
  }

  .service-photo._01 {
    background-position: 50%;
  }

  .columns {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .columns.reverse {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .col-service-img {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .col-service-img.right {
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: var(--gold-pro);
  }
}

@media screen and (max-width: 767px) {
  .container.flex-3-box {
    flex-flow: column;
    align-items: center;
  }

  .hero-tag {
    margin-bottom: 20px;
  }

  .div-block-2 {
    width: 90%;
  }

  .column-2 {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .heading.hero {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .service-photo._01, .service-photo._02 {
    height: 250px;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-3 {
    font-size: 31px;
    line-height: 38px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
