a {
  text-decoration: underline;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.centered-container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  mix-blend-mode: normal;
}

.centered-container.horizontal-flex {
  max-width: 1280px;
  min-height: 350px;
  margin-left: 76px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.centered-container.hero {
  min-height: 500px;
  padding-right: 15px;
  padding-left: 15px;
}

.centered-container.horizontal-flex {
  max-width: 1280px;
  min-height: 0px;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 0px;
}

.call-to-action-heading {
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.paragraph {
  position: static;
  display: block;
  max-width: 800px;
  margin: 20px auto 0px 90px;
  padding-right: 140px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inconsolata, monospace;
  color: #747474;
  font-size: 15px;
  text-align: justify;
}

.call-to-action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.primary-button-black {
  margin-right: 20px;
  margin-left: 0px;
  padding: 12px 30px;
  background-color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.primary-button-black:hover {
  background-color: #000;
}

.secondary-button-silver {
  padding: 12px 30px;
  border: 0px solid #5343ff;
  border-radius: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.secondary-button-silver:hover {
  background-color: #000;
  color: #fff;
}

.bold-text-2 {
  font-family: 'Droid Serif', serif;
  font-size: 55px;
}

.container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 0px;
}

.feature-section-image {
  width: 600px;
  height: 384px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.feature-section-content.feature-section-content-left {
  max-width: 1000px;
  margin-left: 40px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

.feature-section-heading-1 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b4242;
  font-size: 60px;
  line-height: 48px;
  font-weight: 400;
}

.footer-with-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
}

.footer-links {
  display: block;
  margin-top: 40px;
  margin-right: -20px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.quote-section {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/Screenshot-2022-04-01-at-11.00.25-min.png');
  background-position: 0px 0px;
  background-size: auto;
}

.quote-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 300px;
  margin-right: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.quote-content {
  width: 60%;
}

.quote-icon {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.quote-text {
  margin-bottom: 20px;
  color: #747474;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.quote-name {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.links-header {
  color: #8a5757;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-simple-section {
  height: auto;
  border-radius: 0px;
}

.about-heading-wrapper {
  margin-right: 100px;
}

.about-big-heading {
  margin-top: 0px;
  color: #000;
  font-weight: 400;
}

.about-content-wrapper {
  max-width: 700px;
  margin-left: 40px;
  padding-top: 20px;
}

.about-subheading {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph-2 {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #747474;
  text-align: justify;
}

.gallery-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  font-family: Montserrat, sans-serif;
}

.gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  text-align: center;
  text-decoration: none;
}

.gallery-image:hover {
  opacity: 0.8;
}

.gallery-image:active {
  opacity: 0.7;
}

.gallery-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.gallery-name-link {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.gallery-name-link:hover {
  opacity: 0.8;
}

.gallery-name-link:active {
  opacity: 0.7;
}

.paragraph-light {
  opacity: 0.6;
  color: #242424;
}

.gallery-image-1 {
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-3 {
  margin-right: auto;
  margin-left: auto;
  color: #754747;
  font-size: 70px;
}

.paragraph-3 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: 95px;
  padding-right: 80px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #6d6c6c;
  font-size: 14px;
  text-align: justify;
}

.italic-text {
  font-family: Inconsolata, monospace;
  color: #afacac;
  font-size: 10px;
}

.text-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .centered-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .paragraph {
    margin-left: 40px;
    font-size: 13px;
  }

  .feature-section-content {
    min-height: auto;
    margin-bottom: 20px;
  }

  .feature-section-content.feature-section-content-left {
    margin-bottom: 20px;
  }

  .quote-card {
    width: 80%;
  }

  .about-heading-wrapper {
    margin-left: 40px;
  }

  .gallery-grid {
    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;
  }

  .gallery-image {
    margin-bottom: 30px;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .paragraph-3 {
    margin-left: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .centered-container.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .centered-container.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .centered-container.horizontal-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .call-to-action-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph {
    margin-left: 10px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
  }

  .feature-section-content {
    min-height: auto;
    margin-bottom: 20px;
  }

  .feature-section-content.feature-section-content-left {
    margin-bottom: 20px;
  }

  .footer-with-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .quote-card {
    padding-bottom: 40px;
  }

  .quote-text {
    font-size: 12px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .gallery-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-3 {
    font-size: 40px;
  }

  .paragraph-3 {
    margin-left: 10px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .primary-button-black {
    margin-right: 0px;
  }

  .secondary-button-silver {
    margin-top: 20px;
  }

  .feature-section-content {
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-section-content.feature-section-content-left {
    margin-left: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-section-heading-1 {
    margin-top: 10px;
  }

  .footer-with-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    font-size: 10px;
  }

  .quote-card {
    width: 98%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-text {
    font-size: 11px;
    line-height: 24px;
  }

  .about-heading-wrapper {
    margin-left: 0px;
  }

  .about-content-wrapper {
    margin-left: 0px;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bold-text-3 {
    font-size: 25px;
  }

  .paragraph-3 {
    font-size: 12px;
  }
}

