@charset "utf-8";
/*=====================================================================
FastCorner Bootstrap theme overrides
Keeps the site's existing dark / red-orange racing identity on top of
stock Bootstrap 5.3. Loaded after the Bootstrap CDN stylesheet.
=====================================================================*/
:root {
	--bs-primary: #FF0000;
	--bs-primary-rgb: 255, 0, 0;
	--bs-link-color: #ff7800;
	--bs-link-hover-color: #ff9a3d;
	--bs-body-bg: #000000;
	--bs-body-color: #FFFFFF;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Tahoma", sans-serif;
}

a { color: #ff7800; }
a:hover { color: #ff9a3d; }

.navbar-brand img { height: 56px; width: auto; }

.btn-primary {
	--bs-btn-bg: #FF0000;
	--bs-btn-border-color: #FF0000;
	--bs-btn-hover-bg: #cc0000;
	--bs-btn-hover-border-color: #cc0000;
	--bs-btn-active-bg: #cc0000;
	--bs-btn-active-border-color: #cc0000;
}

.text-brand-orange { color: #ff7800 !important; }
.text-brand-red { color: #FF0000 !important; }

.card {
	background-color: #111111;
	border-color: #333333;
	color: #FFFFFF;
}

.footer-copyright {
	border-top: 1px solid #FF0000;
	color: #ff7800;
	font-style: italic;
}
.footer-copyright a { color: #ff7800; }

.section-heading {
	border-top: 3px solid #FF0000;
	padding-top: .5rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
