.header-logo-container{
    height: 275px;
    background-color: #e6e6ea;
    width: 100%;
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

.nav-pills .nav-link.active{
    color: #007bff;
    background-color: #e6e6ea;
}

