/* Smooth header-to-body transition without lowering the nav */
.hero {
    min-height: 70vh;
    margin-bottom: 0;
}

.hero::after {
    height: 220px;
    background: linear-gradient(to bottom, rgba(5, 8, 22, 0), #050816 76%);
}

.nav-bar {
    margin-top: 18px;
    border-top-color: transparent;
}

.page-content {
    border-top-color: transparent;
}
