Navs
# Intro
Navs can be created by using the nav element and are classless by default. You can add a brand and groups to control how your nav functions.
# Groups
The group class is used to group elements by using flex and will justify to the end. Groups are not responsive or collapse by default. See below on how to make groups collapse on smaller screens.
# Collapsable
You can make responsive or collapsable navs by adding the -collapsable modifier and a checkbox, with a nav-toggle class, with a label and adding the -collapse modifier to groups that should collapse on smaller screens.
# Transparent
You can make a nav transparent by using the -transparent modifier which removes the background and box-shadow. You should pair a transparent nav with other color utilities.