﻿.hero-container {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-parallax__kicker {
    font-family: var(--rk-font-condensed);
}