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

.bg-faded {
    background: #FFF;
    color: #B82025;
    border-bottom: 4px solid #B33213;
    min-height: 60px;
}

.card h1 {
    background: #B33213;
}

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

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

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

.container .topbg  {
    background: #FFF;
    min-height: 200px;

    -webkit-box-shadow: none;
    box-shadow: none;
}


.logoimg_big {
    width: 250px;    
}
.logoimg_small {
    width: 170px;
}


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

.btn-buy {
    background: #27ae60;
    color: #FFF;
}

/* V4 */

.navbar-collapse {
    background: #B33213;
}

@media (max-width: 400px)
{
    .logoimg {
        width: 120px;
    }
}