:root {
	/* ==================================================
	   Brand colors
	================================================== */
	--bs-primary: #570000;
	--bs-primary-rgb: 87, 0, 0;

	--bs-secondary: #6c757d;
	--bs-secondary-rgb: 108, 117, 125;

	--bs-success: #2f7d32;
	--bs-success-rgb: 47, 125, 50;

	--bs-danger: #b02a37;
	--bs-danger-rgb: 176, 42, 55;

	--bs-warning: #e0a800;
	--bs-warning-rgb: 224, 168, 0;

	--bs-info: #5a6f7a;
	--bs-info-rgb: 90, 111, 122;

	--bs-light: #f8f9fa;
	--bs-light-rgb: 248, 249, 250;

	--bs-dark: #1f1f1f;
	--bs-dark-rgb: 31, 31, 31;

	/* ==================================================
	   Text & body
	================================================== */
	--bs-body-bg: #ffffff;
	--bs-body-color: #212529;

	--bs-heading-color: #1f1f1f;
	--bs-secondary-color: #6c757d;
	--bs-tertiary-color: #adb5bd;

	/* ==================================================
	   Links
	================================================== */
	--bs-link-color: #570000;
	--bs-link-color-rgb: 87, 0, 0;

	--bs-link-hover-color: #3f0000;
	--bs-link-hover-color-rgb: 63, 0, 0;

	--bs-link-opacity: 1;

	/* ==================================================
	   Borders & UI
	================================================== */
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.1);

	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;

	/* ==================================================
	   Focus ring
	================================================== */
	--bs-focus-ring-color: rgba(87, 0, 0, 0.25);

	/* ==================================================
	   Forms
	================================================== */
	--bs-form-valid-color: #2f7d32;
	--bs-form-invalid-color: #b02a37;
}

.btn-primary {
	--bs-btn-bg: #570000;
	--bs-btn-border-color: #570000;

	--bs-btn-hover-bg: #3f0000;
	--bs-btn-hover-border-color: #3f0000;

	--bs-btn-active-bg: #2c0000;
	--bs-btn-active-border-color: #2c0000;

	--bs-btn-focus-shadow-rgb: 87, 0, 0;
}

.alert-primary {
	--bs-alert-bg: rgba(87, 0, 0, 0.1);
	--bs-alert-color: #570000;
	--bs-alert-border-color: rgba(87, 0, 0, 0.25);
}

.nav-tabs .nav-link.active {
	color: #570000;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-pills .nav-link.active {
	background-color: #570000;
}

.page-link {
	color: #570000;
}

.page-link:hover {
	color: #3f0000;
}

.footer {
	--bs-link-color: #f1dcdc;
	--bs-link-color-rgb: 241, 220, 220;

	--bs-link-hover-color: #ffffff;
	--bs-link-hover-color-rgb: 255, 255, 255;
}

::selection {
	background-color: rgba(87, 0, 0, 0.2);
	color: #1f1f1f;
}

.footer ::selection {
	background-color: rgba(241, 220, 220, 0.35);
	color: #ffffff;
}

.strong {
	font-weight: 700;
}

a {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: 700;
}

main {
	background: #fff;
}

.ol-decimal {
	display: list-item;
	list-style: decimal inside
}

.ol-decimal-composition {
	list-style: decimal inside
}

.header-background {
	/* min-height: 400px; */
	background-image: url('/images/logo.webp');
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 40px;
}

@media (min-width: 992px) {
	.header-background {
		text-align: right;
	}
}

:root {
	--bs-black-rgb: 57, 0, 0;
}

.sitename {
	display: inline-block;
	padding: 20px 40px;
	--bs-bg-opacity: 0.5;
	border-radius: 2rem;
}

@media (min-width: 992px) {
	.sitename {
		margin: 40px auto 200px;
	}
}

@media (max-width: 991px) {
	.sitename {
		margin: 40px auto;
	}
}

.sitename a {
	font-size: 1.75em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: 700;
	color: #fff;
}

.sitename a:hover {
	text-decoration: none;
	color: #007bff;
}

.sitename hr {
	border: 1px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

i.mr-2 {
	width: 1.2em;
}

.sidebar h6, .footer h6 {
	text-transform: uppercase;
	font-weight: 700;
}

.frontmenu .dropdown-toggle::after,
.folk .dropdown-toggle::before {
	border: none;
	content: none;
}

.frontmenu > li {
	margin-right: 2em;
}

@media (min-width: 992px) {
	.frontmenu > li:after {
		content: '/';
		color: #6c757d;
		position: absolute;
		margin-left: 40px;
		margin-top: -32px;
	}

	.frontmenu > li:last-child:after {
		content: none;
	}
}

.folk .dropdown-toggle:hover {
	text-decoration: underline;
}

.copyright span {
	text-transform: uppercase;
}

.copyright hr {
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.blockquote {
	font-size: 0.9rem;
	border-left: 3px solid;
	margin-left: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

#accept_cookies {
	z-index: 1000;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
}

.accept_cookies #accept_cookies {
	display: none;
}

a:has(i) {
	text-decoration: none;
}

.compositions-list {
	counter-reset: item;
}

.compositions-list .composition {
	counter-increment: item;
}

.compositions-list .composition-number::before {
	content: counter(item) ".";
}

.collections-list {
	counter-reset: item;
}

.collections-list .collection {
	counter-increment: item;
}

.collection-number::before {
	content: counter(item) ".";
}