#nudgeLogo {
	float: left;
	background-image: url("/graphics/nudge.svg");
	background-repeat: no-repeat;
	background-size: 4em auto;
	height: 4em;
	margin-top:auto;
	margin-bottom:auto;
	width:5em;
}

#nudgeLogo img {
	float: left;
	width: 5em;
	height: 4em;
	display: none;
}

#craLogo {
	float:left;
	background-image: url("/graphics/cra.svg");
	background-repeat: no-repeat;
	background-size: 4em auto;
	height: 4em;
	margin-top:auto;
	margin-bottom:auto;
	width:5em;
}

#craLogo img {
	float: left;
	width: 5em;
	height: 4em;
	display: none;
}

@media (prefers-color-scheme: dark) {
    #nudgeLogo {
        background-image: url("/graphics/nudge-dark.svg");
    }
}