* The Winstrap navbar supports all of the options from the Bootstrap navbar.
* Align nav links, forms, buttons, or text, using the `.navbar-left` or `.navbar-right` utility classes.
* To use global and local navigation bars together (as seen above and on Microsoft web sites) use the standard bootstrap markup, wrapping `.container` or `.container-fluid` in `.navbar-global` or `.navbar-local`.
* When using a single navigation bar, `.navigation-global` will give you a 48px navbar and `.navigation-local` will give you a 72px navbar.
* Using `.compressed` with `.navbar-nav` will create extra space at `$vp4` if you have too many/too long nav items. If your nav still doesn't fit when using `.compressed` then consider using less nav items or renaming long nav items.
* Themes require `.navbar-global` and `.navbar-local` and are applied as siblings (ex: `.navbar-global.theme-default`)
* `.theme-dark` works with `$color-accent` and applies all the right interactive states accordingly.