body {
    background: #253341;
    position:relative;
}

.container-fluid.topbg {
    background: url('./header.png?v2') 50% 100% no-repeat;
    background-size: cover;

    width: 100%;
    min-height: 400px;
}

.plzselect .container-fluid.topbg img {
    background: #FFF;
    padding: 20px;
    border-radius: 30px;

}

.logoimg_big {
    width: 150px!important;    
}
.logoimg_small {
    width: 120px!important;
}


@media (max-width: 500px)
{
    .logoimg_big {
        width: 100px;
    }
}

.card h1 {
    background: #253341;
}

.bg-faded {
    background: #FFF;
    color: #253341;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 4px solid #253341;
    min-height: 60px;
}

.navbar a.nav-link {
    border-bottom: 1px solid #253341;
}

.ctitle {
    color: #FFF;
    background: #F6921D;
}

.btn-buy {
    background: #008500;
    border: 1px solid rgb(4, 149, 4);
    color: #FFF;
}

.footer img {
    filter: brightness(0) invert(1);
}

/* V4 */

.navbar-collapse {
    background: #253341;
}