:root {
	--primary-color: #769c40;		/* darker */
	--link-color: #769c40;			/* logo color */
	--main-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	--max-page-width: 1300px;

	/*
	--startpage-gradient-start: #ffde9c;
	--startpage-gradient-end: #FF914D;
	 */
	--startpage-hero-text: #2C353D;
}

#menuHovercontainer {
	border-radius: .2em;
	padding: 0 2em;
	margin: 0 -2em;
	background-color: #769c40 !important;
}

.menu_tab_active {
	font-weight: 400;
}
.menu_tab_active a {
	text-decoration: underline !important;
	text-underline-offset: .2em;
}

.btn-primary {
	color: #fff !important;
	border-color: #769c40 !important;
	box-shadow: 0 0 2px rgba(0,0,0,.6);
}

#logo {
	width: 300px;
	height: auto;
}

footer {
    background: #769c40 !important;
}