@import url('https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,100..900&display=swap');

.imbue-bold {
  font-family: "Imbue", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: url('../../../images/old-hunters/slate-bg2.png') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.old-hunters-dark * {
    color: #fff;
    opacity: 1 !important;
}

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

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    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%);
}

.video-section .container {
    position: relative;
    z-index: 2;
}

.video-section .overlay {
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: black;
    opacity: .5;
    z-index: 1;
}
