/*
 * SigmaRoutes brand color override.
 * Keep this file separate so every static page uses the same orange accent.
 */
:root {
  --brand-red: #D44D08;
  --bs-danger: #D44D08;
  --bs-danger-rgb: 212, 77, 8;
}

.text-danger,
.red,
.sr-brand .r {
  color: #D44D08 !important;
}

.bg-danger,
.btn-danger,
.sr-nav .sr-cta {
  background-color: #D44D08 !important;
  border-color: #D44D08 !important;
}

.btn-outline-danger {
  color: #D44D08 !important;
  border-color: #D44D08 !important;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #D44D08 !important;
  border-color: #D44D08 !important;
}

[style*="#dc3545"],
[style*="#DC3545"],
[style*="#e63946"],
[style*="#E63946"],
[style*="#f03e3e"],
[style*="#F03E3E"],
[style*="#ff6b6b"],
[style*="#FF6B6B"],
[style*="#c42d3c"],
[style*="#C42D3C"],
[style*="#f27474"],
[style*="#F27474"],
[style*="#b02a37"],
[style*="#B02A37"],
[style*="#ff0000"],
[style*="#FF0000"] {
  color: #D44D08 !important;
}

[style*="background:#dc3545"],
[style*="background:#DC3545"],
[style*="background:#e63946"],
[style*="background:#E63946"],
[style*="background-color:#dc3545"],
[style*="background-color:#DC3545"],
[style*="background-color:#e63946"],
[style*="background-color:#E63946"] {
  background: #D44D08 !important;
  background-color: #D44D08 !important;
}

[style*="border-color:#dc3545"],
[style*="border-color:#DC3545"] {
  border-color: #D44D08 !important;
}

.hero-banner {
  background: linear-gradient(135deg, #D44D08 0%, #D44D08 100%) !important;
}

.hero {
  background: linear-gradient(135deg, #0d6efd 0%, #D44D08 100%) !important;
}

.topbar {
  background-color: #D44D08 !important;
}

.navbar-brand span.text-danger {
  color: #D44D08 !important;
}

footer a:hover,
footer .list-inline-item a:hover {
  color: #D44D08 !important;
}