#navbar {
  z-index: 100;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  outline: 3px solid rgb(255,227,0);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

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

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

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

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

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

* {
  font-family: 'Raleway', sans-serif;
}

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

.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: #ff0202;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

