.primary-gradient-bg {
    background: linear-gradient(45deg, #F9841C, #EC5634, #E53F41) !important;
}

.bg-dark {
    background: #000 !important;
}

.text-primary {
    color: #f9841c !important;
}

.text-secondary {
    color: #ffca55 !important;
}
.border-secondary {
    border-color: #CA9952 !important;
}

.text-dark {
    color: #000 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffca55;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffca55 !important;
}

.menu .btn-outline-secondary {
    color: #000 !important;
}

.menu .btn-outline-secondary:hover {
    color: #FFF !important;
}

#countdown .box { width: 75px; display: inline-block; }
#countdown .box .value { background: #FFF; border-radius: 6px; }
#countdown .box .value h2 { font-weight: bold; line-height: 3.5rem; color: #000 }
#countdown .box .label { }
