<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:white;
}

.header {
	background: linear-gradient(#b5b7b4,white);
}

.nav {
	background: linear-gradient(#b5b7b4,black);
}

.nav a {
	color:white;
}

.nav a:hover {
	background: linear-gradient(#af292e,#e4002b);
	color:white;
}

.nav .dropdown .btn {
	background:none;
	color:white;
}

.nav .dropdown .btn:hover {
	background: linear-gradient(#af292e,#e4002b);
	color:white;
}

.nav .dropdown .dropdown-menu {
	background-color: rgba(0,0,0,0.75);
}

.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
	background-color:white;
	width:100%;
	min-height:300px;
}

.content a {
	color:#e4002b;
	text-decoration:underline;
}

.content a:hover {
	color:#e4002b;
	text-decoration:none;
}

h1 {
	text-align:center;
	color:#e4002b;
}

h2 {
	color:#e4002b;
}

h5 {
	color:#e4002b;
}

.card-header {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.card-body {
	text-align:center;
	vertical-align:middle;
}

.footer {
	background: linear-gradient(#b5b7b4,white);
	color:black;
}

.footer a {
	color:black;
	text-decoration:underline;
}

.footer a:hover {
	color:black;
	text-decoration:none;
}</pre></body></html>