.brand-name a {
    display: block;
}

.brand-name img {
    width: 100%;
}
.navbar-brand{
    float: none;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu-1{
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.colorlib-nav ul li a{

    font-size: 17px;

}