:root {
    --logo-width: 420px;
    --logo-height: 100px;
}
hgroup {
    background-image: url(assets/photos/hero-lg.webp);
    height: 100vh;

    header {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;

        h1 {
            font-size: 3rem;
            margin-bottom: 0;
        }
        span {
            font-size: 1.5rem;
        }
    }
}
h3 {
    height: 4rem;
}
iframe {
    width: 50%;
}
