body {
  zoom: 75%;
}
/* .region-header { */
/*   display: flex; */
/*   flex-direction: row; */
/* } */

/* .menu--main h2 { */
/*   display: none; */
/* } */

nav.menu--main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu--main ul {
  display: flex;
  flex-direction: row;
}

body.path-frontpage .menu--main li.menu-item a[href="/licenses"],
body.path-user .menu--main li.menu-item a[href="/user"],
.menu--main li.menu-item a.is-active {
    background: #bbbbbb;
    box-shadow: none;
}

.menu--main li.menu-item {
   list-style: none;
}

.menu--main li.menu-item a {
    background: #0861bb;
    color: #ffffff;
    padding: 15px 30px;
    margin: 5px;
    line-height: 48px;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0px 2px 7px -3px #000000;
}
.menu--main li.menu-item a:hover {
    background: #05419b;
}
