@import url('../../css/font.css');

body {
	margin: 0;
	font-family: Roboto, arial, sans-serif;
}

#header {
	max-width: 900px;
	width: 100%;
	height: 58px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 10px;
}

#header-logo {
	margin-top: 5.5px;
	margin-bottom: 5.5px;
	margin-left: 28px;
	height: 47px;
	width: 163px;
	float: left;
}

#header-nav {
	float: right;
	width: 446px;
	position: relative;
}

.header-nav-item-wrapper {
	float: left;
}

.header-nav-item {
	font-family: Roboto, arial, sans-serif;
	letter-spacing: 1px;
	color: white;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 23px;
	height: 35px;
}

.header-nav-item-selected {
	background-color: #0A7199;
}

.header-nav-divider-wrapper {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 23px;
	height: 35px;
	width: 1px;
}

.header-nav-divider-1 {
	background-color: white;
	height: 22px;
	width: 2px;
	float: right;
	top: 21px;
	left: 100px;
	position: absolute;
}

.header-nav-divider-2 {
	background-color: white;
	height: 22px;
	width: 2px;
	float: right;
	top: 21px;
	left: 220px;
	position: absolute;
}

.header-nav-divider-3 {
	background-color: white;
	height: 22px;
	width: 2px;
	float: right;
	top: 21px;
	left: 336px;
	position: absolute;
}

#footer {
	max-width: 900px;
	width: 100%;
	height: 58px;
	margin: auto;
	background-color: white;
	box-sizing: border-box;
	padding: 0 10px;
}

#footer-nav {
	float: right;
}

.footer-nav-item {
	color: #808080;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 23px;
	padding-bottom: 23px;
}

/* Responsive improvements for small screens */
@media (max-width: 920px) {
	#header, #footer {
		padding: 0 15px;
	}

	#header-nav {
		width: auto;
		max-width: 446px;
	}

	.header-nav-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-nav-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 600px) {
	#header, #footer {
		padding: 0 10px;
	}

	.header-nav-item {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}

	.footer-nav-item {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
}
