/* COLOR-MODES */
.btn-bd-primary {
  --bd-violet-bg: #da281c;
  --bs-btn-hover-bg: #e64d42;
  --bs-btn-hover-border-color: #da281c;
  --bs-btn-active-bg: #ae2016;
  --bs-btn-active-border-color: #da281c;
}
/* KONEC - COLOR-MODES */

/* SLIDER */
#headerSlider .carousel-indicators .active {
  background-color: #da281c;
}
/* KONEC - SLIDER */

/* MENU */
.nav-link:hover {
  color: #da281c !important;
}

.nav-link.active {
  background-color: #da281c !important;
  color: #fff !important;
}
/* KONEC - MENU */

.text-color {
  color: #da281c !important;
} 

.bg-color{
  background-color: #da281c !important;
}

.btn-danger{
  background-color: #da281c !important;
  border-color: #da281c !important;
}