.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

a {
  color: #e6e4d5;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

.section {
  padding: 90px 4vw;
}

.section.nav {
  background-color: #21291b;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.hero {
  background-color: #21291b;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 30px;
  display: flex;
}

.section.light {
  background-color: #f2efe4;
}

.section.light.bgimage {
  background-image: url('../images/539158454_1599751364660065_8859681854063821608_n-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
  display: flex;
}

.section.cream {
  background-color: #e7e4d4;
}

.section.palegreen {
  background-color: #6a7a4f;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.green {
  background-color: #21291b;
}

.section.footer {
  background-color: #21291b;
  padding-bottom: 30px;
}

.footerdiv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #f2efe4;
  flex-flow: column;
  margin-top: 90px;
  padding-top: 30px;
  display: flex;
}

.image.radius10 {
  border-radius: 10px;
}

.image.radius10.moremargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image.icon {
  max-width: 20%;
}

.image.hideondesktop {
  border-radius: 10px;
  display: none;
}

.heading {
  color: #21291b;
  margin-bottom: 20px;
  font-family: Taviraj, sans-serif;
  font-weight: 300;
  line-height: 130%;
}

.heading.lighttext.centred, .heading.centred {
  text-align: center;
}

.paragraph.light {
  color: #e6e4d5;
}

.lighttext {
  color: #e6e4d5;
  font-weight: 200;
  list-style-type: disc;
}

.lighttext.centred {
  text-align: center;
}

.lighttext.footer {
  font-size: 14px;
  font-style: italic;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.container.hero {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.cell, .cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack, .quick-stack-2, .quick-stack-3, .quick-stack-4, .quick-stack-5, .quick-stack-6, .quick-stack-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.contentwidthcontainer {
  max-width: 500px;
}

.contentwidthcontainer.lightbg {
  background-color: #f2efe4;
  border-radius: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.h1heading {
  color: #f2efe4;
  font-family: Taviraj, sans-serif;
  font-weight: 300;
}

.h1heading.centred {
  text-align: center;
}

.h2heading {
  color: #21291b;
  margin-bottom: 20px;
  font-family: Taviraj, sans-serif;
  font-weight: 300;
}

.h2heading.centred {
  text-align: center;
}

.h2heading.centred.light, .h2heading.light {
  color: #f2efe4;
}

.h3heading {
  margin-bottom: 20px;
  font-family: Taviraj, sans-serif;
  font-weight: 300;
}

.h3heading.centred {
  text-align: center;
}

.h3heading.centred.light, .h3heading.light {
  color: #f2efe4;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #f2efe4;
  border-radius: 20px;
  width: 150px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Azeret Mono, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.button:hover {
  background-color: #6a7b4f;
  border-color: #f2efe400;
}

@media screen and (max-width: 991px) {
  .section.light.bgimage {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image.hideondesktop {
    display: block;
  }

  .heading.lightontablet, .lightontablet {
    color: #f2efe4;
  }

  .contentwidthcontainer.lightbg {
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-5, .cell-6, .cell-7 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .image.hideondesktop {
    display: block;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1heading.centred {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .section.nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack, .quick-stack-2, .quick-stack-3, .quick-stack-4, .quick-stack-5, .quick-stack-6, .quick-stack-7 {
    padding: 0;
  }

  .h1heading.centred {
    font-size: 28px;
  }

  .list {
    padding-left: 20px;
  }

  .h2heading {
    font-size: 26px;
  }

  .h3heading {
    font-size: 22px;
  }

  .h3heading.centred {
    text-align: center;
  }

  .quote {
    max-width: 300px;
  }
}

#w-node-_3c118e90-ec27-c456-413c-7010d06f9705-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0bf325b-69bf-61f1-beed-b4933afd4f03-cb25a5c5, #w-node-_8e72b5e8-0e46-5f70-7622-bc8c6aa86497-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fe030ba3-7daf-39ca-3760-776ef1088c3b-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b4697d8-0ea8-1ed6-1151-e4f420c8a9b7-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a500220a-d8b6-d4b8-6d43-ab07d7ef472c-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b5b-cb25a5c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3c118e90-ec27-c456-413c-7010d06f9705-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f0bf325b-69bf-61f1-beed-b4933afd4f03-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e72b5e8-0e46-5f70-7622-bc8c6aa86497-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8e72b5e8-0e46-5f70-7622-bc8c6aa86498-cb25a5c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-fe030ba3-7daf-39ca-3760-776ef1088c3b-cb25a5c5, #w-node-_9b4697d8-0ea8-1ed6-1151-e4f420c8a9b7-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b5b-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b5c-cb25a5c5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b61-cb25a5c5, #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b6d-cb25a5c5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c118e90-ec27-c456-413c-7010d06f9705-cb25a5c5, #w-node-_8e72b5e8-0e46-5f70-7622-bc8c6aa86497-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e72b5e8-0e46-5f70-7622-bc8c6aa86498-cb25a5c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-fe030ba3-7daf-39ca-3760-776ef1088c3b-cb25a5c5, #w-node-_9b4697d8-0ea8-1ed6-1151-e4f420c8a9b7-cb25a5c5, #w-node-a500220a-d8b6-d4b8-6d43-ab07d7ef472c-cb25a5c5, #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b5b-cb25a5c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b5c-cb25a5c5, #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b61-cb25a5c5, #w-node-_78f6e086-8626-5cee-92d6-885dfd3f5b6d-cb25a5c5 {
    grid-column: span 1 / span 1;
  }
}


