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: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  border-color: #ecdcc2;
}

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

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

.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;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ecdcc2;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

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

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

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

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

.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 {
  display: block;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

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

.brand {
  padding: 0px 0px 0px 35px;
}

.brand.w--current {
  display: block;
  padding: 0px 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.section.grey {
  padding: 156px 0px;
  background-color: #333;
  background-image: url('../images/Denver-Auraria-Highland.jpg');
  background-position: 50% 12%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.beige {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ecdcc2;
}

.section.image {
  padding: 60px;
  background-image: url('../images/bigger-robinson-hand.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

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

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

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

.slider-nav {
  padding: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecdcc2), to(#ecdcc2));
  background-image: linear-gradient(180deg, #ecdcc2, #ecdcc2);
  color: #ecdcc2;
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

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

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

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

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

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

.slide._2 {
  background-image: url('../images/slide3.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/slide3.jpg');
  background-position: 100% 50%;
}

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

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

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  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 {
  text-align: right;
}

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

.contact-form-column {
  padding: 8px;
  background-color: #c7aa8b;
}

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

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

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

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

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

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

.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;
  font-size: 16px;
}

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

.image-2 {
  display: block;
}

.heading {
  font-family: Bitter, serif;
  color: #292929;
  text-align: center;
}

.image-3 {
  padding: 106px;
  border-radius: 11px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 7px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block {
  margin-right: 111px;
  margin-left: 111px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-2 {
  position: static;
  bottom: 0px;
  display: block;
  padding: 40px 20px 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
  opacity: 1;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-heading-new {
  display: block;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 40px;
  padding-bottom: 0px;
  font-family: Yorkwhiteletter, 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

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

.heading-2 {
  padding: 33px;
  color: #fff;
  text-align: center;
}

.text-block {
  padding-bottom: 6px;
  border-bottom: 2px dashed #000;
  border-radius: 6px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.italic-text {
  color: #bd837b;
}

.heading-copy {
  font-family: Vollkorn, serif;
  color: #292929;
  font-size: 37px;
  text-align: center;
}

.bold-text {
  color: #8a3b3b;
}

.main-heading-copy-copy {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  font-family: Yorkwhiteletter, 'Times New Roman', sans-serif;
  color: #c9c9c9;
  font-size: 110px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

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

.bold-text-2 {
  color: #8a3b3b;
}

.bold-text-3 {
  color: #8a3b3b;
}

.container-3 {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
}

.container-4 {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.55);
}

.heading-3 {
  color: #c7aa8b;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link {
  color: #e0e0e0;
}

.link-2 {
  color: #e0e0e0;
}

.container-2-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container-2-contact {
  position: relative;
  left: 0%;
  top: 156px;
  right: 0%;
  bottom: 8%;
  display: block;
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
  -o-object-fit: fill;
  object-fit: fill;
}

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

.section-copy.grey {
  padding: 156px 0px;
  background-color: #333;
  background-image: url('../images/Denver-Auraria-Highland.jpg');
  background-position: 50% 12%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section-copy.beige {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ecdcc2;
}

.section-copy.image {
  padding: 60px;
  background-image: url('../images/bigger-robinson-hand.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

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

.section-copy.grey-copy {
  padding: 156px 0px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/slide3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/slide3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.main-subheading-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

.container-2-contact-copy {
  position: relative;
  left: 0%;
  top: 156px;
  right: 0%;
  bottom: 8%;
  display: block;
  overflow: visible;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  font-size: 5em;
  text-align: center;
}

.text-block-2-copy {
  font-family: Merriweather, serif;
  font-size: 5em;
  text-align: center;
}

.about-me-heading {
  margin-top: 10px;
  padding: 40px;
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: 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;
  }

  .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: #000;
    line-height: 21px;
  }

  .section.image {
    background-position: 50% 100%;
  }

  .menu-button {
    opacity: 0.8;
  }

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

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

  .main-subheading {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .slider {
    height: 469px;
  }

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

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

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

  .div-block {
    margin: 0px 29px 29px;
  }

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

  .text-block {
    padding: 0px 12px;
  }

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

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

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-copy.image {
    background-position: 50% 100%;
  }

  .main-subheading-copy {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}

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

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

  .navbar {
    position: relative;
  }

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

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 100px 0px 60px;
  }

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

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

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

  .main-subheading {
    font-size: 12px;
    line-height: 5px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .slide._2 {
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    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 10px;
  }

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

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

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

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

  .div-block {
    margin-right: 35px;
    margin-left: 35px;
  }

  .container-2 {
    padding-top: 35px;
  }

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

  .text-block {
    font-size: 12px;
    text-align: center;
  }

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

  .columns {
    display: block;
  }

  .container-2-copy {
    padding-top: 10px;
  }

  .container-2-contact {
    top: 60px;
    padding-top: 10px;
    border-radius: 0px;
  }

  .heading-4 {
    font-size: 25px;
  }

  .section-copy {
    padding: 34px 10px;
  }

  .section-copy.grey {
    padding: 100px 0px 60px;
  }

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

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

  .section-copy.grey-copy {
    padding: 100px 0px 60px;
  }

  .main-subheading-copy {
    font-size: 12px;
    line-height: 5px;
  }

  .container-2-contact-copy {
    top: 60px;
    padding-top: 10px;
    border-radius: 0px;
  }

  .about-me-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
  }

  .brand {
    padding-left: 5px;
  }

  .brand.w--current {
    padding-right: 0px;
    padding-left: 5px;
  }

  .menu-icon {
    color: #000;
  }

  .section.beige {
    padding: 5px;
  }

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

  .main-heading {
    width: 100%;
    margin-bottom: 0px;
    font-size: 28px;
  }

  .main-subheading {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 15px;
  }

  .slide {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 58px;
  }

  .slide._2 {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slide._3 {
    left: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .div-block {
    margin: 24px 3px;
  }

  .container-2 {
    padding: 20px 20px 30px;
  }

  .main-heading-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 38px;
  }

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

  .text-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -7%;
    display: block;
    overflow: auto;
    padding: 0px 12px;
    float: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 10px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-copy {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

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

  .container-2-copy {
    display: block;
    padding: 16px 20px 20px;
  }

  .container-2-contact {
    display: block;
    padding: 10px;
  }

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

  .main-subheading-copy {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 15px;
  }

  .container-2-contact-copy {
    display: block;
    padding: 10px;
  }

  .text-block-2-copy {
    font-size: 3.5em;
  }

  .about-me-heading {
    font-size: 25px;
    line-height: 40px;
  }
}

@font-face {
  font-family: 'Yorkwhiteletter';
  src: url('../fonts/yorkwhiteletter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fanwood';
  src: url('../fonts/fanwood.text_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}