.home{height:100vh;max-height:-webkit-fill-available}.home,.home .nav{display:flex;flex-direction:column}.home .nav{align-items:center;justify-content:center;height:100%;margin-top:var(--splash-image-height);gap:24px}@media only screen and (max-height:900px) and (min-width:600px){.home .nav{margin-top:calc(var(--splash-image-height) * 2);flex-direction:row}}