body {
  padding-top: 60px;
  font-family: 'Roboto Condensed';
  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;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff #f7f7f7;
  background-color: #c8ac01;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #f7f7f7;
  color: #0f1a58;
}

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

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d1d1;
}

.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: #c8ac01;
}

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

.button.slide-three {
  text-align: right;
}

.button.slide-two {
  margin-top: -22px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 4px solid #c8ac01;
  background-color: #1b2c8a;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .13);
}

.nav-link {
  margin-top: 29px;
  padding: 20px 10px;
  border-right: 1px solid #c8ac01;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed';
  color: #ededed;
  font-size: 17px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  background-color: #0f1a58;
  box-shadow: none;
  color: #c8ac01;
}

.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';
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  float: left;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #4d4d4d;
}

.stone-logo {
  margin-top: -11px;
  margin-right: 8px;
  margin-bottom: 11px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: left;
  opacity: 0.9;
}

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

.brand {
  padding-top: 17px;
}

.brand.w--current {
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
}

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

.section.grey {
  margin-top: 52px;
  padding-top: 96px;
  padding-bottom: 92px;
  background-color: #333;
  background-image: url('../images/619249832.jpg');
  background-position: 0px -327px;
  background-size: cover;
  color: #fff;
}

.section.grey.products {
  margin-top: 32px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: 0px -325px;
}

.section.beige {
  margin-top: 0px;
  margin-bottom: -30px;
  padding-top: 60px;
  padding-bottom: 100px;
  border-top: 6px solid #c8ac01;
  background-color: #1e2e88;
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/homepage_tree_image.png');
  background-position: 50% 92%;
  background-size: cover;
  background-attachment: scroll;
  color: #f7f7f7;
}

.section.lightgrey {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1e2e88;
}

.section.contact {
  padding-bottom: 100px;
  background-image: url('../images/contact_page_image.png');
  background-position: 50% 42%;
  background-size: cover;
}

.section.products {
  margin-top: 50px;
  padding-top: 210px;
  padding-bottom: 130px;
  background-image: url('../images/products_page_image.png');
  background-position: 50% 18%;
  background-size: cover;
}

.section.agents {
  padding-top: 216px;
  background-image: url('../images/agens_page_image.png');
  background-position: 50% 29%;
  background-size: cover;
  color: #0f1a58;
}

.section.about-paragraph {
  padding-top: 40px;
}

.section.about {
  margin-top: 49px;
  padding-top: 147px;
  padding-bottom: 149px;
  background-image: url('../images/cross_entrance.jpg');
  background-position: 50% 72%;
  background-size: cover;
}

.section.forms {
  padding-bottom: 1px;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed';
  color: #0f1a58;
  font-size: 66px;
  line-height: 66px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
}

.main-heading.bold.agent.small {
  font-size: 47px;
}

.main-heading.slide-three {
  margin-top: 4px;
  color: #f7f7f7;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
}

.main-heading.home {
  color: #f7f7f7;
  text-shadow: 3px 3px 3px #000;
}

.main-heading.agent {
  color: #f7f7f7;
  font-size: 58px;
  text-shadow: 1px 1px 1px #000;
}

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

.main-subheading {
  margin-top: -1px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: #1e2e88;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.main-subheading.slide-three {
  color: #f7f7f7;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
}

.main-subheading.home {
  color: #f7f7f7;
  text-shadow: 1px 1px 1px #000;
}

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

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

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

.slider {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 600px;
  margin-top: 40px;
  clear: both;
  background-color: transparent;
}

.slide {
  top: 0px;
  height: 600px;
  margin-top: 5px;
  padding-top: 116px;
  padding-bottom: 46px;
  background-image: url('../images/homepage_image.png');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 11px;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/products_page_image.png');
  background-position: 0% 22%;
  background-size: cover;
  background-attachment: scroll;
}

.slide._3 {
  background-image: url('../images/agens_page_image.png');
  background-position: 50% 43%;
  background-attachment: scroll;
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, .13);
  color: #f7f7f7;
  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: #1e2e88;
  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;
  color: #0f1a58;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #0f1a58;
  font-size: 16px;
  text-transform: uppercase;
}

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

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

.footer-text {
  margin-top: 3px;
  color: #f7f7f7;
  text-align: center;
}

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

.subheading {
  margin-top: -21px;
  margin-bottom: -52px;
  font-family: Vollkorn, serif;
  color: #f7f7f7;
  font-size: 22px;
  font-style: italic;
  text-shadow: 1px 1px 2px #000;
}

.subheading.about {
  color: #f7f7f7;
  text-shadow: none;
}

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

.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%, .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;
  padding-bottom: 40px;
}

.project-title {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}

.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 {
  position: relative;
  left: 0px;
  top: 3px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.paragraph {
  color: #f7f7f7;
}

.paragraph.products {
  padding-right: 100px;
  padding-left: 100px;
}

.paragraph-2 {
  color: #f7f7f7;
}

.paragraph-2.products {
  padding-right: 80px;
  padding-left: 80px;
}

.paragraph-3 {
  color: #f7f7f7;
}

.container {
  margin-top: 130px;
  text-align: left;
}

.container-2 {
  margin-top: 130px;
  text-align: right;
}

.container-3 {
  margin-top: 139px;
  text-align: left;
}

.footer-container {
  padding-top: 0px;
}

.link {
  color: #d1d1d1;
}

.copyright {
  margin-top: 31px;
  padding-top: 0px;
  color: #d1d1d1;
  font-size: 12px;
  font-weight: 300;
}

.heading {
  color: #f7f7f7;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

.heading.about {
  color: #f7f7f7;
}

.heading.forms {
  color: #1e2e88;
  font-size: 48px;
  font-weight: 400;
  text-shadow: none;
}

.container-4 {
  margin-top: 235px;
  text-align: right;
}

.heading-2 {
  margin-top: 41px;
  color: #f7f7f7;
  text-shadow: 1px 1px 2px #000;
}

.heading-2.about {
  margin-top: 42px;
  color: #1e2e88;
  text-shadow: none;
}

.life-insurance {
  margin-top: -24px;
}

.preneed {
  margin-top: -8px;
  text-align: center;
}

.heading-3 {
  margin-top: 40px;
  color: #f7f7f7;
  line-height: 45px;
  text-shadow: 1px 1px 2px #000;
}

.heading-4 {
  color: #f7f7f7;
  text-shadow: 1px 1px 2px #000;
}

.heading-4.agents {
  font-size: 40px;
}

.row {
  padding-top: 131px;
}

.container-5 {
  margin-top: 13px;
}

.container-6 {
  margin-top: 79px;
}

.section-2 {
  padding-bottom: 40px;
}

.about-paragraph {
  padding-bottom: 40px;
}

.title {
  margin-top: -7px;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.vickers {
  float: none;
  clear: none;
}

.executives-name {
  padding-top: 40px;
}

.executives-column {
  padding-top: 10px;
}

.forms-containter {
  padding-bottom: 40px;
}

.forms-link {
  color: #1e2e88;
  font-size: 18px;
}

.forms-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column {
  text-align: center;
}

@media (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%, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .section.beige {
    padding-top: 140px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .slide._3 {
    padding-bottom: 0px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
}

@media (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: 35px 10px;
  }
  .section.beige {
    padding-top: 212px;
    padding-bottom: 155px;
  }
  .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;
  }
  .slider {
    height: 392px;
    margin-top: -3px;
  }
  .slide {
    margin-top: 0px;
    padding: 50px 10px;
  }
  .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;
  }
}

@media (max-width: 479px) {
  .section.beige {
    padding-top: 177px;
  }
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .slider {
    height: 476px;
    margin-top: -6px;
    margin-bottom: -23px;
    padding-bottom: 0px;
  }
  .slide {
    margin-top: 1px;
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .slide._3 {
    padding-top: 0px;
  }
  .icon-wrapper {
    margin-bottom: 151px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .mask {
    padding-bottom: 0px;
  }
  .container-3 {
    margin-top: 52px;
  }
}

