.navigationBar {
	display: block;
	position: absolute;

	width: 100%;
	height: 70px;

	text-align: center;
	z-index: 100;
}
.navigationBar .container {
	display: inline-block;
	width: 100%;
	max-width: 940px;
	height: 100%;
	clear: both;
}
.navigationBar .logo {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 10px;
	margin-left: 20px;
}
.navigationBar .items {
	float: right;
	line-height: 70px;
	margin-right: 20px;
}
.navigationBar .items a {
	text-decoration: none;
	color: #fff;
}
.navigationBar .items .item {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;

	font-family: "SFProDisplay", sans-serif;
	font-weight: 400;
	font-size: 12.5px;
	color: #fff;
}
.navigationBar .items .selected a {
	color: #f6cd04 !important;
	font-weight: 600;
}