#nav {
	/* display: flex; */
	list-style-type: none;
	/* margin: 0; */
	overflow: hidden;
	/* background-color: #237b9e; */
	background-color: #ffffff;
	/* justify-content: space-between; */
	/* margin: 16px 0; */
	height: 100px;
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 3;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: -100px;
}

#nav a {
	/* float: left; */
	display: inline-block;
}

#nav a.link {
	/* float: left; */
	/* display: inline-block; */
	/* background-color: #60d8e6; */
	color: #444444;
	text-align: center;
	padding: 30px 15px;
	text-decoration: none;
	font-size: 25px;
	line-height: 40px;
	vertical-align: top;
}

#nav a:hover {
	color: #609ae6;
}

#nav #account {
	/* float: right; */
}

#nav_logo {
	/* #70aac2 */
	/* #23355d */
	/* display: list-item; */
	/* margin-left: auto;
	margin-right: auto; */
	/* float: left; */
	/* position: absolute; */
	height: 70px;
	position: relative;
	top: 15px;
	/* transform: translateY(-50%); */
	/* padding: 15px; */
}
