#mwMenuBar {
  background: var(--menu-bg-rgb);
}
#mwMenuBar,
#mwMenuBar a, #mwMenuBar:link, #mwMenuBar:visited, #mwMenuBar:active {
  color: var(--menu-text-rgb) !important;
}
#mwMenuBar a {
  text-decoration: none !important;
  text-transform: uppercase;
}
#mwMenuBar a:hover {
  text-decoration: dotted !important;
}
#mwMenuBar a {
  position: relative;
  z-index: 0;
}

.topmenu {
  font-family: "CopperplateCC";
  font-weight: 100;
}

.topmenu {
  text-align: center;
}
.topmenu .main-menu {
  line-height: 1.5rem;
}
.topmenu a {
  display: inline-block;
  border: none !important;
  margin: 0 0.25rem;
  padding: 0.5rem;
}
.topmenu a.icon {
  font-size: 1.25em;
  width: 1em;
}
.topmenu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.topmenu ul li {
  display: inline-block;
  vertical-align: middle;
}
.topmenu .site-brand {
  float: left;
}
.topmenu .main-menu {
  flex: 1 0 auto;
}
.topmenu .icons {
  float: right;
}

.topmenu .site-brand {
  display: none;
}

/*# sourceMappingURL=menu.css.map */
