/**
 * @file
 * menu--full-width
 * Styling for the "main menu" type: Float Right
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-03-04
 * 
 * Attached thru `.libraries.yml`
 *
 ============================================================================ */
 .layout-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 
.menu-bar {
  margin-left: auto;
}

.menu-name--main a {
	border-radius: .2em;
	font-weight: bold;
	padding: .4em 1.2em;
  text-transform: uppercase;
}

.menu__item--active-trail,
.menu-name--main li:hover {
  color: #0088cc;
}

.menu__item--active-trail a,
.menu-name--main li:hover a {
  background: #fff;
}