.header-1{
	height: 160px;
	background: gray;
}

.header-2{
	height: 120px;
	background: blue;
}

nav ul li {
	display:inline;
	margin: 10px 20px;
}

nav ul li a {
	text-decoration: none;
}

.active {
	border-bottom: 1px red solid;
}