:root {
    --color-primary: #BF6519;
    --color-secondary: #411909;
    --color-tint: #e2ded1;
    --font-heading: 'korolev-compressed', sans-serif;
    --font-lead: 'korolev-compressed', serif;
    --font-body: 'korolev-compressed', sans-serif;
}


body { 
    line-height: 1.45;
    background-color: #fffff8;
    font-size: 30px;
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-weight: 500;
    font-style: normal;
}

html {
    font-size: min(max(16px, 4vw), 18px);
}

/* TYPE */

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a i {
    color: white;
    font-size: 1.9rem;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: var(--font-body);
    color: white;
}

p.lead {
    font-family: var(--font-lead);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
}

h3 {
    text-transform: uppercase;
    border-bottom: 4px solid #DBDBDB;
    color: var(--color-primary);
    display: table;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: 900;
}

strong {
    font-weight: 900;
}



.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border: 0;
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-secondary);
    border: 0;
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    background-color: var(--color-secondary);
    border: 0;
    text-decoration: none;
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border: 0;
    text-decoration: none;
}

/* LAYOUT */

.hero {
    position: relative;
}
.hero > div  {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 
}

.hero .picHague {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hero .txtHague {
    width: 254px;
    height: 124px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.hero .txtHero {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
}

.hero .txtHero span {
    color: var(--color-primary);
}

.heroIcons a i {
    font-size: 1rem !important;
}

.heroIcons a img {
    width: 20px;
    height: auto;
}

.bgTexture {
    background-image: url(images/bgTexture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.txtFull {
    color: white;
    font-size: 100vw;
    text-transform: uppercase;
    opacity: 0.5;
}

.liveList .row {
    border-bottom: 1px solid #DBDBDB;
    color: var(--color-primary);
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tint {
    background-color: var(--color-tint);
    color: black;
    padding: 60px 0;
    margin: 60px 0;
}

footer {
    background-color: var(--color-secondary);
    color: white;
    margin-top: 30px;
    padding: 30px 0;
}

/* POPUP BOX */

.popUpBoxBar {
    min-height: 700px;
}
.popUpBox {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;  
    color: white;
    flex-direction: column;
    text-align: center;
}

.popUpBox > div {
    z-index: 2;
    position: relative;
    top: 10%;
-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.popUpBox .infoBox {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popUpBox:hover > div {
    top: 0%;
}

.popUpBox:hover .infoBox {
    top: 40%;
    opacity: 1;
}

.popUpBox p {
    font-size: 1.3rem;
    font-weight: 100;
    max-width: 34ch;
    margin: 0 auto 30px auto;
}

.popUpBox .infoBox .btn {
    width: 50%;
    margin: 0 auto;

}

.popUpBox h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 4rem;
}


.popUpBox::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.75);
    z-index: 1;
}


/* ZOOM BOX */

.zoomBoxBar {
    min-height: 450px;
}

.zoomBox {
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
    background-color: black;
    background-clip: content-box;
}

.zoomBox a {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}

.zoomBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .5s;
}

.zoomBox div h3 {
    z-index: 2;
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 0.9rem;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zoomBox:hover div h3 {
    top: 50%;
    opacity: 1;
}

.zoomBox:hover img {
    transform: scale(105%);
    opacity: 0.6;
}



/* UTILITIES */

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.objectFit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.picScale {
    overflow: hidden;
}

.picScale a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.picScale a:hover img {
    transform: scale(1.03);
}

.btn-text:hover {
    text-decoration: none;
}

.btn-text span {
    display: inline-block;
    transition: 0.2s ease-in;
}

.btn-text:hover span {
    transform: translateX(50%);
}


/* RESPONSIVE */

.navbar-toggler {
    color: white;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    
    .hero {
        height: 500px;
    }
    
    .hero .txtHero {
        line-height: 0.8rem;
        font-size: 1.3rem;
        bottom: -10%;
    }
    
    .hero .txtHero span {
        color: var(--color-primary);
        display: block;
        opacity: 0;
    }
}

@media (max-width: 576px) {
    
    footer p {
        font-size: 1.2rem;
    }
    
}