/* @option user selected navigation height setting */

.aptenonNavBarWrapper,
#header {
	height: 45px;
}

.navMobileButton,
.navMobileButton .menu-opened,
.navMobileButton .menu-closed {
	line-height: 45px;
	height: 45px;
}

nav {
	max-height: 45px;
}

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