<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Bitter&amp;display=swap');

#wrapper &gt; .main.accent2 input[type="submit"],
#wrapper &gt; .main.accent2 input[type="reset"],
#wrapper &gt; .main.accent2 input[type="button"],
#wrapper &gt; .main.accent2 button,
#wrapper &gt; .main.accent2 .button {
	background-color: #E60000;
	color: #ffffff !important;
}
            
#wrapper &gt; .main.accent2 input[type="submit"]:hover,
#wrapper &gt; .main.accent2 input[type="reset"]:hover,
#wrapper &gt; .main.accent2 input[type="button"]:hover,
#wrapper &gt; .main.accent2 button:hover,
#wrapper &gt; .main.accent2 .button:hover {
    background-color: #E60000;
    color: #ffffff !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    background-color: #E60000;
    color: #ffffff !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: #b1d567;
    color: #ffffff !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: #b1d567;
    color: #ffffff;
}
        
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #b1d567;
    box-shadow: 0 0 0 1px #b1d567;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-color: #b1d567;
    border-color: #b1d567;
    box-shadow: 0 0 0 1px #b1d567;
    color: #ffffff;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #C40000;
    box-shadow: 0 0 0 1px #b1d567;
}
    
#header &gt; nav &gt; ul &gt; li.current:after {
	background-color: #E60000;
}

#header &gt; nav &gt; ul &gt; li.active &gt; a {
    color: #333333;
}

#header {

}

.activities .box.activitylistbox {
    border: 0.1em;
    border-style: solid;
    border-color: #b1d567;
}
#header &gt; nav {
    color:#333;
    font-weight:bold;
    font-family: 'Titillium Web', sans-serif;;
</pre></body></html>