.navigation-wrapper {
	height: 190px;
	background-color: #11122b;
	color: #cbcbcb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 100px;
}

.navigation-wrapper > .left-column > .banner-image {
	display: flex;
	justify-content: center;
}

.navigation-wrapper > .left-column > .banner-image img {
	width: 216px;
	height: 100%;
	border-radius: 20px;
}

.navigation-wrapper > .center-column > .big-name h1 {
	text-decoration: underline;
}

.links-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links-wrapper > .nav-link {
	width: 70px;
	text-align: center;
}

.links-wrapper > .nav-link a {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #cbcbcb;
	text-decoration: none;
	transition: 0.5s;
}

.links-wrapper > .nav-link a:hover {
	color: #ffea00;
	letter-spacing: 2px;
}
