#navbar {
  z-index: 100;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  outline: 3px solid rgba(42,14,166,0.46);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

a:focus, a:hover {
  color: #e8b70a;
}

.navbar-light .navbar-brand {
  background-image: url("logo_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 192px;
  background-position: center;
  height: 60px;
  color: rgba(255,255,255,);
  padding: 0px;
  margin:  ;
  margin-top: 2px;
  margin-bottom: -8px;
  padding-bottom: 0px;
  margin-right: 0px;
}

#navcol-1 {
  background-color: #3b5da4;
  font-family: ABeeZee, sans-serif;
  font-size: 18px;
}

a:hover {
  color: #fffeff;
  text-decoration: blink;
}

