#header-menu-wrap.collapse.navbar-collapse {
  color: #c8c4f2;
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
  letter-spacing: 3px;
  word-spacing: 6px;
  text-align: center;
  white-space: normal;
  background-color: #502552;
  background-repeat: repeat-y;
  background-size: contain;
  margin: 11px;
  margin-bottom: 2px;
  padding-bottom: 3px;
  position: static;
  top: 4px;
  z-index: -1;
  border-style: double;
  border-color: #a890bd;
  border-radius: 8px;
  opacity: 1;
  font-style: italic;
}

.col-md-12.top-bar-items {
  background-color: #614678;
  color: #ffffff;
  font-size: 5px;
  letter-spacing: 0px;
  margin-top: 11px;
}

.navbar.row.navbar-inverse {
  background-color: #290d42;
  border-style: double;
  border-color: #bfb2d6;
  border-width: 8px;
  border-radius: 0px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  text-indent: 0px;
  letter-spacing: 0px;
  border-style: ridge;
  border-width: 4px;
  border-color: #d5abdb;
  opacity: 0.95;
}