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

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

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

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

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

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

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

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

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

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

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

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

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

.button.beige.footer {
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s, all .1s;
  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: #0000;
}

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

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

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

.nav-link {
  color: #ededed;
  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: #c7aa8b;
  background-color: #000;
}

.nav-link.w--current {
  outline-offset: 0px;
  color: #ededed;
  outline: 3px #ededed;
  transition: opacity .2s, background-color .1s, margin .5s;
  box-shadow: 1px 1px 3px #000;
}

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

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

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

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

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

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

.stone-logo {
  float: left;
  opacity: .9;
  flex: 1;
  margin-right: 8px;
}

.stone-logo.footer {
  opacity: .4;
  max-width: 30%;
}

.brand, .brand.w--current {
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

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

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

.section.beige {
  background-color: #c7aa8b;
}

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

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

.section.footer {
  color: var(--dark-slate-gray-2);
  background-color: #323232;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding-top: 65px;
  padding-bottom: 53px;
  transition: opacity .2s, opacity .2s;
}

.section.about {
  flex-flow: wrap;
  place-content: space-around;
  padding: 60px 19%;
  display: flex;
}

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

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

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

.main-subheading {
  color: #ffffffcf;
  margin-top: 20px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

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

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

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

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

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

.slide._2 {
  background-image: url('../images/pexels-kaboompics-com-6213-1.jpg');
  background-position: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

.small-title {
  color: #3232325c;
  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: 10px;
}

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

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

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

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

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

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

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

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  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 {
  margin-bottom: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading {
  color: #c7aa8b;
}

.container {
  max-height: 300px;
}

.container-2 {
  flex: 1;
  justify-content: space-between;
  display: block;
}

.container-3 {
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  flex: 1;
}

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

.text-block {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div_services {
  background-color: #c7aa8b;
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 20px;
  transition: opacity .2s;
  display: flex;
}

.div_sevices_text {
  color: #a6a6a6;
  text-align: center;
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.link {
  color: var(--dark-slate-gray-2);
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.text-block-2 {
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
}

.container-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block {
  background-color: #e43a3a;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  background-color: #22e466;
  width: 400px;
  height: 50px;
}

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

  .navbar {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

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

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

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

  .section.about {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    opacity: .8;
  }

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

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

  .slider {
    height: 469px;
  }

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

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

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

  .container-2, .container-3, .container-4 {
    flex: 1;
  }

  .container-5 {
    place-content: center;
  }

  .section-2 {
    flex-wrap: wrap;
  }
}

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

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

  .navbar {
    position: relative;
  }

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

  .section {
    padding: 34px 10px;
  }

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

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

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

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

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

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

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

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

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

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

  .div_services {
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

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

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


