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

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

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

a:focus, a:hover {
  color: #35c212;
}

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

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

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

