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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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;
}

img {
  max-width: 100%;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #87c127;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 16px;
  transition: all .1s;
  display: inline-block;
  box-shadow: 4px 4px 5px 1px rgba(138, 138, 138, .2);
}

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

.button.beige {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
}

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

.button.beige.footer {
  border-color: var(--light-gray);
  color: var(--white-smoke);
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.button.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
  margin-top: 0;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  max-height: none;
  background-color: var(--white-smoke);
  color: var(--dark-slate-gray);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0;
  left: 100px;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.navbar.home-page {
  margin-bottom: -2px;
}

.nav-link {
  color: gray;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  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: #000;
}

.nav-link.w--current {
  background-color: var(--dark-slate-gray);
  box-shadow: none;
  color: #87c127;
}

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

.nav-link.social-icons {
  float: right;
  opacity: .8;
  cursor: pointer;
  border-left: 1px solid #4d4d4d;
  order: 1;
  margin-left: 0;
  margin-right: 0;
  padding: 21px 25px 22px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 17%;
}

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

.nav-link.social-icons.last {
  cursor: pointer;
  border-left-style: solid;
  border-right-style: none;
  order: 1;
  align-self: auto;
  margin-right: 0;
  padding-top: 22px;
  padding-left: 25px;
  padding-right: 25px;
  right: 13%;
}

.nav-link.home-button {
  color: #f7f7f7;
  background-color: #87c127;
}

.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: none;
  border-left: 1px #4d4d4d;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  left: auto;
  right: auto;
}

.nav-menu.landing-page {
  margin-bottom: 0;
}

.stone-logo {
  float: left;
  opacity: .9;
  text-align: center;
  margin-top: 5px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

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

.brand {
  margin-right: 0;
  padding-top: 4px;
  padding-left: 0;
}

.brand.w--current {
  width: auto;
  float: left;
  margin-left: 10px;
  margin-right: 29px;
  padding-top: 4px;
  padding-bottom: 0;
  top: auto;
  left: auto;
}

.section {
  color: #4d4d4d;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section.grey {
  color: #fff;
  background-color: #333;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.beige {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-gray);
  color: var(--white-smoke);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  display: grid;
}

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

.section.lightgrey {
  background-color: var(--light-gray);
  padding: 10px 0 0;
}

.section.footer {
  background-color: #323232;
  padding-top: 99px;
  padding-bottom: 124px;
}

.section.team-member {
  margin-top: 10px;
}

.main-heading {
  z-index: auto;
  width: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: var(--white-smoke);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 8px;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: -4px;
  box-shadow: -5px -10px 13px -8px rgba(0, 0, 0, .2);
}

.main-heading.bold {
  outline-offset: 0px;
  border-radius: 18px;
  outline: 3px #87c127;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

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

.main-subheading {
  max-width: 400px;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white-smoke);
  text-shadow: 0 2px 10px var(--dark-slate-gray-2);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 44px;
  padding-left: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  transition: flex .2s;
  display: inline-block;
  position: relative;
  left: auto;
}

.horizontal-bar {
  z-index: 0;
  width: 60px;
  height: 2px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #87c127;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.slider {
  width: 100%;
  height: 490px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-image: url('../images/house-ellis.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  padding-top: 118px;
  padding-bottom: 81px;
  overflow: hidden;
}

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

.slide._3 {
  background-image: url('../images/5e7e6e81-2ffb-4cae-9fa3-0359e1335241.JPG');
}

.process-titles {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 21px;
}

.icon-wrapper {
  height: 97%;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
}

.number {
  float: none;
  color: #87c127;
  -webkit-text-stroke-color: var(--dark-slate-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 47px;
  padding-right: 47px;
}

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

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

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

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

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

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, .36);
  text-transform: uppercase;
  font-size: 16px;
}

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

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

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

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

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  margin-right: 1px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #c7aa8b;
  padding: 74px 33px 314px;
}

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

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

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #323232;
  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 {
  max-width: 100%;
  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: 0;
  margin-left: 0;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-style: italic;
  display: block;
}

.position.qualificaitons {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.position.image {
  margin-left: 10px;
}

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

.project-column {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  max-height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.button-2 {
  z-index: auto;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: none;
  min-width: auto;
  float: right;
  clear: none;
  border: 1px solid var(--white-smoke);
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #87c127;
  border-radius: 4px;
  outline: 1px solid rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  order: 1;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 38px;
  overflow: visible;
}

.column {
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
}

.column-3, .column-4, .column-5 {
  padding-top: 40px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: var(--white-smoke);
}

.heading {
  color: #87c127;
  font-size: 47px;
}

.heading-2 {
  color: #87c127;
}

.image-2 {
  padding-bottom: 21px;
}

.column-6, .column-7, .column-8 {
  padding-top: 40px;
  padding-right: 10px;
}

.image-3 {
  background-color: var(--white-smoke);
  opacity: 1;
  color: var(--dark-slate-gray-2);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px #000;
}

.image-4 {
  background-color: var(--dark-slate-gray-2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-4.team-mobile {
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.image-5, .image-6, .image-7, .image-8 {
  background-color: var(--dark-slate-gray-2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.block-quote {
  color: var(--tan);
  border-left-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
}

.block-quote.green {
  color: var(--dark-slate-gray);
  font-style: normal;
}

.italic-text {
  color: var(--tan);
  font-size: 20px;
}

.heading-3 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 42px;
}

.heading-4 {
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--light-gray);
}

.column-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 234px;
  padding-right: 0;
  display: block;
  left: 0;
}

.columns {
  margin-left: 74px;
  margin-right: 74px;
  padding-left: 0;
}

.image-9 {
  width: auto;
  max-width: 70%;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-10 {
  z-index: auto;
  float: none;
  clear: none;
  aspect-ratio: 16 / 9;
  align-self: center;
  margin: -39px auto 47px;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 56px;
}

.column-12 {
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-13, .column-14, .column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: var(--tan);
}

.columns-2 {
  margin-left: 155px;
  margin-right: 152px;
  padding-bottom: 30px;
}

.column-16 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.column-17 {
  aspect-ratio: auto;
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 92px;
  display: flex;
  position: relative;
  left: auto;
}

.image-11 {
  flex: none;
  margin-bottom: 17px;
  margin-left: -1px;
  margin-right: auto;
  padding-right: 0;
}

.image-12 {
  margin-left: auto;
  margin-right: 1px;
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  min-width: 950px;
  margin-left: -10px;
  padding-left: 0;
}

.container-2 {
  max-width: 1055px;
  align-self: auto;
  margin-left: auto;
}

.column-18 {
  padding-right: 39px;
}

.section-2 {
  margin-bottom: 68px;
}

.image-13 {
  max-width: none;
  filter: grayscale();
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-14 {
  filter: grayscale();
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.body {
  padding-top: 0;
}

.grid {
  max-width: 100%;
  min-width: auto;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
  margin-bottom: 13px;
}

.container-4 {
  margin-top: -41px;
}

.columns-4 {
  margin-left: 0;
}

.container-5 {
  align-self: center;
}

.section-3 {
  width: 100%;
  margin-top: 0;
}

.columns-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  background-color: #d1d1d1;
}

.team-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.body-2, .body-3 {
  padding-top: 0;
}

.image-16 {
  max-width: 100%;
  min-width: auto;
}

.project-columns {
  display: flex;
}

.columns-8 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-17 {
  padding-top: 0;
}

.column-24 {
  flex: 0 auto;
  padding-top: 0;
}

.container-9 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.body-4 {
  padding-top: 0;
}

.section-6 {
  padding-bottom: 0;
}

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

  .nav-link {
    max-width: 100%;
    border-top: 1px #4d4d4d;
    border-right-style: solid;
    border-right-color: var(--light-gray);
    padding: 16px 15px 16px 14px;
    font-size: 12px;
  }

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

  .nav-link.social-icons.last {
    padding-bottom: 22px;
  }

  .nav-link.home-button.w--current {
    border-top-style: none;
    border-right-style: none;
    padding-left: 15px;
    font-size: 12px;
  }

  .nav-menu {
    max-height: none;
    max-width: none;
    background-color: rgba(50, 50, 50, 0);
    border-left-style: none;
    margin-right: 0;
    font-size: 12px;
    right: auto;
  }

  .stone-logo {
    margin-top: 0;
  }

  .brand.w--current {
    left: 17px;
  }

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

  .section {
    margin-top: 10px;
    padding-top: 10px;
  }

  .section.grey {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.beige {
    padding-bottom: 5px;
  }

  .section.image {
    padding-top: 0;
    padding-bottom: 15px;
  }

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

  .section.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button {
    opacity: .8;
    color: var(--dark-slate-gray-2);
  }

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

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

  .main-heading.bold {
    font-size: 36px;
    top: -9px;
  }

  .slider-nav {
    top: 300px;
  }

  .main-subheading {
    margin-bottom: 19px;
  }

  .slider {
    height: 100%;
  }

  .slide {
    border-radius: 0;
    padding-top: 26px;
    padding-bottom: 31px;
  }

  .process-titles {
    font-size: 16px;
  }

  .icon-wrapper {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

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

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

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

  .subheading {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .project-description {
    font-size: 10px;
  }

  .button-2 {
    float: right;
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
    position: relative;
    top: 6px;
    right: 15px;
  }

  .paragraph {
    font-size: 12px;
  }

  .heading {
    margin-bottom: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 21px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 41px;
  }

  .image-2 {
    padding-bottom: 16px;
  }

  .image-4 {
    max-width: 90%;
  }

  .image-4.team-mobile {
    max-width: 90%;
    display: inline-block;
  }

  .image-5 {
    max-width: 90%;
    font-size: 14px;
  }

  .image-6, .image-7, .image-8 {
    max-width: 90%;
  }

  .block-quote {
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .heading-3 {
    margin-bottom: 10px;
  }

  .image-13 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .container-3 {
    max-width: none;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-content: space-around;
    align-self: auto;
    margin: 13px;
    padding-left: 0;
    display: flex;
  }

  .image-14 {
    max-width: 360px;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-4 {
    flex: 0 auto;
    align-content: center;
    justify-content: center;
  }

  .body-3 {
    padding-top: 10px;
  }

  .image-16 {
    display: inline-block;
  }
}

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

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

  .navbar {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .nav-menu {
    float: none;
    position: static;
  }

  .stone-logo {
    margin-top: 6px;
    margin-right: -1px;
  }

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

  .menu-icon {
    font-size: 35px;
  }

  .section {
    padding: 0 10px 34px;
  }

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

  .section.beige {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

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

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

  .section.team-member {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .menu-button {
    position: relative;
    left: 0;
  }

  .main-heading {
    margin-bottom: -12px;
    font-size: 30px;
    line-height: 44px;
  }

  .main-heading.bold {
    margin-bottom: 3px;
    font-size: 24px;
    top: -8px;
  }

  .slider-nav {
    z-index: 1;
    margin-top: 1px;
    position: relative;
    top: -55px;
  }

  .main-subheading {
    margin-top: 10px;
    font-size: 16px;
  }

  .slider {
    height: 300px;
  }

  .slide {
    border-radius: 0;
    padding: 50px 10px;
  }

  .process-titles {
    padding-top: 6px;
    font-size: 13px;
  }

  .icon-wrapper {
    height: 100%;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 5px;
  }

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

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

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

  .contact-form-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;
  }

  .button-2 {
    width: 175px;
    max-height: none;
    float: none;
    outline-offset: 0px;
    border-style: solid;
    outline: 1px rgba(0, 0, 0, 0);
    margin: auto;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    position: relative;
    top: 10px;
    left: 106px;
    right: auto;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-left: 5px;
    padding-right: 0;
  }

  .paragraph {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
  }

  .heading {
    font-size: 26px;
    line-height: 41px;
  }

  .image-4 {
    max-width: 70%;
  }

  .image-4.team-mobile {
    max-width: 62%;
  }

  .image-5 {
    max-width: 70%;
  }

  .image-6 {
    max-width: 74%;
  }

  .image-7 {
    max-width: 76%;
  }

  .image-8 {
    max-width: 78%;
  }

  .block-quote {
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 20px;
  }

  .italic-text {
    font-size: 15px;
  }

  .heading-3 {
    font-size: 37px;
  }

  .image-13 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-14 {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .column-19 {
    margin-bottom: 86px;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 5px;
  }

  .container-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-18 {
    padding-right: 4px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 3px 10px;
    font-size: 12px;
  }

  .button.solid {
    margin-left: 10px;
  }

  .navbar {
    max-height: 70px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link {
    z-index: 2;
    background-color: var(--light-gray);
    opacity: 1;
  }

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

  .nav-link.home-button {
    z-index: 2;
  }

  .nav-menu {
    float: none;
    margin-right: 15px;
    font-size: 14px;
    position: static;
    left: auto;
  }

  .stone-logo {
    width: 60%;
    max-width: none;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    right: auto;
  }

  .brand.w--current {
    flex: 0 auto;
    order: -1;
    margin-left: 0;
    padding-left: 0;
    top: 1px;
    left: 5px;
  }

  .menu-icon {
    font-size: 25px;
  }

  .section {
    margin: 0 auto;
    padding: 10px;
  }

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

  .section.beige {
    padding-top: 9px;
  }

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

  .section.lightgrey {
    padding: 0 10px;
  }

  .section.team-member {
    margin: -3px 10px 0;
    padding-bottom: 0;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: var(--white-smoke);
    position: static;
  }

  .main-heading {
    width: 100%;
    padding: 0 6px;
    font-size: 22px;
  }

  .main-heading.bold {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    margin: auto auto 6px;
    font-size: 16px;
    display: flex;
    top: 1px;
  }

  .slider-nav {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -24px;
  }

  .main-subheading {
    font-size: 11px;
    top: 8px;
  }

  .horizontal-bar {
    position: relative;
    top: 13px;
    bottom: auto;
    left: auto;
  }

  .slider {
    height: auto;
    margin-bottom: 0;
  }

  .slide {
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
  }

  .slide._2, .slide._3 {
    padding-bottom: 20px;
  }

  .process-titles {
    font-size: 7px;
    line-height: 10px;
  }

  .icon-wrapper {
    height: 100%;
    max-width: 30px;
    padding-top: 0;
  }

  .number {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
  }

  .testimonial-slide {
    padding-top: 1px;
  }

  .testimonial {
    font-size: 13px;
  }

  .small-title {
    font-size: 15px;
  }

  .subheading {
    font-size: 11px;
    line-height: 15px;
  }

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

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

  .name {
    margin-top: 3px;
    font-size: 13px;
  }

  .position {
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
  }

  .position.qualificaitons {
    font-size: 7px;
  }

  .position.image {
    margin-left: 0;
    padding-left: 0;
  }

  .team-member {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icons-wrapper {
    margin-bottom: 0;
  }

  .project-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mask {
    margin-bottom: 0;
    position: static;
  }

  .container {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 1px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    right: 0;
  }

  .button-2 {
    width: auto;
    height: auto;
    border-radius: 4px;
    flex: none;
    order: -1;
    align-self: center;
    margin: 0;
    padding: 5px;
    font-size: 9px;
    position: relative;
    top: 0;
    left: 7px;
  }

  .button-2.mobile {
    max-width: 250px;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 47px;
    padding-left: 15px;
    display: flex;
    top: 1px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .paragraph {
    max-width: 40px;
    letter-spacing: normal;
    font-size: 7px;
    font-weight: 300;
    line-height: 8px;
  }

  .heading {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 35px;
  }

  .image-2 {
    padding-bottom: 10px;
  }

  .image-3, .image-4 {
    max-width: 30px;
  }

  .image-4.team-mobile {
    max-width: 100%;
  }

  .image-5, .image-6, .image-7, .image-8 {
    max-width: 30px;
  }

  .block-quote {
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .italic-text {
    font-size: 12px;
  }

  .heading-3 {
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 27px;
  }

  .bold-text {
    font-size: 15px;
  }

  .image-13 {
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container-3 {
    max-width: none;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-content: space-between;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-14 {
    max-width: 100%;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-top: 0;
  }

  .grid {
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    margin-left: 12px;
    display: flex;
  }

  .section-3 {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .column-19 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    word-break: normal;
    overflow-wrap: normal;
  }

  .column-20 {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-6 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-8 {
    max-width: 310px;
    flex-direction: column;
    display: flex;
  }

  .columns-7 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .column-21, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    font-size: 11px;
  }

  .section-5 {
    object-fit: fill;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-3 {
    margin-bottom: 5px;
  }

  .div-block-4 {
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 0;
  }

  .body-3 {
    padding-top: 0;
  }

  .column-23 {
    margin-bottom: 10px;
  }

  .project-columns, .columns-8 {
    flex-direction: column;
  }
}

#w-node-ebed8616-1172-237e-b023-edfaca302140-797ea3c9 {
  align-self: center;
  justify-self: center;
}

#w-node-f11512e6-b7bc-62c3-2608-e38e2ca22773-797ea3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_263138b9-7fae-282c-b468-fdda776b2cfa-797ea3c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61e618bd-319c-4079-6cb3-388d6c8ce79e-797ea3c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e04894df-75d8-0b10-6407-bbaa419fbc9f-797ea3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_263138b9-7fae-282c-b468-fdda776b2cfb-797ea3c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_70d82cf3-cad0-6210-a04b-9eb56e242109-797ea3c9, #w-node-_56c96eea-6394-c175-7fa9-5bab9cdc7634-797ea3c9, #w-node-b671a1f6-2142-4ab5-1575-bf325e6c74bf-797ea3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee81fcd-9f89-7651-d78b-0e9a3cee7438-797ea3c9, #w-node-c7b0822a-a540-a95a-fcb8-b9eb404ace02-797ea3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_263138b9-7fae-282c-b468-fdda776b2cfd-797ea3c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fee81fcd-9f89-7651-d78b-0e9a3cee7438-797ea3c9, #w-node-c7b0822a-a540-a95a-fcb8-b9eb404ace02-797ea3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fee81fcd-9f89-7651-d78b-0e9a3cee7438-797ea3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebed8616-1172-237e-b023-edfaca302140-797ea3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fee81fcd-9f89-7651-d78b-0e9a3cee7438-797ea3c9, #w-node-c7b0822a-a540-a95a-fcb8-b9eb404ace02-797ea3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


