body {font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;}

h1, h2, h3, #sub-name, #troopname {font-family: Source Sans Pro}

#portal-header {
	background-color: #F9F8FF;
}

#portal-base {
	background-color: #261F99;
}

#portal-base a {
	color: white;
}

/* F1BE48 */

#sglogo {
/*	position: absolute;*/
	position: fixed;
	bottom: 15px;
	width: 180px;
	padding: 0px 10px;
	z-index: 6;
}

a:link {
	color: #261F99;
}

a:visited {
	color: #261F99;
}


@media (prefers-color-scheme: dark) {
#sub-name #sidebar-toggle {
	background-color: #111;
}

#portal-header {
	background-color: black;
}

#sub-name {
		color: #6364ac;
}

.collapsed #sub-name img {
	display: none;
}
.collapsed .fulltext {
	display: inline;
}

	a:link {
		color: #BEA7C6;
	}
	
	a:visited {
		color: #BEA7C6;
	}	
	
	a:hover {
		color: #AEC6A7;
	}	
	
	.datatable th, .labeltable.datamatch th {background-color: black; color: #ccc;}
		
}