header {
	background: orange;
	height: 100px;
	width: 100%;	
}

.page-wrap {
	padding: 32px 0;
}

header .top-bar {
	list-style-type: none;
	margin:0;
	padding: 0;
	display: flex;
}
header .container {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

header .top-bar li a {
	padding: 4px 16px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

header .top-bar li:first-child a {
	padding-left: 0;
}

header .top-bar li:last-child a {
	padding-right: 0;
}

