:root {
	--btn-default-bgcolor: rgb(255,198,41);
	--btn-default-bgcolor-hover: rgb(61,57,53);
}
.wd-footer {
	background-color: rgb(255,198,41);
	background-image: none;
	background-repeat: repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: left top;
}
html .wd-nav.wd-nav-secondary > li > a {
	font-weight: 700;
	font-size: 15px;
	color: rgb(255,255,255);
}
html .wd-nav.wd-nav-secondary > li:hover > a, html .wd-nav.wd-nav-secondary > li.current-menu-item > a {
	color: rgb(61,57,53);
}



