.title-bar {
  background: #333;
  padding: 0.9rem;
}
.img_container{
  display:inline-block;
  margin-right:5px;
}
.top-bar {
  background: #333;
}
.top-bar ul {
  background: #333;
}
.top-bar ul li {
  background: #333;
}
.top-bar ul li a {
  color: #fff;
}

.menu-text {
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .menu-text {
    display: none !important;
  }
}

@media only screen and (min-width: 40em) {
  .menu:last-child {
    border-left: 1px solid #4e4e4e;
  }

  .menu:first-child {
    border-left: none;
  }

  .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e;
  }
}
.dropdown.menu .submenu {
  border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #fff transparent transparent;}
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff;}
}

.js-drilldown-back::before {
  border-color: transparent #fff transparent transparent;}
}

.js-dropdown-active {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  display: block;
}}
.variablecolor{
color: blue;}
