.center {
	width: auto;
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	max-width: calc(100% - 40px);
}
a {
	text-decoration: none;
	font-weight: bold;
}
header {
	width: 100%;
	height: 160px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 5px 15px -5px #0000001f;
	display: flex;
	align-items: center;
}
#logo{
	width: 200px;
	height: 61px;
	background: url(../assets/img/DPONLINETEAL.png) no-repeat center;
	background-size: contain;
	display: block;
	margin-right: 20px;
}
nav {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
header ul {

	list-style: none;
}
header li {

	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
header li a {
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 15px;
	text-decoration: none;
	color: #ffffff;
	margin-right: 20px;
	margin-bottom: 6px;
	height: 16px;
	border: 2px solid #00ABAB;
	background-color: #00ABAB;
	font-size: 14px;
	line-height: 16px;
}
header li:hover, header li a:hover {
	background-color: transparent;
	color: #000 !important;
	text-decoration: none;
}
header h1 {
	
	font-size: 2em;
	color: #333333;
	line-height: 1.15em;
	margin: 20px 0;
}
header p {

	line-height: 1.45em;
	margin-bottom: 20px;
}
