.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.button.beige.footer {
  display: inline-block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 1px;
  border-color: #6b6b6b;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: hsla(0, 0%, 96.9%, 0.9);
  font-weight: 300;
  cursor: auto;
}

.button.beige.footer:hover {
  border-width: 1px;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.button.beige.footer:focus {
  border-color: #d1d1d1;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  padding: 10px 40px;
  border-style: none;
  border-color: #323232;
  background-color: hsla(0, 0%, 100%, 0.23);
  color: #fff;
  font-weight: 300;
}

.button.form:hover {
  background-color: hsla(0, 0%, 100%, 0.34);
  color: #fff;
}

.button.form:focus {
  background-color: #d40000;
  color: #d1d1d1;
}

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

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  color: #fff;
}

.nav-link {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d40000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #ececec;
  color: #6b6b6b;
}

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

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

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

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

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

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

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

.stone-logo {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 30px;
}

.stone-logo.footer {
  display: inline-block;
  opacity: 0.26;
  color: #fff;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-top: 10px;
  color: #fff;
}

.section {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #eeeef3;
  color: #323232;
}

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

.section.beige {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e5e4ec;
}

.section.beige.team {
  background-color: #e5e4ec;
}

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

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

.section.footer {
  height: 300px;
  padding-top: 100px;
  padding-bottom: 53px;
  background-color: #323232;
}

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

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

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

.slider-nav.homeslider {
  display: none;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 300;
}

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

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

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

.slider {
  height: 500px;
  background-color: transparent;
  color: #fff;
}

.slide {
  width: 100%;
  height: 500px;
  margin-top: 7px;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ce0808;
  background-image: url('../images/background_mobius.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

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

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

.slide.project_slider {
  background-image: url('../images/mobius_background.jpg'), url('../images/background_mobius.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 80px;
  margin-bottom: 30px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.24);
  font-size: 16px;
  text-transform: uppercase;
}

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

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

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

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

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.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, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

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

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

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

.footer-text.address {
  font-weight: 300;
  text-align: left;
}

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

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

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

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #323232;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

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

.field.message {
  height: 120px;
}

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

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

.contact-text {
  margin-top: 0px;
  color: #323232;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
}

.contact-text.subtitle {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.name {
  margin-top: 11px;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

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

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

.mask {
  width: 100%;
  height: 100%;
}

.logo {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 2px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #323232;
  font-weight: 300;
}

.paragraph.subheading {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-style: normal;
}

.body {
  color: #fff;
}

.text-block {
  font-weight: 300;
}

.image-2 {
  width: auto;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-3 {
  width: auto;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-4 {
  display: inline;
  width: auto;
  height: 40px;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.link {
  color: #55628b;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: #55628b;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  background-color: transparent;
  color: #55628b;
  font-weight: 400;
  text-decoration: none;
}

.heading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #d1d1d1;
  font-size: 36px;
  line-height: 60px;
  font-style: normal;
  font-weight: 300;
}

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

.image-6 {
  margin-top: 0px;
}

.image-7 {
  display: inline-block;
  margin-top: 0px;
}

.column {
  padding-right: 60px;
  padding-left: 60px;
}

.column._123 {
  padding-right: 10px;
  padding-left: 10px;
}

.column.team {
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
}

.heading-2 {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(77, 77, 77, 0.84);
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

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

.link-4 {
  color: #55628b;
  text-decoration: none;
}

.link-5 {
  color: #55628b;
  text-decoration: none;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-row-gap: 71px;
  grid-template-areas: "."
    "."
    "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 71px auto;
  grid-template-rows: auto auto;
}

.section-2 {
  border: 1px none #000;
}

.paragraph-2 {
  margin-top: 20px;
  color: #d40000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.column-3 {
  padding-right: 40px;
  padding-left: 60px;
}

.column-3._123 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-3.team {
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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-image: url('../images/mobius_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-4 {
  color: #fff;
  text-align: left;
}

.div-block {
  color: #fff;
  text-align: left;
}

.div-block-10 {
  height: 1px;
  background-color: rgba(5, 29, 40, .54);
}

.image-8 {
  margin-bottom: 20px;
}

.grid-2 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-9 {
  text-align: center;
}

.bold-text {
  font-size: 45px;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.names {
  line-height: 35px;
  font-weight: 400;
}

.image-10 {
  margin-bottom: 10px;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.project {
  background-color: transparent;
}

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

.section-4-copy {
  background-color: #e5e4ec;
  display: block;
}

.section-4-copy.tender.homescreen {
  opacity: 1;
  background-color: #051d28;
  display: block;
}
.section---holder {
  background-color: #e5e4ec;
  border: 0 solid #d8d8df;
  border-radius: 0;
  padding: 40px 0 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}


.paragraph-4 {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: 1px none #d40000;
  color: rgba(0, 0, 0, 0.84);
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph-4.homeproject {
  margin-top: 20px;
}

.paragraph-4.homeproject._3d {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.paragraph-4.line {
  padding-top: 60px;
  border-top-style: solid;
}

.paragraph-4.blendraw {
  margin-bottom: 40px;
}

.paragraph-4.project_section_home {
  margin-bottom: 40px;
  padding-top: 0px;
}

.bold-text-3 {
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 300;
}

.bold-text-5 {
  font-weight: 300;
}

.image-11 {
  display: block;
}

.container {
  display: block;
}

.columns-4 {
  margin-top: auto;
}

.image-12 {
  padding-right: 20px;
  padding-left: 10px;
}
.image-13 {
  height: 150px;
  float: right;
  clear: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-14 {
  height: 240px; /* 280px */
  float: right;
  clear: none;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-6 {
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -220px;
  display: block;
  position: static;
}

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.link3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #55628b;
  font-weight: 400;
  text-decoration: none;
}

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

.subheading_2 {
  font-family: Roboto, sans-serif;
  color: #323232;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  -webkit-column-count: auto;
  column-count: auto;
}

.button-2 {
  display: block;
  background-color: #e5e4ec;
  color: #d40000;
  text-align: center;
}

.button-2:hover {
  background-color: #d5d3e2;
  color: #55628b;
}

.button-2:focus {
  color: #55628b;
}

.button-2:visited {
  color: #55628b;
}

.slider-2 {
  margin-bottom: 20px;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/sadaweb_szintezett_blendraw_0042_kis.jpg');
  background-position: 40% 40%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/sadaweb_szintezett_blendraw_kis.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  background-image: url('../images/sadaweb_szintezett_blendraw_0056_kis.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/sadaweb_szintezett_blendraw_kis2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-2 {
  padding: 60px 20px 40px;
}

.container-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-5 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-header {
  margin-bottom: 15px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.services-header._34 {
  float: none;
  clear: left;
  color: rgba(51, 51, 51, .87);
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  transition: opacity .2s;
}

.services-text-block {
  direction: ltr;
  text-align: left;
  text-indent: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
}

.text-span {
  font-size: 19px;
  font-weight: 400;
}

.bluelead {
  color: #42a7d6;
  letter-spacing: 0;
  margin-top: 21px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.basetext {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section_header {
  background-color: #e5e4ec;
}

.text-block-2 {
  color: #323232;
}

.lead {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #323232;
}

.bold-text-6 {
  font-size: 17px;
  line-height: 30px;
}

.pdflink {
  color: #323232;
  text-decoration: none;
}

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

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

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

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

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

  .section {
    padding-top: 60px;
  }

  .section.beige {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .menu-button {
    opacity: 0.8;
  }

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

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

  .slider-nav.homeslider {
    display: none;
  }

  .main-subheading {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
  }

  .slider {
    height: 469px;
  }

  .slide {
    height: 470px;
  }

  .slide.project_slider {
    background-color: #fff;
  }

  .process-titles {
    height: 132px;
    line-height: 27px;
  }

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

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

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

  .field.message {
    height: 110px;
  }

  .image-4 {
    width: 100%;
    height: auto;
  }

  .heading {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 35px;
  }

  .column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column.team {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-2 {
    padding-left: 0px;
  }

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

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto minmax(0px, 0.25fr);
    grid-template-rows: auto minmax(0px, 0.25fr);
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .column-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-3.team {
    padding-right: 60px;
    padding-left: 60px;
  }

  .grid-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-4 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-11 {
    display: inline-block;
    margin-bottom: 20px;
  }

  .columns-3 {
    display: block;
  }

  .pdflink {
    margin-left: 30px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display:none;
  }

}

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

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

  .navbar {
    position: relative;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 400;
  }

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

  .section {
    padding: 34px 10px;
  }

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

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

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

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

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

  .main-subheading {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 40px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    height: 395px;
    padding: 50px 10px;
  }

  .process-titles {
    height: 90px;
    font-size: 22px;
    text-align: left;
  }

  .icon-wrapper {
    height: 102px;
  }

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

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

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

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

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

  .contact-info-column {
    padding-top: 42px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .field.message {
    height: 120px;
  }

  .contact-text.subtitle {
    text-align: center;
  }

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

  .team-member {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .text-block {
    text-align: center;
  }

  .image-2 {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .image-3 {
    width: 60%;
  }

  .image-4 {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-3 {
    text-align: center;
  }

  .heading {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 32px;
    text-align: center;
  }

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

  .column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column.team {
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 100px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    margin-left: 30px;
    text-align: left;
  }

  .columns {
    margin-right: 40px;
  }

  .grid {
    display: block;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto minmax(0px, 0.25fr);
    grid-template-rows: auto minmax(0px, 0.25fr);
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .paragraph-3 {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
  }

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

  .column-3 {
    padding-left: 20px;
  }

  .column-3.team {
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 100px;
  }

  .columns-2 {
    margin-left: 10px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
  }

  .form-2 {
    text-align: center;
  }

  .paragraph-4 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-4.homeproject {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .image-12 {
    margin-bottom: 40px;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .button-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pdflink {
    margin-left: 0px;
    text-align: center;
  }

  .div-block-2 {
    text-align: center;
  }
  .image-13 {
    display:none;
  }
}

@media screen and (max-width: 479px) {
  .button.beige.footer {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .button.form {
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 400;
  }

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

  .section.footer {
    height: 450px;
  }

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

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

  .main-subheading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .horizontal-bar.beige {
    margin-left: 20px;
  }

  .slider {
    height: 400px;
  }

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

  .process-titles {
    height: auto;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .number {
    margin-top: 0px;
    color: rgba(50, 50, 50, 0.25);
  }

  .contact-form-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .contact-info-column {
    padding-bottom: 40px;
    text-align: center;
  }

  .field.message {
    height: 92px;
  }

  .mask {
    height: auto;
  }

  .paragraph {
    text-align: center;
  }

  .image-2 {
    width: 60%;
    height: auto;
    margin-top: 40px;
  }

  .image-3 {
    width: 60%;
    margin-top: 40px;
  }

  .image-4 {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }

  .heading {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 26px;
    line-height: 45px;
  }

  .column {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .column.team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    margin-top: 20px;
  }

  .heading-3 {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .grid {
    display: block;
    margin-left: 50px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto minmax(0px, 0.25fr);
    grid-template-rows: auto minmax(0px, 0.25fr);
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-3 {
    font-size: 17px;
    text-align: center;
  }

  .column-2 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .column-3 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .column-3.team {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .paragraph-4.homeproject {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-4.project_section_home {
    text-align: center;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .column-5 {
    margin-top: 20px;
  }

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

  .pdflink {
    position: static;
    display: block;
    margin-left: 0px;
    text-align: center;
  }

  .column-8 {
    padding-bottom: 20px;
  }
  .image-13 {
    opacity: 1;
    margin-top: 100px;
    margin-right: -8px;
    padding-left: 0;
    display: none;
    position: absolute;
  }
  .link-block-6 {
    float: right;
  }
}

#w-node-_73a517c1-b3b6-b299-3fe0-06f2237ca6cd-4e9d7c46 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbc169e2-99e0-2664-0ff1-8755efac9676-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_81a44c19-b9f6-a3a2-c86d-10d6ce378652-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c93aeee0-34ec-d1e6-d7b0-b9e724e704ae-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c217a6cc-da1f-17da-fb18-56e2195cb611-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1506d7f5-b6e6-4162-0932-d893d52f1655-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4637be5-c80a-8bf0-1641-bd45fa6b38e4-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4c33f6b3-674b-29a8-486e-d2d281269b26-4e9d7c46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

