/* ========== NAVIGATION ========== */
#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: transparent;
    padding: 40px;
}
.nav-container-simple {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-logo-only {
    display: flex;
    align-items: center;
    width: 80px;
    height: 29px;
}