.outer-nav{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    top: 0;
    background-color: #414141;
}

.outer-upper-nav{
    display: flex;
    margin-bottom: 3px;
    max-height: 20%;
}

.left-upper-nav{
    flex: 35%;
    margin: auto;
}

.right-upper-nav{
    flex: 60%;
    display: flex;
}

nav{
    display: flex;
    width: 85%;
    margin: auto;
    font-size: 16pt;
}

.nav-item{
    flex: 20%;
}

.nav-image{
    margin: auto;
    max-height: 10vh;
}

nav a:hover{
    background-color: chocolate!important;
}

.is-current{
    background-color: chocolate!important;
    border: 2px solid black;
}

.color-bar{
    background-color: chocolate!important;
    height: 6px;
    width: 100%;
}