@import url(https://fonts.googleapis.com/css2?family=Questrial&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap);
/*------------------------------------------------------------------
[Import external CSS]
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --container-width: 1480px;
  --spacing: 30px;
  --spacing-x: 30px;
  --spacing-y: 30px;
  --radius: 0px;
  --logo-width: 80px;
  --white: #ffffff;
  --color-white: #ffffff;
  --color-primary: #F56343;
  --color-brown: #713738;
  --color-dark-brown: #46232A;
  --color-brandy-rose: #BD9287;
  --color-twine: #C39F58;
  --color-burning-sand: #D98771;
  --color-sand: #F9E7D1;
  --color-santa-fe: #B4644F;
  --body-font-size: $text-base;
  --body-font-size--mob: $text-sm;
  --section-padding: 25px;
}

@media (min-width: 768px) {
  :root {
    --section-padding: 125px;
  }
}
.grid-col--text h4 {
  margin-bottom: 10px;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg a {
  color: white !important;
}

.section-padding, .c-contact-form .c-contact-form-spacer, .o-footer, .c-newsletter, .single article {
  padding: 50px 0px 50px 0px;
}
@media (min-width: 768px) {
  .section-padding, .c-contact-form .c-contact-form-spacer, .o-footer, .c-newsletter, .single article {
    padding: 100px 0px 150px 0px;
  }
}

.wpcf7-spinner {
  display: none;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main .c-block:first-of-type {
  margin-top: 0;
}
main .c-block__intro-text-media {
  padding-top: 50px;
}

.page-id-38 .c-block__intro-text-media {
  padding-top: 0px;
}

#projects .project-item:first-of-type {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #projects .project-item:first-of-type {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .c-block__hero {
    padding: 0 5%;
  }
}
@media (min-width: 1720px) {
  .c-block__hero {
    padding: 0 2%;
  }
}
.c-block__hero .flex-item-photo {
  margin-left: -1rem !important;
}
@media (min-width: 768px) {
  .c-block__hero .flex-item-photo {
    margin-left: 0;
  }
}

.page-home .c-block__hero .flex-container {
  row-gap: 0;
}

.flex-container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 30px;
  }
}
@media (min-width: 1240px) {
  .flex-container {
    gap: 50px;
  }
}

.flex-item-photo {
  z-index: 1;
  position: relative;
  max-width: 90%;
  margin-top: 20px;
  min-width: 50%;
}
@media (min-width: 768px) {
  .flex-item-photo {
    padding: 0;
    margin-top: 50px;
    max-width: 50%;
    flex-shrink: 0;
  }
}

.flex-item-text {
  height: 100%;
  display: flex;
  z-index: 2;
  min-width: 100%;
}
@media (min-width: 768px) {
  .flex-item-text {
    height: auto;
    position: relative;
    min-width: unset;
    align-items: center;
    padding-bottom: 50px;
    flex-basis: calc(50% + 150px);
    flex-grow: 0;
  }
}
.flex-item-text.align-end {
  align-items: end;
  max-height: calc(100vh - 150px);
}
.flex-item-text.align-end .text-bigheading {
  justify-content: end;
}
.flex-item-text .text-content {
  width: 100%;
}
.flex-item-text .text-bigheading {
  position: absolute;
  height: 100%;
  max-height: calc(100vh - 150px);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.flex-item-text .text-bigheading h1 {
  margin-top: -0.25em;
}
@media (min-width: 567px) {
  .flex-item-text .text-bigheading h1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .flex-item-text .text-bigheading h1 {
    transform: none;
    margin-top: 0.5em;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .flex-item-text .text-bigheading {
    position: relative;
    height: auto;
    margin-left: -150px;
    align-items: start;
    transform: none;
  }
}
@media (min-width: 768px) {
  .flex-item-text .text-heading {
    margin: 0;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .flex-item-text .text-heading {
    margin-left: 8.3333333333%;
  }
}

.overlapping-text {
  display: flex;
  max-height: calc(100vh - 150px);
  z-index: 10;
  position: relative;
  left: 30px;
  margin-bottom: -15em;
  grid-column-start: 3;
  height: 100%;
}
.overlapping-text.grid-col {
  grid-column-start: 3;
}
@media (min-width: 768px) {
  .overlapping-text.grid-col {
    grid-column-start: 5;
  }
}
@media (min-width: 768px) {
  .overlapping-text {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}

article p {
  margin-bottom: 1em;
}

.c-block__image-overlappingtext figure,
.c-block__intro-text-media figure {
  display: inline-block;
}
.c-block__image-overlappingtext img,
.c-block__intro-text-media img {
  max-height: calc(100vh - 100px);
  width: auto;
  min-width: unset !important;
  max-width: 70vw;
}
@media (min-width: 768px) {
  .c-block__image-overlappingtext img,
  .c-block__intro-text-media img {
    max-height: calc(100vh - 100px);
    width: auto;
    min-width: unset !important;
    max-width: 100%;
  }
}

.c-block {
  margin-block-start: var(--section-padding);
  margin-block-end: var(--section-padding);
  max-width: 9999px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--color-dark-brown);
}
.c-block p {
  margin-bottom: 1em;
  max-width: 600px;
}
.c-block__hero img {
  max-height: calc(100vh - 0px);
}
.c-block__intro-text-media .text-media-wrapper .text-media__col--left {
  padding: 0 5%;
}
@media (min-width: 768px) {
  .c-block__intro-text-media .text-media-wrapper .text-media__col--left {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .c-block__intro-text-media .text-media-wrapper {
    display: flex;
    padding: 0 5%;
  }
}
@media (min-width: 1720px) {
  .c-block__intro-text-media .text-media-wrapper {
    padding: 0;
  }
}
.c-block__intro-text-media .text-media-wrapper .text-media__col--right {
  margin-bottom: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-block__intro-text-media .text-media-wrapper .text-media__col--right .content-wrapper {
    margin-left: 20%;
    margin-top: 20%;
  }
}
.c-block__intro-text-media .text-media-wrapper .text-media__col--right .content-wrapper h4 {
  margin-bottom: 10px;
}
.c-block__intro-text-media .text-media-wrapper .text-media__col--right .content-wrapper > * {
  max-width: 650px;
}
.c-block__text-media.order-reverse .flex-item-text {
  order: -1;
}
.c-block__text-media .flex-item-text {
  align-items: flex-start;
  position: relative;
}
.c-block__text-media .flex-item-text .text-content {
  top: var(--section-padding);
}
@media (min-width: 768px) {
  .c-block__text-media.overlap-top {
    margin-top: calc(-1 * var(--section-padding) - 100px) !important;
  }
}
@media (min-width: 768px) {
  .c-block__text-media.overlap-top .flex-item-text {
    padding-top: calc(var(--section-padding) + 100px);
  }
}
.c-block__centered-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-block__text p {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: var(--color-brown);
}
@media (min-width: 992px) {
  .c-block__text p {
    font-size: 22px;
  }
}
.c-block__text h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: var(--color-brown);
}
@media (min-width: 768px) {
  .c-block__text h2 {
    font-size: 48px;
  }
}
.c-block__image-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 5%;
  margin-bottom: -5%;
}
@media (min-width: 768px) {
  .c-block__image-column {
    grid-column-gap: 10%;
  }
}
.c-block__image-column .image-column__col-1 {
  grid-column: 1;
  grid-row: 1/span 2;
}
.c-block__image-column .image-column__col-2 {
  grid-column: 2;
  grid-row: 1/span 2;
  margin-top: 35%;
}
.c-block__image {
  text-align: left;
}
.c-block__image .image-wrapper {
  display: flex;
  flex-direction: column;
}
.c-block__image .image-wrapper.align-center {
  align-items: center;
}
.c-block__image .image-wrapper.align-left {
  align-items: flex-start;
}
.c-block__image .image-wrapper.align-right {
  align-items: flex-end;
}
.c-block__image figure {
  width: 100%;
  max-width: 960px;
  margin-bottom: 10px;
}
.c-block__image span {
  font-size: 15px;
}
.c-block__slider {
  overflow: hidden;
}
.c-block__slider figure {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.c-block__slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block__slider .swiper-slide {
  transition: 0.5s opacity ease-in-out;
  cursor: pointer;
}
.c-block__slider .swiper-slide:hover {
  opacity: 0.5;
}
.c-block__slider .last-slide {
  opacity: 0.5 !important;
}
.c-block__slider .swiper-slide-fully-visible,
.c-block__slider .swiper-slide-visible {
  opacity: 1;
}
.c-block__slider--image .swiper-slide h2 {
  font-family: "Inter Tight";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-brown);
  margin-bottom: 0;
}
.c-block__slider--image .swiper-slide p {
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: 500;
  color: var(--color-brandy-rose);
}
.c-block__slider--text .swiper-slide span {
  font-size: 22px;
  display: block;
  color: var(--color-primary);
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-block__slider--text .swiper-slide span {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.c-block__slider--text .swiper-slide .heading-2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .c-block__slider--text .swiper-slide .heading-2 {
    font-size: 36px;
  }
}
.c-block__process .heading-2 {
  color: var(--color-dark-brown);
}
.c-block__details .heading-2 {
  color: var(--color-dark-brown);
}

.page-id-38 .c-block__intro-text-media .content-wrapper {
  margin-top: 50px !important;
}

.single .article__meta {
  margin-left: 0;
}
.single .page-heading {
  padding-left: 0;
}
.single article {
  padding-top: 0;
  max-width: 768px;
}

.o-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.o-container-fluid {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

.is-flex {
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--spacing) var(--spacing);
  box-sizing: border-box;
  flex-wrap: nowrap !important;
  align-items: normal !important;
}
@media (min-width: 768px) {
  .is-flex {
    display: flex;
  }
}
.is-flex > * {
  margin: 0;
  flex-grow: 1;
  flex-basis: 50%;
}

.slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .slider-nav {
    gap: 20px;
  }
}
.slider-nav svg {
  width: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .slider-nav svg {
    width: 36px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .slider-nav .swiper-custom-button-prev {
    display: block;
  }
}
.slider-nav .swiper-button-disabled {
  opacity: 0.5;
}

.content-slider .heading-lg {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .content-slider .swiper-slide:first-child {
    margin-left: 8.3333333333%;
  }
}

.is-grid, .c-newsletter .newsletter-wrapper {
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing) var(--spacing);
}
.is-grid.grid-overlapping, .c-newsletter .grid-overlapping.newsletter-wrapper {
  display: grid;
}
@media (min-width: 768px) {
  .is-grid.grid-overlapping, .c-newsletter .grid-overlapping.newsletter-wrapper {
    display: grid;
  }
}
.is-grid__mobile {
  display: grid;
}
@media (min-width: 768px) {
  .is-grid__mobile {
    display: grid;
  }
}
@media (min-width: 768px) {
  .is-grid, .c-newsletter .newsletter-wrapper {
    display: grid;
  }
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-col-span-1 {
  grid-column: span 1/span 1;
}

.grid-col-span-2 {
  grid-column: span 2/span 2;
}

.grid-col-span-3 {
  grid-column: span 3/span 3;
}

.grid-col-span-4 {
  grid-column: span 4/span 4;
}

.grid-col-span-5 {
  grid-column: span 5/span 5;
}

.grid-col-span-6 {
  grid-column: span 6/span 6;
}

.grid-col-span-7 {
  grid-column: span 7/span 7;
}

.grid-col-span-8 {
  grid-column: span 8/span 8;
}

.grid-col-span-9 {
  grid-column: span 9/span 9;
}

.grid-col-span-10 {
  grid-column: span 10/span 10;
}

.grid-col-span-11 {
  grid-column: span 11/span 11;
}

.grid-col-span-12 {
  grid-column: span 12/span 12;
}

.grid-col-start-1 {
  grid-column-start: 1;
}

.grid-col-start-2 {
  grid-column-start: 2;
}

.grid-col-start-3 {
  grid-column-start: 3;
}

.grid-col-start-4 {
  grid-column-start: 4;
}

.grid-col-start-5 {
  grid-column-start: 5;
}

.grid-col-start-6 {
  grid-column-start: 6;
}

.grid-col-start-7 {
  grid-column-start: 7;
}

.grid-col-start-8 {
  grid-column-start: 8;
}

.grid-col-start-9 {
  grid-column-start: 9;
}

.grid-col-start-10 {
  grid-column-start: 10;
}

.grid-col-start-11 {
  grid-column-start: 11;
}

.grid-col-start-12 {
  grid-column-start: 12;
}

.is-vertically-centered {
  align-self: center;
}

.align-vertically-bottom {
  align-self: end;
}
.grid-overlapping .grid-col {
  grid-row-start: 1;
}

.text-wrapper h2 {
  margin-bottom: 0.5em;
}
.text-wrapper p {
  max-width: none;
  max-width: 780px;
}
.text-wrapper a.c-button {
  margin-top: 20px;
}
.text-wrapper a {
  color: currentColor;
  font-weight: bold;
}

.text-wrapper__with-bg {
  padding: 30px 40px;
}

.bg-twine {
  background-color: var(--color-twine);
}

.o-image img {
  border-radius: var(--radius);
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.c-button {
  color: var(--color-brown);
  padding: 10px 0px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.c-button span {
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-weight: 400;
}
.c-button-icon {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.c-button-icon svg {
  transition: 0.3s all ease-in-out;
}
.c-button-icon svg path {
  fill: var(--color-primary);
}
.c-button:hover {
  opacity: 0.8;
}
.c-button:hover svg {
  transform: translateX(25%);
}

footer .c-button-icon svg path, .dark-bg .c-button-icon svg path {
  fill: var(--color-dark-brown);
}

.c-icon {
  margin-right: 8px;
}

.swiper {
  overflow: visible !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}
figure img {
  min-width: 100%;
}

.aspect-portrait, .c-block__intro-text-media .text-media-wrapper .text-media__col--left figure {
  aspect-ratio: 3/4;
  display: inline-block;
}

.aspect-landscape {
  aspect-ratio: 3/2;
}

.aspect-portrait, .c-block__intro-text-media .text-media-wrapper .text-media__col--left figure,
.aspect-landscape {
  overflow: hidden;
  width: 100%;
}
.aspect-portrait img, .c-block__intro-text-media .text-media-wrapper .text-media__col--left figure img,
.aspect-landscape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Stijlen voor de placeholder */
.aspect-portrait img[src$="placeholder.jpg"], .c-block__intro-text-media .text-media-wrapper .text-media__col--left figure img[src$="placeholder.jpg"],
.aspect-landscape img[src$="placeholder.jpg"],
.placeholder {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-color: var(--color-twine);
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form input {
  border: 0;
  outline: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 5px 0;
  width: 100%;
  color: #FFF;
}
form textarea {
  width: 100%;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 5px 0;
  color: #FFF;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #FFFFFF;
  font-size: 14px;
}
form input::placeholder,
form textarea::placeholder {
  color: #FFFFFF;
  font-size: 14px;
}
form button[type=submit],
form input[type=submit] {
  background-color: var(--color-twine);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  align-self: flex-end;
}
form button[type=submit]:hover,
form input[type=submit]:hover {
  background-color: black;
}
form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 15px 0;
  color: #FFFFFF;
}

.c-newsletter {
  background-color: var(--color-sand);
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .c-newsletter {
    padding-bottom: 150px;
  }
}
.c-newsletter .newsletter-wrapper {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.c-newsletter .newsletter-wrapper .newsletter__col--left {
  grid-row-start: 1;
  grid-column: 1/span 8;
}
@media (min-width: 1240px) {
  .c-newsletter .newsletter-wrapper .newsletter__col--left {
    grid-column: 2/span 8;
  }
}
.c-newsletter .newsletter-wrapper .newsletter__col--right {
  grid-row-start: 1;
  grid-column: 7/span 6;
}
@media (min-width: 1240px) {
  .c-newsletter .newsletter-wrapper .newsletter__col--right {
    grid-column: 8/span 4;
  }
}
.c-newsletter .newsletter {
  background-color: var(--color-dark-brown);
  padding: 20px;
  align-self: end;
  margin-bottom: -50px;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-newsletter .newsletter {
    padding: 40px;
  }
}
.newsletter__title,
.contact-form__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletter__title,
  .contact-form__title {
    font-size: 48px;
  }
}
.newsletter__text,
.contact-form__text {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 400px;
}

header {
  border-top: 5px solid var(--color-dark-brown);
}
@media (min-width: 768px) {
  header {
    border-top: 10px solid var(--color-dark-brown);
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .header-wrapper {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
@media (min-width: 1720px) {
  .header-wrapper {
    margin-bottom: 60px;
  }
}
.header-wrapper .logo {
  background-color: #F6F0E6;
  padding: 10px 10px 5px 10px;
  transition: 0.5s opacity ease-in-out;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .header-wrapper .logo {
    padding: 20px 15px;
  }
}
.header-wrapper .logo svg {
  width: 70px;
  height: auto;
}
@media (min-width: 768px) {
  .header-wrapper .logo svg {
    width: 100px;
  }
}
.header-wrapper .logo svg path {
  transition: 0.3s all ease-in-out;
  fill: var(--color-dark-brown);
}
.header-wrapper .logo:hover svg path {
  fill: var(--color-primary);
}
.header-wrapper nav {
  display: none;
  flex: 1;
}
.header-wrapper nav ul {
  display: flex;
  gap: 25px;
}
@media (min-width: 992px) {
  .header-wrapper nav ul {
    gap: 40px;
  }
}
.header-wrapper nav ul li a {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .header-wrapper nav ul li a {
    font-size: 18px;
  }
}
.header-wrapper nav ul li a:visited, .header-wrapper nav ul li a:active {
  color: black;
}
.header-wrapper nav ul li a:hover {
  border-bottom: 5px solid var(--color-primary);
}
.header-wrapper nav ul li.current_page_item a {
  border-bottom: 5px solid var(--color-primary);
}
@media (min-width: 768px) {
  .header-wrapper .main-nav {
    display: flex;
  }
}
@media (min-width: 768px) {
  .header-wrapper .secondary-nav {
    display: flex;
    justify-content: end;
  }
}

.o-footer {
  background-color: var(--color-burning-sand);
  border-bottom: 10px solid var(--color-dark-brown);
}
.o-footer p,
.o-footer a,
.o-footer address,
.o-footer h2,
.o-footer h3,
.o-footer h4 {
  color: white;
}
.o-footer address p {
  font-size: 16px;
  line-height: 2em;
}
.o-footer h3 {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .o-footer h3 {
    font-size: 35px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .o-footer h3 {
    font-size: 46px;
  }
}
.o-footer h4 {
  margin-bottom: 10px;
}
.o-footer .footer-col {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .o-footer .footer-col {
    margin-bottom: 0px;
  }
}
.o-footer .footer_lastcol {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.o-footer ul:not(.social-icons) li a {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.o-footer ul:not(.social-icons) li a:hover {
  border-bottom: 1px solid #FFF;
}
.o-footer .social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.o-footer .social-icons a {
  transition: all 0.3s ease-in-out;
}
.o-footer .social-icons a:hover {
  opacity: 0.8;
}

.single-project__title {
  flex: 1;
  flex-basis: 70% !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-project__title {
    flex: 1;
    margin-bottom: 0;
  }
}
.single-project__title h1 {
  max-width: 25vw;
  max-width: 50vw;
  margin: 0;
}
@media (min-width: 768px) {
  .single-project__title h1 {
    margin-top: -0.25em;
    padding: 0 30px;
  }
}

.single-project__intro {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .single-project__intro {
    padding: 0;
  }
}
.single-project__intro .single-project__description-wrapper {
  position: relative;
}
.single-project__intro .single-project__description-wrapper p {
  max-width: 650px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-project__intro .single-project__description-wrapper {
    flex-basis: 70%;
    flex-grow: 1;
  }
}
@media (min-width: 1240px) {
  .single-project__intro .single-project__description-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 1240px) {
  .single-project__intro .single-project__description-wrapper {
    left: calc(var(--logo-width) * -0.5);
  }
}
.single-project__intro .single-project__description {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: var(--color-brown);
  margin: 0;
}
@media (min-width: 992px) {
  .single-project__intro .single-project__description {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .single-project__intro .single-project__description {
    font-size: 28px;
  }
}
@media (min-width: 1720px) {
  .single-project__intro .single-project__description {
    font-size: 32px;
  }
}
.single-project__intro .single-project__meta {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  color: var(--color-twine);
}

@media (min-width: 768px) {
  .project__introduction__content,
  .project-item__introduction__content {
    margin-top: -50px;
  }
}
.project__featured-image, .project__featured-video,
.project-item__featured-image,
.project-item__featured-video {
  flex-basis: 70%;
}
.project__featured-video video,
.project-item__featured-video video {
  position: absolute;
  width: 100%;
}
.project__introduction-text, .project__content__text,
.project-item__introduction-text,
.project-item__content__text {
  color: var(--color-brown);
  padding: 0 1rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .project__introduction-text, .project__content__text,
  .project-item__introduction-text,
  .project-item__content__text {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .project__introduction-text .content-wrapper, .project__content__text .content-wrapper,
  .project-item__introduction-text .content-wrapper,
  .project-item__content__text .content-wrapper {
    padding: 0 50px;
  }
}
.project__introduction-text p, .project__content__text p,
.project-item__introduction-text p,
.project-item__content__text p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.project__detail,
.project-item__detail {
  margin-bottom: 30px;
}

.project-item__content__text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .project-item__content__text {
    margin-bottom: 50px;
  }
}
.project-item.reverse-order .single-project__meta {
  text-align: right;
}
.project-item.reverse-order .is-flex {
  flex-direction: row-reverse;
}
.project-item a:hover svg {
  transform: translateX(25%);
}
.project-item a:hover svg path {
  fill: var(--color-primary);
}
.project-item a:hover img {
  opacity: 80%;
}
.project-item svg,
.project-item img {
  transition: 0.5s all ease-in-out;
}
.project-item svg {
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .project__introduction {
    margin-top: -30px;
  }
}

.article__meta {
  display: block;
  margin: 10px 1rem;
}
@media (min-width: 768px) {
  .article__meta {
    margin: 15px;
  }
}
.article__meta__subtitle {
  color: var(--color-twine);
}
.article__meta__year {
  color: var(--color-brown);
  margin-left: 20px;
}

#page .c-block__text-media:first-of-type {
  display: flex;
  max-height: calc(100vh - 400px);
}

.blog,
.page-id-819,
.single-post,
.single-blog {
  background-color: var(--color-sand);
}
.blog .logo,
.page-id-819 .logo,
.single-post .logo,
.single-blog .logo {
  background-color: #FFFFFF;
}
.blog .page-heading,
.page-id-819 .page-heading,
.single-post .page-heading,
.single-blog .page-heading {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.news-filter {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-filter {
    margin-bottom: 50px;
  }
}
.news-filter a {
  color: var(--color-primary);
  opacity: 10%;
  transition: 0.5s opacity ease-in-out;
  cursor: pointer;
}
.news-filter a.active {
  opacity: 100%;
}
.news-filter a:not(.active):hover {
  opacity: 100%;
}

figure {
  overflow: hidden;
  position: relative;
}
figure:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-color: var(--color-twine);
  will-change: auto;
  z-index: 10;
}

@media (min-width: 768px) {
  .news-grid {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
    counter-reset: item-counter;
  }
}
@media (min-width: 992px) {
  .news-grid {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 50px;
         column-gap: 50px;
    counter-reset: item-counter;
  }
}
.news-grid__item {
  position: relative;
  box-sizing: border-box;
  counter-increment: item-counter;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 20px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.news-grid__item__label {
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: var(--color-primary);
  padding: 2px 10px 2px 20px;
  color: #FFFFFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  z-index: 20;
  border-radius: 0;
}
.news-grid__item__date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #FFFFFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  z-index: 20;
}
.news-grid__item:hover {
  opacity: 60%;
}
.news-grid__item:hover figure:after {
  z-index: 10;
  opacity: 1;
}
.news-grid__item:hover svg {
  opacity: 1;
  transform: translateX(25%);
}
.news-grid__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-grid__item__content {
    padding-left: 10px;
  }
}
.news-grid__item__content h3 {
  margin: 0.3em 0;
}
.news-grid__item__content p {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--color-brown);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-grid__item__content p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.news-grid__item svg {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.geniusloci__intro {
  max-width: 992px;
}
@media (min-width: 768px) {
  .geniusloci__intro {
    margin: 0 0 50px 0;
    padding-left: 50px;
  }
}

#contact {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.c-contact-form {
  background-color: var(--color-santa-fe);
}
#menu-toggle {
  display: block;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 50;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }
}
#menu-toggle .menu-label {
  position: absolute;
  top: 80px;
  font-size: 14px;
  color: #FFFFFF;
}
#menu-toggle a {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5em;
}
#menu-toggle a:hover {
  color: tomato;
}
#menu-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menu-toggle span {
  background-color: var(--color-brown);
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
#menu-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menu-toggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}
#menu-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menu-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--color-dark-brown);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu-toggle input:checked ~ #menu {
  transform: none;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .contact-form {
    grid-template-columns: repeat(12, 1fr);
  }
}
.contact-form .contact-form__wrapper {
  grid-column: 4/span 6;
}

@media (min-width: 768px) {
  .textblock-special__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .textblock-special__col-1 {
    grid-column: 2/span 3;
  }
}
@media (min-width: 768px) {
  .textblock-special__col-2 {
    grid-column: 6/span 6;
  }
}
@media (min-width: 1240px) {
  .textblock-special__col-2 {
    grid-column: 5/span 5;
  }
}

.fadeup {
  top: 10px;
  opacity: 0;
}

.intro {
  transition: opacity 2s ease-out;
  opacity: 1;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-santa-fe);
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .logo {
  width: 25vw;
  max-width: 300px;
}
.intro .logo svg {
  width: 100%;
  height: auto;
}
.intro .logo svg path {
  fill: var(--color-white);
}

/*------------------------------------------------------------------
[Typography - Font-sizes]
-------------------------------------------------------------------*/
body,
p,
h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: lowercase;
  margin-bottom: 0.5em;
}

body,
p {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--body-font-size--mob);
  line-height: 1.35;
}
@media (min-width: 992px) {
  body,
  p {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
}

.text-content a {
  text-decoration: none;
  color: var(--color-dark-brown);
  font-weight: 400;
  border-bottom: 1px solid currentcolor;
}
.text-content a:hover {
  color: var(--color-primary);
}

.body-sm {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-brown);
}

h1 {
  font-size: 11.5vw;
  line-height: 0.95;
  color: var(--color-primary);
  font-weight: 500;
}
@media (min-width: 768px) {
  h1 {
    font-size: clamp(60px, 10vw, 130px);
  }
}
@media (min-width: 1720px) {
  h1 {
    font-size: clamp(60px, 11vw, 155px);
  }
}

h4 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 300;
}

.page-heading {
  margin: 0;
  position: relative;
  z-index: 20;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .page-heading {
    padding: 0 30px;
    margin-top: 0;
  }
}
.page-heading--overlap {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .page-heading--overlap {
    right: unset;
    margin-top: 0;
  }
}
.page-heading--overlap-left {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-heading--overlap-left {
    left: -20%;
    margin-top: 5%;
  }
}

#projects {
  padding-top: 30px;
}
#projects .page-heading--overlap {
  margin-top: -0.5em;
}
@media (min-width: 768px) {
  #projects .page-heading--overlap {
    margin-top: -0.25em;
  }
}

.heading-lg {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--color-brown);
}
@media (min-width: 768px) {
  .heading-lg {
    font-size: 66px;
    margin-bottom: 0.5em;
  }
}

.heading-quote {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
  color: var(--color-dark-brown);
  max-width: 850px;
}
@media (min-width: 768px) {
  .heading-quote {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .c-block__quote .heading-quote {
    font-size: 32px;
  }
}

.heading-2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--color-brown);
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 48px;
  }
}

.heading-3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: var(--color-brown);
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 40px;
  }
}

/*------------------------------------------------------------------
[Color codes]
-------------------------------------------------------------------*/
#header-img {
  background-image: url("/wp-content/themes/jeanne/public/images/header-home.png"), url("/wp-content/themes/jeanne/public/images/header-home-2.png"), url("/wp-content/themes/jeanne/public/images/header-home-3.png");
  animation: fade 12s infinite;
}

@keyframes fade {
  0% {
    background-image: url("/wp-content/themes/jeanne/public/images/header-home.png");
  }
  25% {
    background-image: url("/wp-content/themes/jeanne/public/images/header-home.png");
  }
  35% {
    background-image: url("/wp-content/themes/jeanne/public/images/header-home-2.png");
  }
  65% {
    background-image: url("/wp-content/themes/jeanne/public/images/header-home-2.png");
  }
  75% {
    background-image: url("/wp-content/themes/jeanne/public/images/header-home-3.png");
  }
}
.project-slider .heading-2 {
  color: var(--color-dark-brown);
}
