/* @option user selected navigation height setting */

#aptenonNavBarWrapper,
#header {
	position: relative;
	height: 35px;
}

#navButton,
#navButton .menu-opened,
#navButton .menu-closed {
	line-height: 35px;
	height: 35px;
}

#nav {
	max-height: 35px;
}

@media screen and (min-width: 996px) {
	#aptenonNavBarWrapper {
		z-index: 300;
		height: 35px;
	}
	
	#nav li a {
		line-height: 35px;
		height: 35px;
	}
}