
/* Custom color variables */
:root {
	--color-key: #013d14;
	--color-gradient: #013d14;
	--color-link: #286828;
	--color-menulink: #13c102;
	--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 */
/* Using a <background-color> */
background: green;
background-color: #e7e7e7;

.site-search {
background-color: #0b5f0b;
}

.site-breadcrumbs {
background-color: #fffaf5;
background-image: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
}