body {
    background: #B33213;
    position:relative;
}

.container-fluid.topbg {
    background: url('./header.png') 50% 00% no-repeat;
    background-size: cover;

    width: 100%;
    min-height: 400px;
}

.logoimg_big {
    width: 300px;    
}
.logoimg_small {
    width: 120px!important;
}

.card h1 {
    background: #B33213;
}

.bg-faded {
    background: #FFF;
    color: #B82025;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 4px solid #B33213;
    min-height: 60px;
}

.navbar a.nav-link {
    border-bottom: 1px solid #B33213;
}

.ctitle {
    color: #FFF;
    background: #F6921D;
}

.btn-buy {
    background: #27ae60;
    border: 1px solid #28a745;
    color: #FFF;
}

.footer img {
    filter: brightness(0) invert(1);
}

/* V4 */

.navbar-collapse {
    background: #ca300a;
}