
.navbar {
    background: white;
}

.navbar-collapse {
    margin-left: auto;
}
@media only screen and (max-width: 768px)
{
    .logo-image{
        height: 40px;
        width: 120px;
    }
}

.navbar-collapse ul li a {
    color: #011685;
    font-weight: bolder;
}
.login-button-navbar{
    color: white;
}
.navbar-collapse ul li a:hover {
    color: #FF2525;

}

.fa-align-center {
    color: #011685;
}

.about-us-item {
    color: #011685 !important;
}

