/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
// Default styling for menypunkter
.wl-default{}// Overrides for active
.wl-active{}// Overrides for hover/focus
.wl-hover{}header.navbar-default{// Styling for hele navbaren går her (bakgrunn etc)


	
	// Standard branding link
	a.navbar-brand{}// Overrides for hover
	a.navbar-brand:hover,a.navbar-brand:focus{}#navbar-collapse{ul.navbar-nav{// Listeelementer 1. nivå
			> li{// Standard menypunkt
				a{.wl-default;}// Active overrides
				a.is-active{.wl-active;}// Hover / Fokus
				a:hover,a:focus{.wl-hover;}}// Active overrides for submenypunkt
			> li.active{> a{.wl-active;}}}}}
