
/*Custom CSS*/

.btn-primary {
    color: #fff;
    background-color: #e43c2f;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #e43c2f;
        border-color: #fff;
    }

    .h1, h1 {
        font-size: 3rem;
    }

.bg-white {
    background-color: #2b3337!important;
    }

.bg-hover-white:hover, .navbar.fixed-top.bg-fixed-white {
    background: #2b3337!important;
        }

.navbar-fixed-light.fixed-top .navbar-nav .nav-link, .navbar-hover-light:hover .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: #fff;
        }

.navbar-fixed-light.fixed-top .navbar-icon-link, .navbar-hover-light:hover .navbar-icon-link, .navbar-light .navbar-icon-link {
    color: #fff;
        }
        
        .navbar-brand>img {
    display: block;
    width: auto;
    max-height: 5rem;
    margin-top: -2rem;
}

/* Hide the top bar */
.top-bar {
    display: none !important;
    visibility: hidden !important;
}
