.navbar container-fluid div{
    max-height: 60px;
}

.navbar-brand img{
    width: 236px;
    height: 55px;
} 

.active{
    font-weight: bold;
}

.nav-link:hover{
    font-weight: bold;
}

.active:hover{
    font-weight: normal;
}
.nav-tabs{
    border-bottom-width: 0px;
}
.intro{
    float: right;
    padding: 2px 4px;
    margin: 2px;
}
.clearfix{
    height: 1px;
}
