.bg-primary  {
    background-color: #ff3b00 !important;
}

.headroom--not-top.navbar-theme-primary {
   color:#0000 !important;
    background-color: #ff0000 !important;
}

.btn-primary {
    background-color: #ff3b00 !important;
}
body{
color: #ff3b00 !important;
}
.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff3b00 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
}

.nav-pills .nav-link {
    color: rgba(255,59,0,255) !important;
}
.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #be1212 100%) !important;
}