/*-- Custom Home Style CSS --*/
#header.header-transparent {
    background: #587a95 !important;
}
h3.home-heading {
    color: #2d6088 !important;
}
.btn-check:checked+.btn-secondary{
    background-color: #565a63 !important;
    border-color: #565a63 !important;
}
.btn-secondary{
    background-color: #6c707e !important;
    border-color: #6c707e !important;
}
.btn-success {
    background-color: #587a95 !important;
    border-color: #587a95 !important;
}
#hero:before{
    background: #d1e2ea !important;
}
#hero h1{
    color: #587a95 !important;
}
#hero h2{
    color: #587a95 !important;
}
.navbar a{
    color: #ffffff !important;
}
.navbar-mobile ul{
    background-color: #587a95 !important;
}
.mobile-nav-toggle{
    color: #fff !important;
}