/*--Homepage Hero --*/
section.homepage-hero {
    background-size: cover;
    background-position: center center;
}
.homepage-hero-banner {
    height: 40vh;
    background-position: center center;
    background-size: cover;
}
.home_hero_text_container{
    background: var(--pearl);
    margin-top: 20px;
}
section#homepage_hero_main video{
    width: 100%;
    height: auto;
}
.home_hero_text{
    margin: 30px auto 0px;
    color: var(--onyx);    
}
    .home_hero_text.dark{
        color: var(--onyx);    
    }
.home_hero_text a {
    color: var(--onyx);
    font-size: 12px;
    margin: 0px 6px;
}
    .home_hero_text.dark a {
        color: var(--onyx);
    }

.home_hero_text h1 {
    font-size: 31px;
}
p.subheading{
    font-size: 18px;
	margin: 24px auto;
}

@media (min-width:992px){
    section.homepage-hero {
        height: calc(100vh - 78px);
    }
    .home_hero_text_container{
        background: transparent;
        margin-top: 0px;
    }
    section#homepage_hero_main video{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        clip-path: unset;
    }
    .admin-bar .home_hero_text{
        margin-top: 170px;
    }
    .home_hero_text{
        color: var(--pearl);    
    }
        .home_hero_text a {
            color: var(--pearl);
        }

    .home_hero_text{
        margin: 140px 0px 0px;
    }
    .home_hero_text h1 {
        font-size: 64px;
    }
    p.subheading{
        font-size: 31px;
    }
}

@media (max-width:991px){
    section.homepage-hero {
        background-image: none !important;
    }
}

/*---VERSION 2 ---*/

section.homepage-hero.v2 {
    height: initial;
}
section.homepage-hero.v2 .homepage-hero-text{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 50%;
}
section.homepage-hero.v2 .container-fluid {
    display: grid;
    height: 100%;
}
.homepagetext_container {
    padding: 40px 0px 50px;
    max-width: 580px;
    margin: auto;
}
@media (min-width:992px){
    .homepagetext_container {
        padding: 80px 0px 210px;
        max-width: 680px;
    }
}



.homepage_subheading{
    font-size: 25px;
    margin: 20px 0px 40px;
}
.home_hero_links{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
section.homepage-hero.v2 a.button_primary {
    font-size: 20px;
    border: 1.5px solid #000;
    border-bottom: 2.7px solid #000;
    display: block;
    width: 100%;
}
@media (min-width:992px){
    section.homepage-hero.v2 a.button_primary {
        font-size: 25px;
    }
    .home_hero_links{
        gap: 30px;
        flex-direction: row;
    }
}

.faux_headline{
    margin-top: 60px;
}