*,
body {
  font-family: 'Urbanist', sans-serif;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header .container-fluid {
  position: relative;
  z-index: 2;
}

.mix-blend-difference {
  mix-blend-mode: difference;
  font-weight: 700;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  color: #FFFCE4 !important;
}

.section-title {
  font-weight: 700;
}

.bg-dark-blue {
  background-color: #192123;
}

.dark-blue {
  color: #192123 !important;
}

.bg-light-gold {
  background-color: #FFFCE4;
}

.bg-brown,
.carousel-indicators button.active {
  background-color: #3E2C29 !important;
}

.brown {
  color: #3E2C29 !important;
}

.white {
  color: #FAF6F0 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gold,
.carousel-indicators button {
  background-color: #C2A14D !important;
}

.black {
  color: #1B1B1B !important;
}

.carousel-caption {
  bottom: 0 !important;
  background-color: #192123;
}

.carousel-indicators {
  margin-bottom: 0.5rem !important;
}

.border-brown {
  border-color: #3E2C29 !important;
}
nav + .bg-brown.py-5{
    margin-top: 85px;
}

@media (max-width:1200px) and (orientation:portrait){
    header{
        height: 100%;
        max-height: 25vh;
        margin-top: 80px;
        min-height: auto;
    }
    header .overlay{
        height: 100%;
    }
}

/* Media Query for devices with coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}*/
