/* ---------- VIP COLORS ---------- */

:root{

    --vip-dark:#07182D;
    --vip-dark-2:#0B2447;

    --vip-card:#162E50;

    --vip-gold:#FFC107;

    --vip-text:#ffffff;

    --vip-muted:#c9d4e4;

}

/* ---------- GLOBAL ---------- */

body{

    color:#212529;

}

section{

    overflow:hidden;

}

.display-2,
.display-3,
.display-4,
.display-5{

    color:inherit;

}

/* ---------- DARK SECTIONS ---------- */

section[style*="#07182D"]{

    color:var(--vip-text);

}

section[style*="#07182D"] p{

    color:var(--vip-muted)!important;

}

section[style*="#07182D"] h1,
section[style*="#07182D"] h2,
section[style*="#07182D"] h3,
section[style*="#07182D"] h4{

    color:#fff!important;

}

/* ---------- LIGHT SECTIONS ---------- */

.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4{

    color:#07182D!important;

}

.bg-light p{

    color:#5d6778!important;

}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4{

    color:#07182D!important;

}

.bg-white p{

    color:#5d6778!important;

}

/* ---------- CARDS ---------- */

.card{

    border:none;

}

.card-body{

    color:#07182D;

}

.card-body p{

    color:#5d6778;

}

/* ---------- CTA ---------- */

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4{

    color:#fff!important;

}

.text-white p{

    color:#d9e2ef!important;

}

/* ---------- BUTTONS ---------- */

.btn-warning{

    color:#07182D;

    font-weight:700;

}

.btn-outline-light{

    color:#fff;

}

/* ---------- BADGES ---------- */

.badge{

    font-weight:600;

}