*{
    margin: 0;
    padding: 0;
}

html,
body{
    font-family: 'Futura PT';
}

.slider{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.slider.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    
	animation-name: fadeInOpacity;
	/* animation-iteration-count: 1; */
	/* animation-timing-function: ease-in; */
	animation-duration: 0.1s;
}

.slider.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    
}

.slide{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 420px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.video-container video {
    width: auto;
    height: auto;
}

.background-image{
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    max-width: 50%;
    
    box-sizing: border-box;
    padding: 5em 2em 7.5em 7.5em;
    line-height: 1.5;

    color: #fff;

    z-index: 11;
}

.overlay h1{
    font-size: 55px;
    font-weight: bold;
}

.overlay p{
    font-size: 40px;
}
.overlay a{
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.overlay a::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
}

.slider {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 420px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}


/**/
.mainContainer{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.header {
    height: 100vh;
    z-index: 1;
}

.header .decorativeVisuals {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 420px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.header .decorativeVisuals .background {
    z-index: 1;
    opacity: 1;
    transition: opacity 1400ms cubic-bezier(0, 0.61, 0, 1.01);
}

.header .decorativeVisuals video.background {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: auto;
}

.header .decorativeVisuals div.halftonePattern {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../img/homeHalftoneLeft.png) no-repeat -2px 0px,
                url(../img/homeHalftoneLeft.png) no-repeat -2px 998px,
                url(../img/homeHalftoneLeft.png) no-repeat -2px 1996px,
                url(../img/homeHalftoneLeft.png) no-repeat -2px 2994px,
                url(../img/homeHalftoneLeft.png) no-repeat -2px 3992px,
                url(../img/homeHalftoneLeft.png) no-repeat -2px 4990px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 0px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 998px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 1996px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 2994px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 3992px,
                url(../img/homeHalftoneRight.png) no-repeat 101% 4990px;
}

.header .decorativeVisuals div.darken {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
}

.content {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 600px;
    padding-bottom: 500px;
    margin-bottom: -400px;
    background: #fafafd;
}

.content.home {
    /* min-height: 100vh; */
    background: none;
    /* padding: 0 123px; */
    opacity: 0.94;
}


@media only screen and (max-width: 1025px) {
    .slick-dots li button{
        width: 40px;
    }

    .overlay{
        width: 100%;
        max-width: 100%;
        padding: 0px 15px 30px 15px;
    }
    
    .overlay h1{
        font-size: 35px;
    }

    .overlay p{
        font-size: 20px;
    }
    .overlay a{
        font-size: 14px;
    }
}


#news{
    max-width: 1140px;
    
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.row{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#news{
    /* min-height: 100vh; */
    
    /* display: flex; */
}

#news h2{
    font-size: 30px;
    margin-bottom: 90px;
}

.news_holder{
    display: flex;
    flex-wrap: wrap;

}

.news_holder h3{
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_holder h3 a {
    font-size: 25px;
    color: black;
    text-decoration: none;
}

#all_news{
    text-align: right;
    margin-top: 70px;
}

#all_news a{
    font-size: 25px;
    font-weight: bold;
    color: #000;

    width: 300px;
    float: right;
}

#all_news a:after{
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: #000;
    float: right;
}

.elementor-location-footer .elementor-social-icon{
    background-color: transparent !important;
}