#nav-bar {
	/*height: 15%;  /* of the header element */
	height: 30px;
	width: 100%;
	
	clear: left;
	display: inline-flex;
	justify-content: left;
	z-index: 4;
}

.nav-bar-link {
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 4;
}

.nav-bar-link:hover {
	color: rgb(250, 200, 100);
	background-color: rgba(100, 100, 100, 0.9)
}

.nav-bar-block {
	/*margin: 0px 0px 0px 0px;*/
	font-size: 16px;
	font-style: none;
	z-index: 4;
}

.nav-block-current {
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(250, 200, 100);
	background-color: rgba(80, 80, 80, 1.0);
	font-size: 16px;
	font-style: none;
	z-index: 4;
}