/*
Theme Name: Simracingfan
Author: Martin Laugesen
Description: A custom theme made for simracingfan.org based on Bootstrap
Version: 1.0
Text Domain: simracingfan
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	--bs-font-sans-serif: "Roboto", sans-serif;
}
.container {
	max-width: 1100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1rem;
}
.card {
	margin-bottom: 1.5rem;
}
.card-body {
	padding: 2rem;
}
h3 a,
h3 a:active,
h3 a:visited {
	color: inherit;
	text-decoration: none;
}
h3 a:hover {
	color: inherit;
	text-decoration: underline;
}
.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-gray-800);
}
footer {
	background-color: var(--bs-gray-800);
	color: var(--bs-gray-200);
	padding: 1rem 0;
}
