.hero-image {
    background-color: var(--color-primary-black);
    height: 50vh;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: var( --z-index-main );
}

.page-child .hero-image,
.hero-image.level-three {
    background-color: var(--color-primary-white);
    height: 350px;
    min-height: 350px;;
}

.page-child .hero-image::after,
.hero-image.level-three::after {
    content: '';
    display: block;
    height: 2px;
    width: 1200px;
    position: absolute;
    bottom: 0;
    z-index: var( --z-index-header-fixed );
    transform: translateX(-50%);
    left: 50%;
    background-color: var(--color-primary-gold);
}

.home .hero-image {
    height: 60vh;
    min-height: 520px;
}

.parallax-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120%;
    left: 0;
    position: absolute;
    width: 100%;
}

.page-child .parallax-hero {
    background-image: none!important;
}

.interior-hero-text-container {
    color: var(--color-primary-white);
    display: block;
    left: 50%;
    padding: 0;
    position: absolute;
    bottom: 15%;
    max-width: 1200px;
    transform: translate(-50%,-50%);
    width: 100%;
}

.page-child .interior-hero-text-container,
.hero-image.level-three .interior-hero-text-container {
    bottom: 15%;
}

.interior-hero-text-container .hero-title {
    color: var(--color-primary-white);
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.page-child .interior-hero-text-container .hero-title,
.hero-image.level-three .interior-hero-text-container .hero-title {
    color: var(--color-primary-gray);
    text-shadow: none;
}

.home-hero-text-container {
    color: var(--color-primary-white);
    display: block;
    left: 50%;
    padding: 0 5vw;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.home-hero-text-container .hero-title {
    color: var(--color-primary-white);
    font-size: 5rem;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-weight: 700;
    margin-bottom: 3.5rem;
    text-transform: uppercase;
}

.home-hero-text-container .main-sub-head {
    font-size: 2.75rem;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-weight: 500;
    font-style: italic;
}


@media (min-width: 2000px) {
    .home #js-parallax-window {
        height: 960px;
    }

    #js-parallax-window {
        height: 560px;
    }
}

@media (max-width: 1200px) {
    .interior-hero-text-container {
        left: 5vw;
        transform: translate(0,-50%);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .home .hero-image {
        height: 50vh;
        min-height: 420px;
    }
    
    .home #js-parallax-window {
        height: 600px;
    }

    .hero-headline {
        font-size: 2rem;
        text-align: center;
    }

    .home .hero-headline {
        font-size: 2.5rem;
        text-align: left;
    }
    
    .hero-sub-head {
        text-align: center;
    }
    
    .hero-link {
        text-align: center;
    }

}

/* Smartphones - General */

@media (max-width: 767px) {
    
    
    
    .hero-image {
        height: 30vh;
        margin-top: 80px;
        min-height: 250px;
    }
    
    .page-child .hero-image,
    .hero-image.level-three {
        height: 10vh;
        margin-top: 80px;
        min-height: 200px;
    }

    .home #js-parallax-window {
        height: 400px;
    }
    
    .home .hero-image {
        height: 40vh;
        min-height: 350px;
    }
    
    .interior-hero-text-container {
        bottom: 15%;
        left: 0;
        transform: none;
        box-sizing: border-box;
        top: auto;
        width: 100%;
        max-width: none;
        padding: 0 5vw;
        line-height: 1.2;
    }
    
    .home-hero-text-container {
        box-sizing: border-box;
        padding: 0 5vw;
        top: 55%;
    }
    
    .hero-image.level-three .interior-hero-text-container {
        bottom: 15%;
        top: auto;
        transform: none;
    }
    
    .home-hero-text-container .hero-title,
    .interior-hero-text-container .hero-title {
        font-size: 3.5rem;
    }

    .home-hero-text-container .main-sub-head {
        font-size: 2.25rem;
        line-height: 1.3;
    }

    .hero-headline {
        font-size: 2rem;
        text-align: center;
    }

    .home .hero-headline {
        font-size: 2.25rem;
        text-align: left;
    }

    .hero-sub-head {
        font-size: 1rem;
        text-align: center;
    }
    
    .home .hero-sub-head {
        font-size: 1.25rem;
        text-align: left;
    }

    .hero-copy {
        font-size: 0.8rem;
    }

    .hero-link {
        text-align: center;
    }
    
    

}
