/* @option User selected navigation bar height setting */

@media screen and (min-width: 996px) {
	#horizontalBar,
	#barFill {
		height: 30px;
	}

	#nav ul li a {
		line-height: 30px;
	}

	#nav ul ul {
		top: 29px;
	}
}