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

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

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

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