/* Navigation Bar */

#navigation_block {
	padding-top: 0.5em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: visible;
	z-index: 2;
	/*background-color: red;*/
}

#nav_support {
	color: #bbb;
	font-size: 1.3em;
	cursor: pointer;
	padding-right: 1em;
	/*background-color: yellow;*/
}

#nav_support a:link, #nav_support a:visited {
	color: #bbb;
}

#nav_support a:hover {
	color: #FFC200;
}

#nav_support a:active {
	color: #FF9A01;
}

#nav_menu {
	width: 2em;
	padding-top: 0.1em;
	padding-right: 2em;
	/*background-color: yellow;*/
}

#nav_menu_icon {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


/* Menu */

#menu {
	position: absolute;
	display: flex;
	flex-direction: row-reverse;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	top: 1em;
	right: 1.4em;
	overflow: hidden;	
	padding: 1em;
	padding-bottom: 0.5em;
	border-style: solid;
	border-radius: 0.4em; 
	border-color: rgba(0, 0, 0, 0.2);
	border-width: 0.1em;
	font-size: 1.6em; 
	text-align: left;	
	font-weight: normal;
	color: #FF9A01;
	z-index: 1000;
	line-height: 3em; 
	display: none;
	opacity: 0.0;
}

.submenu {
	position: relative;
	width: 13em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2em;
	padding-bottom: 1em;
/*	background-color: yellow;
	border: 1px solid green;*/
}

#menu-close-button {
	position: absolute;
	top: 0.6em;
	right: 1.6em;
	z-index: 5;
}

#menu-close-button svg {
	width: 1em;
	height: 1em;
}

.menu-item {
	position: relative;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-style: solid;
	border-width: 0.1em;
	border-color: #ccc;
}

.menu-item img {
	width: 1.2em;
	opacity: 0.7;
}

.menu-item:first-child {
	padding-top: 0em;
}

.menu-item:last-child {
	border-bottom-style: none;
}

.menu-item a {
	font-size: 1.3em;
	font-weight: 400;
}

.menu-item a:link, .menu-item a:visited {
	color: #333;
}

.menu-item a:hover {
	color: #FF9A01;
}

/* Webring */

#menu-webring-title {
	font-size: 1.3em;
	color: black;
	font-weight: 400;
	padding-bottom: 1em;
}

#menu-webring-apps {
	padding-bottom: 5em;
}

.menu-webring-app {
	display: inline-block;
	width: 20em;
}

.menu-webring-app-icon {
	float: left;
	width: 2.8em;
	padding-right: 0.2em;
}

.menu-webring-app-name {
	font-size: 1em;
	color: #555;
}

.menu-webring-app-tagline {
	font-size: 0.9em;
	color: #555;
}