/* @option user-selected navigation layout setting */

#navContent {
	display: block;
}

/* On screens less than this width, hide the drop-down menu and use toggle menu instead */
@media screen and (max-width: 500px){
	#navContent {
		display: none;
	}
	
	.raftNavWrapper {
		display: block;
	}
}
