body {
    background: #b5441a;
    position:relative;
}


.container-fluid.topbg {
    background: url('./header.png') 50% 00% no-repeat;
    background-size: cover;

    width: 100%;
    min-height: 400px;
}

.plzselect .container-fluid.topbg {
    padding: 100px 0px 100px 0px;
}

.plzselect .container-fluid.topbg img {
    background: #FFF;
    padding: 20px;
    border-radius: 30px;
}




.logoimg_big {
    width: 300px;    
}
.logoimg_small {
    width: 130px;
}


.card h1 {
    background: #b5441a;
}

.bg-faded {
    background: #FFF;
    color: #B82025;
    border-bottom: 4px solid #b5441a;
    min-height: 60px;
}

.navbar a.nav-link {
    border-bottom: 1px solid #b5441a;
}

.ctitle {
    color: #FFF;
    background: #b5441a;
}

.btn-buy {
    background: #27ae60;
    color: #FFF;
}


/* V4 */

.navbar-collapse {
    background: #b5441a;
}



@media (max-width: 575px)
{
    .logoimg {
        width: 90px;
    }
}

@media (max-width: 370px)
{
    .logoimg {
        width: 60px;
    }
}