#header-top {
    border: 2px solid #00ff;
}
#header-link {
    width: 25vw;
    margin-left: 3vw;
}
button.navbar-toggler {
    border: none !important;
} 
button.navbar-toggler:focus {
    box-shadow: none;
}

i.bi.bi-three-dots {
    font-size: 8vw;
    color: #00ff;
    margin-right: 2vw;
}
i.bi.bi-x {
    font-size: 8vw;
    color: #00ff;
    margin-right: 0.5vw;
}

.nav-item {
    width: 100vw;
    border-top: 2px solid #00ff;
}
.nav-link {
    color: #00ff !important;
    font-family: 'Sporting Grotesque_Bold';
    font-size: 5vw;
    margin-left: 5vw;
}
.nav-link.active {
    color: #00ff !important;
}
.nav-link:hover {
    color: #00ff !important;
}

@media screen and (min-width: 769px) {
    #header-link {
        width: 20vw;
        margin: 2vw;
    }
    #header-lang {
        font-size: 2vw;
    }
    i.bi.bi-three-dots {
        font-size: 4vw;
    }
    i.bi.bi-x {
        font-size: 5vw;
    }
    .nav-link {
        font-size: 2vw;
    }
}