
@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/fjalla-one-400.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/source-sans-pro-300-italic.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/source-sans-pro-400-italic.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/source-sans-pro-700-italic.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/source-sans-pro-300.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/source-sans-pro-400.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/source-sans-pro-700.woff) format('woff');
}

a { color: rgb(153, 94, 57); }
a:hover {  color: rgb(102, 61, 35); }
header {
}
header .wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
header .title {
    border: 0.8px solid rgb(21,21,21);
    font-family: "Fjalla One", arial, sans-serif;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.744px;
    line-height: 30px;
    margin: 0px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
}
header nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-bottom: 24px;
    padding-top: 24px;
}
header nav a {
    flex: 0;

    box-sizing: border-box;
    color: rgb(21, 21, 21);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.996px;
    line-height: 24px;
    overflow-wrap: break-word;
    text-decoration-color: rgb(21, 21, 21);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    text-wrap-mode: nowrap;
    white-space-collapse: collapse
}


header nav a:hover {
    color: rgb(153, 94, 57);
}
header nav a:visited {
    text-decoration: none;
}
header nav a.active {
    border-bottom: 0.8px solid rgb(153, 94, 57);
}

header, footer, section {
    max-width: 100%;
    padding-bottom: 32px;
    padding-top: 32px;
}

body {
    font-family: "Source Sans Pro", arial, sans-serif;
    margin: 0 auto;
    width: 984px;
}

h1 {
    box-sizing: border-box;
    color: rgb(153, 94, 57);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 22.4px;
    text-transform: uppercase
}
h2 {
    box-sizing: border-box;
    color: rgb(27, 27, 27);
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.99px;
    line-height: 27.5px;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    overflow-wrap: break-word;
    text-align: center;
    text-transform: none;
}
p { color: rgb(94, 94, 94) }
footer {
    color: rgb(89, 89, 89);
    font-size: 12px;
    letter-spacing: 0.996px;
    text-transform: uppercase
}

a.button {
    align-items: center;
    background-color: rgb(153, 94, 57);
    border-radius: 48px;
    border-style: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-flex;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2.996px;
    min-height: 56px;
    overflow-wrap: break-word;
    padding: 8px 40px;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-transform: uppercase;

    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

a.button:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(187, 116, 72);
}



/*************************************************************/
/******************* HOME  ***********************************/
/*************************************************************/

/******************* CTA  ***********************************/
.cta {
  display: flex;
  max-width: 100%;
}
.cta .left {
  width: 60%;

  flex-grow: 0;
  flex-shrink: 0;
}
.cta .left img {
  width: 100%;
}
.cta .right {
    background-color: rgb(252, 242, 238);
    padding: 40px;
    text-align: center;
    flex:1;
}
.cta .right div {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.828px;
  font-family: "Fjalla One", arial, sans-serif;
  line-height: 43.2px;
  text-transform: uppercase;
  margin-top: 1.5em;
}
.cta .right p {
  color: rgb(87, 87, 87);
  margin: 1.5em 0;
}

/******************* Columns  ***********************************/

.columns {
  display: flex;
  gap: 0.5em;
}
.col {
  flex: 1;
  text-align: center;
  padding: 32px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.7px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
  background-color: rgb(252, 242, 238);
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto, cover;
}
.col p { color:#fff }
.columns .col h2 {
  margin: 0;
  font-size: 30px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.93px;
  line-height: 37.5px;
  text-transform: uppercase;
  font-family: "Fjalla One", arial, sans-serif;
}

.img1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("/img/dsc-2794-card.jpg");
}
.img2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("/img/dsc-2795.jpg");
}
.img3 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), url("/img/dsc-2793.jpg");
}



/*************************************************************/
/******************* CONTACT *********************************/
/*************************************************************/
main.contact {
    text-align: center;

    background-image: linear-gradient(rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), url("/img/dsc-2948.jpg");
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: auto, cover;
    padding: 2em 0 4em 0;
}
main.contact h1 {
    color: #fff;
    font-family: "Fjalla One", arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.93px;
    line-height: 33.75px;
    margin-bottom: 56px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-wrap: break-word;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.12) 0px 2px 30px;
    text-transform: uppercase;
}
main.contact .center {
    background-color: #fff;
    max-width: 66%;
    margin: 0 auto;
    padding: 3em 1em;
}
main.contact p.big {
    color: rgb(27, 27, 27);
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.99px;
    line-height: 27.5px;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px
}
main.contact p {
    color: rgb(94, 94, 94);
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
}






main.services .split {
    display: flex;
    margin: 2em 0;
}
main.services .split img {
    width: 30%
}
main.services .split > * {
    display: block;
    flex: 1;
}
main.services .split div {
    padding: 3em;
    text-align: center;
}


@media (width <= 984px) {
    body { width: 100%; padding: 0 2em; box-sizing: border-box; }
    .cta, .columns { flex-direction: column; }
    .cta .left { width: 100%; }
    .split { flex-direction: column; }
    main.services .split img { width: 100%; }
}
@media (width <= 400px) {
    header nav { flex-direction: column; align-items: flex-end; }
    body { padding: 0 1em; }
    main.contact .center { max-width: 100%; }
}

