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;
  font-family: Trasandinabook, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  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: 10px 15px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 77, 77, .4);
  background-color: rgba(77, 77, 77, .2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: TrasandinaMedium, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.button.beige.footer {
  position: static;
  display: block;
  width: 200px;
  margin: 0px auto 8px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 15px;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(77, 77, 77, .9);
  background-color: rgba(77, 77, 77, .5);
  color: #dfecf2;
  text-decoration: none;
}

.button.beige.footer:hover {
  background-color: #faa61a;
  color: #333;
}

.button.beige.footer.w--current {
  width: 200px;
}

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

.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;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #323232;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .13);
}

.nav-link {
  display: inline-block;
  padding: 12px 30px 8px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: TrasandinaBold, 'Trebuchet MS', sans-serif;
  color: #ededed;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: rgba(93, 163, 190, .2);
  box-shadow: none;
  font-family: TrasandinaMedium, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.nav-link.w--current:hover {
  background-color: #faa61a;
  color: #000;
}

.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 {
  width: 120px;
  margin-top: 0px;
  margin-right: 62px;
  padding-top: 12px;
  padding-bottom: 8px;
  float: left;
  font-family: TrasandinaRegular, sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

.brand {
  padding-top: 17px;
}

.brand.w--current {
  margin-left: 30px;
  padding-top: 0px;
}

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

.section-2.grey {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #62a3be;
  color: #fff;
}

.section-2.beige {
  padding-top: 20px;
  padding-bottom: 22px;
  background-color: rgba(93, 163, 190, .8);
}

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

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

.section-2.footer {
  display: block;
  margin-top: 30px;
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #5d737c;
}

.section-2.the-end {
  height: 400px;
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #444;
}

.primary-entry-head {
  display: none;
  margin: -5px auto -20px;
  font-family: TrasandinaMedium, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}

.primary-entry-head.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  position: absolute;
  display: none;
  padding-top: 0px;
  font-size: 9px;
  line-height: 10px;
}

.intro-paragraph {
  display: block;
  margin: 90px 0px 60px;
  font-family: Trasandinabook, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

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

.horizontal-bar.white {
  display: block;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

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

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

.slide {
  height: 355px;
  max-height: 355px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #62a3be;
  text-align: center;
}

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

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

.process-titles {
  margin-bottom: 6px;
  padding-top: 10px;
  border-top: 1px none rgba(50, 50, 50, .13);
  font-family: TrasandinaMedium, sans-serif;
  color: #edf4f7;
  font-size: 18px;
  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, .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, .36);
  font-size: 16px;
  text-transform: uppercase;
}

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

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

.footer-text---left {
  margin-top: 12px;
  clear: right;
  font-family: TrasandinaRegular, sans-serif;
  color: #777;
  font-size: 14px;
  text-align: right;
}

.footer-text---left.purpose-line {
  margin-top: 2px;
  text-align: left;
}

.subheading {
  position: static;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  font-family: TrasandinaMedium, sans-serif;
  color: #dfecf2;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.contact-form-column {
  display: block;
  padding: 74px 33px;
  background-color: #62a3be;
}

.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: 14px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, .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-text {
  margin-top: 30px;
  font-family: TrasandinaRegular, sans-serif;
  color: #47839c;
  font-size: 18px;
}

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

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

.project-title {
  margin-bottom: 20px;
  color: #62a3be;
  text-transform: capitalize;
}

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

.mask {
  max-height: 355px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: TrasandinaLight, sans-serif;
  color: #edf4f7;
  font-size: 18px;
  text-align: center;
}

.secondary-entry-head {
  display: none;
  margin-right: auto;
  margin-left: auto;
  font-family: TrasandinaLight, sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}

.paragraph-2 {
  font-family: TrasandinaLight, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.text-block {
  color: #fff;
}

.heading {
  font-family: TrasandinaRegular, sans-serif;
  color: #fff;
  font-size: 36px;
}

.container {
  margin-top: 100px;
  padding-bottom: -10px;
  text-align: left;
}

.image-2 {
  display: block;
  margin-top: -60px;
  clear: right;
  direction: ltr;
  text-align: right;
}

.image-3 {
  margin-top: -60px;
  margin-right: -370px;
}

.image-4 {
  display: block;
  margin-top: -70px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.row {
  margin-top: -20px;
}

.paragraph-txt {
  padding-top: 0px;
  font-family: TrasandinaLight, sans-serif;
  color: #dfecf2;
  font-size: 16px;
  text-align: center;
}

.container-2 {
  position: static;
  height: auto;
  max-height: auto;
}

.image-5 {
  display: inline-block;
  margin-top: -60px;
}

.image-6 {
  display: block;
  margin-top: -20px;
  margin-bottom: -210px;
  margin-left: 115px;
}

.section-1 {
  display: block;
  height: auto;
  margin-top: 1px;
  background-color: #5d737c;
  text-decoration: underline;
}

.container-3 {
  text-align: left;
}

.div-block {
  display: block;
  width: 100px;
}

.container-4 {
  display: inline;
  height: 20px;
  padding-top: 10px;
  padding-right: 100px;
  padding-bottom: 10px;
}

.heading-2 {
  color: #fff;
  font-size: 36px;
}

.button-2 {
  display: block;
}

.column {
  padding-top: 6px;
  padding-bottom: 10px;
  border: 1px solid #74aec5;
  background-color: rgba(77, 77, 77, .1);
}

.row-2 {
  margin-top: 30px;
  border-style: none;
}

.column-2 {
  border: 1px solid #74aec5;
}

.column-3 {
  border: 1px solid #74aec5;
}

.image-7 {
  display: inline;
  margin-top: 0px;
  padding-top: 13px;
  padding-right: 110px;
  padding-bottom: 0px;
  float: left;
  clear: none;
}

.body-2 {
  padding-top: 0px;
}

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

.body {
  padding-top: 20px;
  background-color: #62a3be;
  font-family: TrasandinaLight, sans-serif;
  color: #dfecf2;
  font-size: 16px;
  text-align: center;
}

.footer-text---right {
  margin-top: 12px;
  font-family: TrasandinaRegular, sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.footer-text---right.purpose-line {
  margin-top: 2px;
  text-align: left;
}

.row-3 {
  margin-top: 2px;
}

.end-copy-home {
  margin-top: 0px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.end-copy-home.purpose-line {
  margin-top: 2px;
  text-align: left;
}

.column-5 {
  border-style: none;
}

.column-6 {
  border-style: none;
}

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

.section-bottom.grey {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #62a3be;
  color: #fff;
}

.section-bottom.beige {
  padding-top: 20px;
  padding-bottom: 22px;
  background-color: rgba(93, 163, 190, .8);
}

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

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

.section-bottom.footer {
  margin-top: 30px;
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #323232;
}

.section-bottom.the-end {
  height: 700px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #444;
}

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

.section-3.grey {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #62a3be;
  color: #fff;
}

.section-3.beige {
  padding-top: 20px;
  padding-bottom: 22px;
  background-color: rgba(93, 163, 190, .8);
}

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

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

.section-3.footer {
  margin-top: 30px;
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #323232;
}

.section-3.the-end {
  height: 400px;
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #444;
}

.heading-3 {
  color: #f9f9f9;
}

.text-block-2 {
  padding-top: 640px;
  color: #777;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.text-block-2:hover {
  color: #999;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-4 {
  background-color: #888;
}

.heading-5 {
  margin-top: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-4 {
  height: 400px;
  background-color: #444;
}

@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .button.beige.footer {
    display: block;
    width: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 12px;
  }
  .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%, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .primary-entry-head {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .intro-paragraph {
    margin-right: 50px;
    margin-left: 80px;
    font-size: 24px;
    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;
  }
  .footer-text---left {
    margin-right: 60px;
    font-size: 12px;
  }
  .contact-text {
    font-size: 15px;
  }
  .container-2 {
    border-style: none;
  }
  .image-6 {
    margin-left: 200px;
  }
  .section-1 {
    margin-top: 55px;
  }
  .footer-text---right {
    margin-left: 60px;
    font-size: 12px;
  }
  .end-copy-home {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .button.form {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .navbar {
    position: relative;
  }
  .logo-text {
    margin-left: 10px;
    padding-top: 20px;
  }
  .stone-logo.footer {
    float: none;
  }
  .section-2 {
    padding: 34px 10px;
  }
  .section-2.grey {
    padding: 35px 10px;
  }
  .section-2.beige {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-2.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section-2.footer {
    display: none;
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .section-2.the-end {
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .primary-entry-head {
    font-size: 50px;
    line-height: 44px;
  }
  .intro-paragraph {
    margin-top: 12px;
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    height: 300px;
    margin-bottom: 0px;
    padding: 50px 10px 0px;
  }
  .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---left {
    display: none;
  }
  .footer-text---left.purpose-line {
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 12px 10px 0px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .contact-text {
    margin-top: 0px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .mask {
    height: 300px;
  }
  .paragraph {
    font-size: 16px;
  }
  .row {
    margin-top: 60px;
  }
  .paragraph-txt {
    padding-top: 0px;
    font-size: 18px;
  }
  .container-2 {
    height: 300px;
    margin-top: -80px;
    margin-bottom: 0px;
  }
  .image-6 {
    margin-top: 0px;
    margin-left: 150px;
  }
  .section-1 {
    display: block;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .row-2 {
    margin-top: 150px;
  }
  .image-7 {
    margin-left: 20px;
    padding-top: 20px;
  }
  .body-3 {
    padding-top: 0px;
  }
  .body {
    padding-top: 0px;
  }
  .footer-text---right {
    display: none;
  }
  .footer-text---right.purpose-line {
    text-align: center;
  }
  .column-4 {
    margin-top: -30px;
  }
  .end-copy-home {
    display: none;
  }
  .end-copy-home.purpose-line {
    text-align: center;
  }
  .section-bottom {
    padding: 34px 10px;
  }
  .section-bottom.grey {
    padding: 35px 10px;
  }
  .section-bottom.beige {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-bottom.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section-bottom.footer {
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .section-bottom.the-end {
    display: none;
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .section-3 {
    padding: 34px 10px;
  }
  .section-3.grey {
    padding: 35px 10px;
  }
  .section-3.beige {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-3.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section-3.footer {
    display: none;
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .section-3.the-end {
    margin-top: 70px;
    padding-top: 32px;
    padding-bottom: 4px;
    text-align: center;
  }
  .container-5 {
    display: inline;
  }
}

@media (max-width: 479px) {
  .button.beige.footer {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .navbar {
    height: auto;
  }
  .logo-text {
    display: none;
  }
  .menu-icon {
    margin-top: -10px;
  }
  .section-2.beige {
    display: none;
  }
  .section-2.footer {
    margin-top: -210px;
  }
  .section-2.the-end {
    margin-top: -210px;
  }
  .primary-entry-head {
    width: 100%;
    font-size: 48px;
  }
  .intro-paragraph {
    margin: 0px 30px 36px 48px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .subheading {
    font-size: 16px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .contact-text {
    margin-top: 0px;
  }
  .paragraph {
    font-size: 1px;
  }
  .paragraph-txt {
    padding-top: 0px;
    border-style: none;
    font-size: 13px;
  }
  .container-2 {
    margin-top: 0px;
  }
  .image-5 {
    display: inline-block;
    margin-top: -40px;
    margin-bottom: -240px;
  }
  .image-6 {
    margin-top: -70px;
    margin-bottom: -166px;
    margin-left: 48px;
    border-style: none;
  }
  .section-1 {
    display: none;
    margin-top: 0px;
  }
  .container-3 {
    height: 46px;
    border-style: none;
  }
  .row-2 {
    display: none;
    margin-top: 0px;
  }
  .body {
    padding-top: 0px;
    border-style: none;
  }
  .section-bottom.beige {
    display: none;
  }
  .section-bottom.footer {
    margin-top: -210px;
  }
  .section-bottom.the-end {
    margin-top: -120px;
  }
  .section-3.beige {
    display: none;
  }
  .section-3.footer {
    display: block;
    margin-top: 0px;
  }
  .section-3.the-end {
    margin-top: -210px;
  }
}

@font-face {
  font-family: 'Trasandina';
  src: url('../fonts/TrasandinaBook.otf') format('opentype'), url('../fonts/TrasandinaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Trasandina';
  src: url('../fonts/TrasandinaBook-Italic.otf') format('opentype'), url('../fonts/TrasandinaRegular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TrasandinaBold';
  src: url('../fonts/TrasandinaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Trasandinabook-Italic';
  src: url('../fonts/TrasandinaBook-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TrasandinaExtraLight-Italic';
  src: url('../fonts/TrasandinaExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Trasandinabook';
  src: url('../fonts/TrasandinaBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaExtraLight';
  src: url('../fonts/TrasandinaExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaRegular';
  src: url('../fonts/TrasandinaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaLight';
  src: url('../fonts/TrasandinaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaThin';
  src: url('../fonts/TrasandinaThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaLight-Italic';
  src: url('../fonts/TrasandinaLight-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'TrasandinaMedium-Italic';
  src: url('../fonts/TrasandinaMedium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TrasandinaMedium';
  src: url('../fonts/TrasandinaMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TrasandinaThin-Italic';
  src: url('../fonts/TrasandinaThin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'TrasandinaRegular-Italic';
  src: url('../fonts/TrasandinaRegular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}