.navbar-brand {
    padding: 0;
}

.nav-link {
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-custom {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: black;
}

.delivnav {
    /* background-image: linear-gradient(90deg, rgba(94,192,255,1) 0%, rgba(57,255,93,1) 36%, rgba(255,58,254,1) 65%, rgba(238,29,29,1) 100%);
    background-clip: text;
    color: transparent !important; */
    /* text-shadow: 0 0 10px white; */
}

/* .inv_bg {
    background-color: white;
    border-bottom: 1.5px solid black;
}

.inv_link {
    color: black;
} */

.archive_nav {
    color: var(--gold) !important; 
    transition: 0.3s ease !important;
}

.archive_nav:hover {
    color: var(--green) !important;
}

/* .subnav {
    width: 100%;
    height: 3vh;
    background-color: var(--gold);
    mix-blend-mode: difference;
}

.navwrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
}

.sublinks {
    width: 13%;
    margin-left: 65px;
    height: 100%;
    display: flex;
    line-height: 100%;
    justify-content: space-between;
}
.sublink {
    vertical-align: middle;
    font-size: 80%;
    color: black;
    font-weight: 500;
} */

.selected {
    color: #BFBFBF;
}

.socials {
    margin-left: auto;
}