.menu:not(.menu--main):not(.menu--footer):not(.toolbar-menu):not(.button) {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 10px;
	border: 1px solid #004067;
	color: #004067;
	font-weight: bold;
	background-color: white;
	box-shadow: 0px 0px 15px lightgray;
}