/* Navbar */

nav {
    background-color: #272936;
    color: #fff;
    font-family: "Barlow";
    font-size: 1rem;
    height: 7.5vh;
    max-height: 5.375rem;
}

.logo img {
    margin-left: 2.5vw;
    width: 7.813rem;
    max-height: 4vh;
    min-height: 2.438rem;
    object-fit: cover;
}

nav ul {
    margin-right: 2vw;
}

nav ul li {
    display: inline;
    margin-left: 3.5vw;
}

@media (max-width: 991px) {
    nav {
        height: auto;
        max-height: none;
    }
    .logo img {
        max-height: 6.5vh;
    }
    nav ul li {
        margin-left: 5.5vw;
    }
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.nav-link:hover {
    color: #ff6e1b !important;
}

.demo-btn {
    background-color: #141620;
    padding: 0.625rem 1.25rem;
    border-radius: 1.25rem;
    border: #141620;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 1.25rem;
}

.demo-btn a {
    color: white;
    text-decoration: none;
}

.demo-btn:hover {
    background-color: #ff6e1b;
    border: #000;
    color: white !important;
}

#navbarClose {
    font-size: 1.75rem;
    width: 1.875rem;
    height: 1.875rem;
    vertical-align: middle;
    display: inline-block;
}

.current-link {
    color: #ff6e1b !important;
}
