
/* Custom color variables */
:root {
	--color-key: #2b2b2b;
	--color-gradient: #2b2b2b;
	--color-link: #b2b3b3;
	--color-menulink: #ffffff;
	--color-title: #000000;

	--metric-logo-photo-margin: 0px;
	--metric-logo-font-size: 36px;
	--metric-logo-line-height: 41px;
}

/* Custom CSS for site below this line */
a[target="_blank"]:after {
    font-family: 'FontAwesome';
    content: " \f08e";
}