/*
 * This file was created manually based on the default CSS file
 * (dist/_/css/site.css). It only contains rules that reference the
 * value 3.5rem.
 *
 * In the default layout, 3.5rem defines the height of the header
 * component. Changing this value to 0rem removes the header spacing
 * without affecting the positioning of the surrounding components.
 */

.nav-container {
    top: 0rem;
}

@media screen and (min-width: 1024px) {
    .nav {
        top: 0rem;
        height: calc(100vh - 0rem)
    }
}

.toolbar {
    top: 0rem;
}

body {
    padding-top: 0rem
}

.navbar {
    height: 0rem;
}

@media screen and (max-width: 1023.5px) {
    .navbar-menu {
        max-height: calc(100vh - 0rem);
    }
}
