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

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

	#RaftNav ul li a {
		line-height: 70px;
	}

	#RaftNav ul ul {
		top: 69px;
	}
}