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

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: left;
}

.brand {
  width: 400px;
  padding-top: 3px;
}

.brand.w--current {
  width: 400px;
  height: auto;
  margin-top: 2px;
  padding-top: 0px;
}

.stone-logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 10px;
  float: left;
  opacity: 0.9;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  float: left;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px solid #4d4d4d;
}

.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;
  color: hsla(0, 0%, 92.9%, 0.88);
  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: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  color: #9e9e9e;
}

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

.nav-link.ctz {
  text-transform: none;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  margin-top: 270px;
}

.hero-section {
  display: block;
  margin-top: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-heading {
  color: #333;
}

.grid {
  margin-top: 40px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.bold-text {
  font-family: 'Changa One', Impact, sans-serif;
}

.link {
  color: #949494;
  text-decoration: underline;
}

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

.div {
  margin-top: 40px;
}

.container-3 {
  max-width: 100%;
}

.html-embed {
  margin-top: 270px;
}

.div-block {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .stone-logo {
    margin-bottom: 0px;
  }
  .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);
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
  }
  .stone-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-button {
    margin-top: 10px;
  }
  .body {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-button {
    margin-top: -70px;
  }
}

#w-node-d1e6283b8b72-a2b46354 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d1e6283b8b83-a2b46354 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d1e6283b8b94-a2b46354 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d1e6283b8ba5-a2b46354 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d1e6283b8bb6-a2b46354 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

