.navbar.navbar-light {
    padding-bottom: 0;
}
header.header .logo-img {
    max-height: 75px;
}

/* footer */
/*
.justify-content-lg-start {
    justify-content: flex-start!important;
}
*/
footer.footer .support {
    background-color: #369;
    border-color: #369;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
footer.footer .support:hover {
    color: #fff;
    background-color: #29537c;
    border-color: #ffffff;
}