:root {
  --white-smoke: #f7f7f7;
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  color: #fff;
  border-color: #fff;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: #1d6232;
}

.button.form {
  color: #fff;
  background-color: #1b2a47;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #fff;
  background-color: #0000;
}

.button.solid {
  background-color: #1d6232;
  border-color: #fff;
}

.button.solid:hover {
  color: #fff;
  background-color: #1b2a47;
}

.navbar {
  color: #fff;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  color: #1b2a47;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  margin-top: -2px;
  padding: 49px 30px 36px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

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

.nav-link.w--current {
  box-shadow: none;
  color: #fff;
  background-color: #1d6232;
}

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

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

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

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  max-width: 100%;
  margin-top: -13px;
  margin-right: 8px;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  padding-top: 17px;
}

.section {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #1b2a47;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.beige {
  background-color: #1b2a47;
}

.section.image {
  background-image: url('../images/ocean.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  background-color: #1b2a47;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section._5 {
  background-color: #f7f7f7;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #fff;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/horizontal1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/fotoCorregida2.jpg');
}

.slide._3 {
  background-image: url('../images/3.jpg');
}

.slide._4 {
  background-image: url('../images/fotoCorregida.jpg');
}

.slide._6 {
  background-image: url('../images/foto2.jpg');
}

.process-titles {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: #fff;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  color: #1b2a47;
  text-align: center;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.small-title {
  color: #1d6232;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  color: #1d6232;
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #1d6232;
  text-transform: uppercase;
}

.footer-text {
  color: #fff;
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  color: #fff;
  text-align: justify;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.contact-column {
  background-color: #1d6232;
  padding: 74px 33px;
  display: block;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 3px solid #fff;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  text-align: justify;
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #fff;
  text-align: justify;
}

.hero-section {
  background-image: url('../images/fondops.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.centered-container {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.centered-container.hero {
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-text {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.primary-hero-button {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
}

.primary-hero-button:hover {
  background-color: #c4c4c4;
}

.secondary-hero-button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff3;
  border: 0 solid #000;
  padding: 12px 30px;
  font-weight: 700;
}

.secondary-hero-button:hover {
  color: #000;
  background-color: #fff;
}

.hero-buttons {
  margin-top: 32px;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  margin-left: 50px;
  margin-right: 61px;
  font-family: Montserrat, sans-serif;
}

.heading, .heading-2 {
  color: #fff;
}

.text-block {
  color: #fff;
  font-size: 20px;
}

.centered-container-2 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.centered-container-2.hero {
  color: #1b2a47;
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

.call-to-action-heading {
  color: #1b2a47;
  text-align: center;
  max-width: 800px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text {
  color: #1b2a47;
  text-align: justify;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-5 {
  color: #747474;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.call-to-action-buttons {
  margin-top: 0;
  display: flex;
}

.primary-button-black {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
}

.primary-button-black:hover {
  background-color: #000;
}

.secondary-button-silver {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #3333;
  border: 0 solid #5343ff;
  border-radius: 1px;
  padding: 12px 30px;
  font-weight: 700;
}

.secondary-button-silver:hover {
  color: #fff;
  background-color: #000;
}

.centered-container-3 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.centered-container-3.hero {
  min-height: 500px;
  margin-top: -69px;
  margin-bottom: -55px;
  padding-left: 15px;
  padding-right: 15px;
}

.centered-container-3.horizontal-flex {
  flex-flow: row;
  place-content: center;
  align-items: center;
  max-width: 1280px;
  min-height: 350px;
}

.centered-container-3.hero {
  min-height: 500px;
  margin-bottom: -92px;
  padding-left: 15px;
  padding-right: 15px;
}

.call-to-action-heading-2 {
  text-align: center;
  max-width: 800px;
  margin-top: 89px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-6 {
  color: #1d6232;
  text-align: justify;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.about-heading-wrapper {
  margin-right: 100px;
}

.about-big-heading {
  color: #000;
  font-weight: 400;
}

.about-content-wrapper {
  max-width: 700px;
  margin-left: 40px;
}

.about-subheading {
  color: #1b2a47;
  text-align: justify;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.call-to-action-heading-3 {
  text-align: center;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-7 {
  color: #1d6232;
  text-align: center;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-8 {
  color: #1b2a47;
  text-align: center;
}

.vid2 {
  margin-top: 33px;
}

.container {
  margin-bottom: -25px;
  padding-top: 0;
}

.background-video {
  border: 0 solid #000;
  margin-top: 0;
}

.cards-section {
  background-color: #1b2a47;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-4 {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  color: #fff;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.paragraph-12 {
  text-align: justify;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-4 {
  color: #333;
}

.dropdown-toggle {
  color: #1b2a47;
  font-size: 15px;
}

.text-block-2 {
  background-color: #0000;
  font-weight: 300;
}

.dropdown-toggle-2 {
  padding-top: 40px;
}

.icon {
  padding-top: 10px;
}

.text-block-3 {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.dropdown-toggle-3 {
  letter-spacing: 2px;
  border: 0 solid #000;
  border-right-width: 1px;
  border-radius: 0;
  margin-top: -26px;
  padding-top: 39px;
  padding-bottom: 35px;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-toggle-3:hover {
  color: #fff;
  background-color: #1b2a47;
}

.dropdown {
  padding-top: 25px;
}

.icon-2 {
  margin-top: 51.5px;
}

.dropdown-link {
  letter-spacing: 2px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link:hover {
  color: var(--white-smoke);
  text-align: left;
  background-color: #1b2a47;
}

.dropdown-link-2 {
  letter-spacing: 2px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link-2:hover {
  color: var(--white-smoke);
  background-color: #1b2a47;
  font-size: 15px;
}

.dropdown-link-2:active {
  background-color: #fff;
}

.dropdown-link-3 {
  letter-spacing: 2px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link-3:hover {
  color: var(--white-smoke);
  background-color: #1b2a47;
}

.dropdown-link-4 {
  letter-spacing: 2px;
  background-color: #fff;
  font-weight: 300;
}

.dropdown-link-4:hover {
  color: #fff;
  background-color: #1b2a47;
}

.link {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #000;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

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

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .centered-container, .centered-container-2, .centered-container-3 {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container-3.horizontal-flex {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .about-heading-wrapper {
    margin-left: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-3 {
    padding-right: 617px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

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

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .centered-container.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-text {
    font-size: 32px;
    line-height: 48px;
  }

  .hero-buttons {
    margin-top: 20px;
  }

  .centered-container-2.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .call-to-action-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
  }

  .centered-container-3.horizontal-flex {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .centered-container-3.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .call-to-action-heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .call-to-action-heading-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .gallery-overview, .hero-heading-center, .hero-stack {
    padding: 60px 15px;
  }

  .dropdown-toggle-3 {
    padding-right: 441px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link, .nav-menu {
    background-color: #fff;
  }

  .stone-logo {
    margin-top: -17px;
  }

  .menu-icon {
    color: #1b2a47;
  }

  .menu-button {
    margin-top: 22px;
    margin-bottom: 13px;
    padding-bottom: 0;
  }

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

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-subheading {
    margin-top: -4px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .number {
    margin-top: 20px;
  }

  .contact-column, .contact-info-column {
    text-align: center;
  }

  .hero-section {
    background-attachment: fixed;
  }

  .primary-hero-button {
    margin-right: 0;
  }

  .secondary-hero-button {
    margin-top: 20px;
  }

  .hero-buttons {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    margin-top: 20px;
  }

  .column {
    margin-top: 16px;
  }

  .column-2 {
    padding-top: 13px;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .call-to-action-buttons {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    margin-top: 20px;
  }

  .primary-button-black {
    margin-right: 0;
  }

  .secondary-button-silver {
    margin-top: 20px;
  }

  .centered-container-3.hero {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-6 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .about-heading-wrapper, .about-content-wrapper {
    margin-left: 0;
  }

  .paragraph-7 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .container {
    margin-bottom: 0;
  }

  .centered-container-4 {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .dropdown-toggle-3 {
    padding-right: 311px;
  }
}

#w-node-b6803b62-e13d-a177-27e3-a713cd050e19-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2b-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2c-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2d-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2e-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2f-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e30-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e31-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e32-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e33-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e34-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2b-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2c-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2d-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2e-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2f-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e30-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e31-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e32-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e33-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e34-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2b-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2c-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2d-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e2e-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e30-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e31-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e32-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e33-8b2f9bfc, #w-node-b6803b62-e13d-a177-27e3-a713cd050e34-8b2f9bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-8b2f9bfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09a71e63-ecc0-f101-8af2-3bb1844942c6-7347c5ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09a71e63-ecc0-f101-8af2-3bb1844942cd-7347c5ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09a71e63-ecc0-f101-8af2-3bb1844942ba-7347c5ae, #w-node-_09a71e63-ecc0-f101-8af2-3bb1844942c1-7347c5ae, #w-node-_09a71e63-ecc0-f101-8af2-3bb1844942c8-7347c5ae {
    grid-column: span 1 / span 1;
  }

  #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-1efcb8bd, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-4771dbd0, #w-node-b6803b62-e13d-a177-27e3-a713cd050e19-8b2f9bfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


