:root {
    --primary: #b89d3a;
    --secondary: #c6d2db;
    --tertiary: #6b6351;
    --quaternary: #f7f6f5;

}



/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shadows-into-light-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/shadows-into-light-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    display: block;
}
}

body {
    font-family: "Roboto", Arial, sans-serif;
}

h3,.h3 {
    text-transform: none !important;
}

h6,.h6 {

     font-weight: 600 !important;
}


.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}


.feature-box-svg svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin-right: 10px;
}

.list.list-icons li > svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}


#footer {
    background: var(--tertiary);
    border-top: 4px solid var(--tertiary);
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: var(--tertiary);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#footer a:not(.btn):not(.no-footer-css) {
    color: var(--secondary);
    transition: all 0.1s ease-in-out;
}

#footer .footer-copyright p {
   color: var(--secondary);
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #fff;
}

#header .header-row {
    align-items:start;
}

.testimonial blockquote p {
    font-style: italic !important;
}

a:hover {
    color: #a42516;
}

p {
    color: var(--tertiary);
    line-height: 26px;
    margin: 0 0 20px;
}

#header .header-logo {
    margin-top: 0;
}

.sticky-header-active #header .header-logo {
    margin-bottom: 0px;
}

.text-color-dark, .text-dark {
    color: var(--tertiary) !important;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--tertiary);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--tertiary);
    font-weight: 500;
    letter-spacing: 0;
}

h1 {
font-weight:400;
}


#header .header-nav.header-nav-line.header-nav-bottom-line ul:not(:hover) li > a.active {
    color: var(--primary) !important;
}


.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: none!important; 
}

.call-to-action {
    padding: 42px 55px!important;

}

.call-to-action h3 {
    color: var(--tertiary);

}

.nav-link:hover {
    color: #a42516;
}

.nav-link:active {
    color: var(--primary);
}
.nav-link:focus {
    color: var(--primary);
}

.btn-primary {
    --hover: var(--primary);
    background-color: var(--primary);
}

.btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) {
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary) !important;
}

.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
    background-color: var(--primary);
}

.btn-primary:active:not(.bg-transparent), .btn-primary.active:not(.bg-transparent) {
    background-color: var(--primary) !important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active {
    color: var(--primary);
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: var(--primary);
}

.card-text {
    color: var(--tertiary);
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #6b6351;
}


#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active {
    color: var(--primary) !important;
}

.testimonial .testimonial-author strong {
    color: #6b6351;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1rem;
}

element.style {
}
.card-body {
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1;
}
.text-2 {
    font-size: .9em !important;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--tertiary)!important;
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

