#topnav {
	background-color: #e51c23;
	height: 64px;
	border: none;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

#topnav .navbar-brand {
	background-color: white;
	color: black;
	height: 64px;
	width: 270px;
	font-size: 25px;
	text-align: center;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	#topnav .navbar-brand {
		width: 0px !important;
		padding: 0px;
	}
}

#topnav .navbar-brand img {
	margin: 0 auto;
	width: 90%;
	height: auto;
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}

#topnav .navbar-date {
	height: 64px;
	display: flex;
	align-items: center;
	color: white;
}

.navbar .navbar-nav {
	margin:0 !important;
}

.navbar li {
	float:left !important;
	opacity: 0.75;
}
.navbar li.active, .navbar li:hover {
	opacity: 1;
}

.navbar .navbar-nav a {
	color:white;
	background: none;
	height: 64px;
	width: 64px;
	padding: 20px 20px;
	font-size: 20px;
	cursor: pointer;
}
.navbar .navbar-nav a:hover {
	background: none;
}

.navbar .nav-date {
	opacity: 1;
	color: white;
	font-weight: bold;
	margin-right: 100px;
	line-height: 64px;
	text-transform: uppercase;
}
