:root {
  --black-2: #1a0c01;
  --white: #fffcf8;
  --sienna: #963;
  --black: transparent;
  --sienna-2: rgba(153, 102, 51, .22);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  min-height: 80vh;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: translate(0);
}

.div-block {
  background-color: var(--black-2);
}

.navbar {
  background-color: var(--black-2);
  box-shadow: 1px 1px 3px #000;
}

.nav-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.nav-link-3.w--current {
  color: var(--white);
}

.div-block-2 {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  margin-top: 20px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-3 {
  min-height: 33vh;
  border: 1px none var(--sienna);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 252, 248, .41), rgba(255, 252, 248, .41));
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--black);
  text-align: center;
}

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

.text-block {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.nav-menu {
  flex: 1;
  align-self: center;
}

.div-block-4 {
  text-align: center;
  background-image: linear-gradient(rgba(255, 252, 248, .5), rgba(255, 252, 248, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 315px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-2 {
  min-height: 30vh;
  text-align: center;
  background-image: url('../images/flower-peace.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-3 {
  min-height: 20vh;
  background-image: linear-gradient(rgba(153, 102, 51, .23), rgba(153, 102, 51, .23));
}

.container-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 50px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.heading-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.div-block-6 {
  min-height: 30vh;
  border: 1px none var(--white);
  color: var(--black-2);
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
}

.heading-5 {
  border: 1px none var(--white);
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-7 {
  align-self: stretch;
}

.div-block-8 {
  min-height: 35vh;
  border: 1px solid var(--white);
  background-image: url('../images/candle-2905395_1920.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-9 {
  min-height: 35vh;
  border: 1px solid var(--white);
  background-image: url('../images/death-2421820_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-10 {
  border: 1px solid var(--white);
  background-image: url('../images/people-3190628_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-11 {
  min-height: 35vh;
  border: 1px solid var(--white);
  background-image: url('../images/cementerio-948048_1920.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.grid {
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.container-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.heading-6 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.heading-7 {
  border: 1px none var(--white);
  transform: scale3d(1none, 1none, 1none);
  color: var(--black-2);
  transform-style: preserve-3d;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.image {
  margin-top: 20px;
}

.container-6-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.heading-6-copy {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.image-2 {
  text-align: center;
  margin-top: 10px;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-12 {
  min-height: 20vh;
  background-image: url('../images/blackmarble.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-13 {
  min-height: 20vh;
}

.div-block-14 {
  min-height: 35vh;
  background-image: url('../images/whitemarble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  padding-right: 0;
}

.div-block-15 {
  background-image: url('../images/whitemarbleandstainlesssteel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-16 {
  min-height: 50vh;
  background-image: url('../images/blackmarbleandcopper.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-7 {
  min-height: 20vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-19 {
  min-height: 30vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  min-height: 30vh;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.columns {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.image-3 {
  margin-top: 20px;
}

.text-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.bold-text {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: stretch;
  margin-top: 20px;
}

.div-block-21 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/blackmarble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.div-block-22 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/whitemarble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/whitemarbleandstainlesssteel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-24 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/blackmarble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-4 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.image-5 {
  margin-top: 20px;
  padding-right: 20px;
}

.column {
  align-self: center;
  margin-top: 10px;
}

.image-6 {
  margin-top: 20px;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--sienna-2), var(--sienna-2));
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-5 {
  margin-top: 10px;
}

.image-7 {
  margin-top: 20px;
}

.div-block-25 {
  min-height: 30vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-9 {
  font-weight: 400;
}

.image-8 {
  border: 1px none var(--white);
  border-radius: 5px;
  margin-top: 10px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.container-8 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-9 {
  border-radius: 5px;
  margin-top: 20px;
}

.text-block-7 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-10 {
  margin-top: 10px;
}

.div-block-28 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/people-3190628_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.div-block-29 {
  min-height: 25vh;
  min-width: 25vh;
  background-image: url('../images/cementerio-948048_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.div-block-30 {
  background-image: url('../images/death-2421820_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.div-block-31 {
  background-image: url('../images/candle-2905395_1920.jpg');
  background-position: -67px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.heading-5-copy {
  border: 1px none var(--white);
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-link.w--current {
    align-self: center;
  }

  .nav-link-2, .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black-2);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--black-2);
  }

  .text-block-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-5-copy {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading-6 {
    font-size: 14px;
  }

  .div-block-30, .div-block-31 {
    min-height: 25vh;
    min-width: 25vh;
  }

  .grid-5 {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .italic-text {
    font-size: 14px;
  }

  .heading-5-copy.mobile {
    font-size: 12px;
  }
}


