/* || Utilities */

* {
    margin: 0;
    padding: 0;
}

.nobullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

body {
    overflow-x: hidden;
}

:root {
    --navHeight: 100px;
    --footHeight: 100px;
}

.minHeight {
    min-height: calc(100vh - (var(--navHeight) + var(--footHeight)));
}

/* || Footer */

.foot-space {
    display: block;
    width: 1rem;
    height: 1rem;
}