.custom-navbar {
	border-bottom: 1px solid #cbcbcb;
	margin: 0 -10px 50px;
}
.custom-navbar ul {
	margin: 12px auto;
	max-width: 966px;
	list-style: none;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-around;
}
.custom-navbar ul li a {
	font-weight: bold;
	color: #434444;
	font-size: 16px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
}
.custom-navbar .mobile-toggle {
	display: none;
}
@media only screen and (max-width: 64.063em) {

	.custom-navbar ul {
		display: block;
		padding: 12px 15px;
		margin: 0;
		background-color: #cbcbcb;
	}
	.custom-navbar .mobile-toggle {
		display: block;
		padding: 0 15px;
	}
	.custom-navbar .mobile-toggle h3 {
		color: #434444;
		font-size: 18px;
		font-weight: bold;
		margin: 12px 0;
		cursor: pointer;
	}
	.custom-navbar .mobile-toggle h3 i {
		margin-left: 5px;
	}
	.custom-navbar .mobile-closed {
		display: none;
	}
}