@charset "ISO-8859-1";


:root {
	--blue: #1e90ff;
	--white: #ffffff;
}

* {
	box-sizing: border-box;
}

#top-menus button {
	border-width: 3px;
	color: #d0c09a;
	border-color: #d0c09a;
	border-style: ridge;
	margin: 1px;
	xborder-radius: 5px;
	opacity: 1;
	border: none;
	background-color: rgb(0 0 0 / 0%);
}

#top-menus button {
	font-size: 120%;
}

#top-menus .sub-div button {
	width: 100%;
}

#top-menus .sub-div button:hover:enabled,
#top-menus .sub-div button:focus,
#top-menus .sub-div button:active,
#top-menus .sub-div button.current {
	background-color: antiquewhite;
	color: black;
	border-color: #d0c09a;
	border: none;
}

#top-menus button:active {
	transform: scale(.9, .9);
}

#top-menus button:disabled {
	color: #5e4803;
	border-color: #5e4803;
}

#top-menus {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#top-menus .sub-div:not(:empty) {
	background-color: rgb(0 0 84);
	border: solid white 1px;
	overflow-x: clip;

}

/*MENU CUSTOMIZATIONS*/

#top-menus button {
	border: none;

	color: #E7D558;
	border-color: #E7D558;

}