<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../css/default-bootstrap.min.css");

@font-face {
	font-family: 'Open Sans';
	src: url('./OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

:root {
	--primary-color: #c61a27;
}

body {
	font-family: 'Open Sans';
}

.navbar-default {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.navbar-default .navbar-nav &gt; li &gt; a {
	color: white;
}

h1.title {
	color: var(--primary-color);
}

#local-login {
	display: none;
}

.jumbotron ol {
	font-size: 21px;
	font-weight: 200;
}

div.hints, div.contact {
	text-align: left;
}

body &gt; .container {
	min-height: calc(100vh - 180px);
}

footer {
	background-color: #232323;
	bottom: 0;
	color: white;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	margin-top: 60px;
	padding: 20px;
	row-gap: 20px;
	width: 100vw;
}

footer a {
	color: white;
	text-decoration: underline;
}

footer a:active,
footer a:focus,
footer a:hover,
footer a:visited {
	color: white;
}</pre></body></html>