.hero-image-container
{
    position: relative;
    top: 2rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

    @media screen and (max-width: 1024px)
    {
        .hero-image-container
        {
            width: 100vw;
        }
    }

.hero-image-container-headshot
{
    position: absolute;
    top: 0rem;
}

    @media screen and (max-width: 390px)
    {
        .hero-image-container-headshot
        {
            top: -10rem;
        }
    }

    @media screen and (min-width: 391px) and (max-width: 450px)
    {
        .hero-image-container-headshot
        {
            top: -12rem;
    }
}

    @media screen and (min-width: 451px) and (max-width: 575px)
    {
        .hero-image-container-headshot
        {
            top: -14rem;
        }
    }

    @media screen and (min-width: 576px) and (max-width: 676px)
    {
        .hero-image-container-headshot
        {
            top: -18rem;
        }
    }

    @media screen and (min-width: 677px) and (max-width: 768px)
    {
        .hero-image-container-headshot
        {
            top: -21rem;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 900px)
    {
        .hero-image-container-headshot
        {
            top: -25rem;
            left: -5%;
        }
    }

    @media screen and (min-width: 901px) and (max-width: 990px)
    {
        .hero-image-container-headshot
        {
            top: -30rem;
        }
    }

        @media screen and (min-width: 901px) and (max-width: 990px) and (min-height: 1024px)
        {
            .hero-image-container-headshot
            {
                top: -20rem;
                width: 80%;
            }
        }

    @media screen and (min-width: 991px) and (max-width: 1024px)
    {
        .hero-image-container-headshot
        {
            top: -16rem;
            left: -0%;
            width: 80%;
        }
    }

        @media screen and (min-width: 991px) and (max-width: 1024px) and (max-height: 1024px)
        {
            .hero-image-container-headshot
            {
                top: -12rem;
                width: 50%;
            }
        }

    /* @media screen and (min-width: 1025px) and (max-width: 1365px)
    {
        .hero-image-container-headshot
        {
            top: -16rem;
            left: 0%;
            width: 50%;
        }
    } */

        @media screen and (min-width: 1025px) and (max-width: 1365px)
        {
            .hero-image-container-headshot
            {
                top: -14rem;
                left: 0%;
                width: 50%;
            }
        }

    /* iPad-specific fix. */
    @media screen and (min-width: 1024px) and (max-width: 1365px) and (orientation: portrait)
    {
        .hero-image-container-headshot
        {
            top: -9rem;
            left: 0%;
            width: 50%;
        }
    }

    @media screen and (min-width: 1366px)
    {
        .hero-image-container-headshot
        {
            top: -20rem;
            left: 0%;
            width: 50%;
        }
    }


.hero-image-parallax-container
{
    position: relative;
    top: -100vh;
    left: 0;
    width: 100%;
    margin-bottom: -100vh;
}

.hero-image-parallax-00
{
    width: 30rem;
    margin-top: 20rem;
}

.hero-image-parallax-01
{
    width: 30rem;
    margin-top: 10rem;
    margin-left: 25rem;
}

.hero-bottom-margin-fix
{
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px)
{
    .hero-margin-top-fix
    {
        margin-top: 8rem;
    }
}

.hero-title
{
    font-family: "Unica One", sans-serif;
    letter-spacing: 0.15em;
    text-align: start;
} 

    @media screen and (max-width: 576px)
    {
        .hero-title
        {
            font-size: 1.5rem;
        }
    }

    @media screen and (min-width: 577px) and (max-width: 768px)
    {
        .hero-title
        {
            font-size: 2rem;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 989px) and (min-height: 1024px)
    {
        .hero-text-row
        {
            margin: 2rem;
            margin-top: 4rem;
        }
    }

    @media screen and (min-width: 990px) and (max-width: 1050px)
    {
        .hero-title
        {
            font-size: 2rem;
        }
    }

    @media screen and (min-width: 1051px)
    {
        .hero-title
        {
            font-size: 2.667rem;
        }
    }