a:focus, a:hover {
  color: #0085A1;
}

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

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

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

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

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

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

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

