﻿#logo-image {
    max-height: 60px;
}
#btn-image {
    max-height: 30px;
}
.menu-header {
    background-color: yellow;
}

@media screen and (max-width: 991px) {
    .navbar .active {
        background-color: inherit;
    }

    .nav-link {
        color: #03A9F4;
    }
}