<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-img
{
	display: none;
	background-color: #003F87;
}
.content-banner
{
	background-color: initial;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.content-banner .page-content
{
	background-image: none;
	background-size: 100% auto;
}
.header-banner
{
	background-color: #003F87;
	background-image: none;
	background-repeat: initial;
	background-size: initial;
	background-position: top center;
}
.header-image
{
	float: none;
	margin: 15px;
}
.header-image img
{
	height: auto;
	margin: 0;
	max-height: none;
}
.navbar-banner, .navbar-banner .navbar
{
	background-color: #003571;
}
.page-content
{
	background-color: #FFF;
	box-shadow: 0px 0px 10px #000;
}
body
{
	background-color: #FFF;
	background-image: url('https://scoutingevent.com/attachment/BSA635/bgfade.png');
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom center;
	background-attachment: fixed;
}
</pre></body></html>