/* @media (prefers-color-scheme: dark) {
    body {
        color: white;
        background: #18191a;
    }

	.text-muted {
		color: #bec5cc!important;
	}

	.bg-light {
		background: #1f2124!important;
	}

	a:visited {
		color: red!important;
	}
} */

body {
	font-family: myriad-pro,sans-serif;
}

a:link {
	color: red;
}

a:visited {
	color: #7e1811;
}

.navfontsize {
	font-size: 1.5em;
}

@media screen and (max-width: 450px) {
    .navfontsize {
	    font-size: 1em;
	}