/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nothing-you-could-do-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: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nothing-you-could-do-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body{
  font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1{
  color: rgb(151,134,103);
}
.owl-slide-title-1{
  font-size: 4.5rem;
  font-weight: 300;
}
.owl-slide-title{
  color: black;
}

@media (max-width: 1440px){
  .owl-slide-title-1{
    font-size: 3.8rem;
  }
}
@media (max-width: 950px){
  .owl-slide-title-1{
    font-size: 3rem;
  }
}

h3{
  font-size: 1.5rem;
}
.signature{
  font-family: 'Nothing You Could Do', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1.5rem;
}

:root{
  --bs-dark-rgb: 151,134,103;
}
.bg-dark{
  background: #978667;
}

@media (min-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px;
  }
}

.btn-lg{
  padding: 15px 30px;
  font-size: 1.5rem;
}
.btn-dark{background-color: rgb(151,134,103);border-color: rgb(151,134,103);}

.footer a, .footer a:link, .footer a:visited, .footer a:active{color: white;text-decoration: none;}
.footer a:hover{color:black; text-decoration: underline;}

.nav-link{
  color: rgb(151,134,103);
}
.nav-link:hover{
  color: black;
}
h1{
  font-weight: 300!important;
}
.border-secondary{
  border-color: #978667!important;
}
.pt-10 {
  padding-top: 6rem!important;
}
.pb-10 {
  padding-bottom: 6rem!important;
}
@media (max-width: 760px){
  .h-50 {
    height: 70% !important;
  }
}

.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}

img.rounded-img {
  border-radius: 4px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}
.parallax_wrapper .img_over img {
  border: 2px solid #fff;
  width: 50%;
  height: auto;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.owl-carousel.owl-hidden, [data-cue=bounceInDown], [data-cue=bounceInLeft], [data-cue=bounceInRight], [data-cue=bounceInUp], [data-cue=bounceIn], [data-cue=fadeIn], [data-cue=rotateIn], [data-cue=slideInDown], [data-cue=slideInLeft], [data-cue=slideInRight], [data-cue=slideInUp], [data-cue=zoomIn], [data-cue=zoomOut], [data-cues=bounceInDown]>*, [data-cues=bounceInLeft]>*, [data-cues=bounceInRight]>*, [data-cues=bounceInUp]>*, [data-cues=bounceIn]>*, [data-cues=fadeIn]>*, [data-cues=rotateIn]>*, [data-cues=slideInDown]>*, [data-cues=slideInLeft]>*, [data-cues=slideInRight]>*, [data-cues=slideInUp]>*, [data-cues=zoomIn]>*, [data-cues=zoomOut]>* {
  opacity: 0;
}
header .logo_normal, span[data-jarallax-element] {
  display: block;
}

#MainNav a i{
  margin-top:10px;
}

.bg-none {
  background: none!important;
}