@charset "UTF-8";
/* bmr_nav_small.css ((c) 2019-2020 Kenneth Higgs) - style sheet for small handheld devices under 830px wide */
/* Validate HTML at: http://validator.w3.org/ */
/* Validate CSS at: http://jigsaw.w3.org/css-validator/ */

/* adjust dropdown menu styling for small devices under 830px */
#MenuMobi a.gel, #ShowLabel, #HideLabel{
	margin-bottom: 1.5vw;
	font-size: 4vw;
	line-height: 7vw;
}

#MenuMobi li {
	margin: 0.3vw auto;
}