#active {
    background-color: #2096be;
    height: 100%;
    color: #00BFFF!important;

}
#active.nav-link.nav-link-head {
    color: #00BFFF!important;
}
#navitems {
    height: 100%;
    
    margin: 0;
}
#nav-control {
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 5px #aaa;
    
 }
 .navbar-brand img {
    width: 200px;
    height: 50px;
}


.nav-item {
    width: 150px;
    cursor: pointer;
    text-align: center;
    
    
}
.nav-link {

    
    margin-top:10px;
    
}
.nav-link-head {
    font-size: 14px;
    font-family:  sans-serif;
    font-weight: bolder;
    text-align: center;
}
#nav-icon {
    font-size: 20px!important;
    
    margin: 0;
}
.nav-item:hover {
    background-color: #00BFFF;
}
.nav-item:nth-child(even) {
    background-color: #fff;
}
.nav-item:nth-child(even):hover {
    background-color: #00BFFF;
}






@media only screen and (min-width: 600px) {
    #nav-control {
        height: 80px;
        padding: 0;
     }
     .navbar-brand img {
        width: 300px;
        height: 50px;
    }
  }