
/* .uk-text-danger {
    color: #ff4343 !important;
} */
.uk-height-viewport {
    min-height: calc(100vh - 153px);
    height: auto;
}

.uk-touch .uk-overlay-panel.uk-overlay-fade.uk-overlay-background {
    display: none;
}

.uk-slideshow-items > * {    
    will-change: unset;
    /* Will-change memory consumption is too high. Budget limit is the document surface area multiplied by the number of slides */
}

.uk-card {
    border-radius: 5px;
    overflow: hidden;
}

/* Selection pseudo-element
 ========================================================================== */
 


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    font-weight: 700;
    text-transform: uppercase;
}


.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    height: 50px;
    min-height: 50px
} 
/* Leads */
.uk-leader-fill::after {color: #bbb}


/*===Components===*/
 

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



@media (max-width: 480px) {
    .uk-tab-bottom > li > a {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .uk-tab-bottom > li > a {
        font-size: 14px;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
     
     
}

@media (min-width: 960px) {
    
}


.banner-titles {    
    color: #fff;
}

.uk-offcanvas-bar .uk-nav-divider {
    border-top: 1px solid #fff;
}