.nav1:hover {
  background-color: rgba(91,91,91,0.9);
  color: #fff;
}

.nav1 {
  background-color: rgba(255,255,255,0.9);
  color: rgb(0,21,91);
  border-radius: 0;
  border: none;
}

#foot {
  position: fixed;
  bottom: 0;
}

p a {
  color: rgb(91,91,91);
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  color: #fff;
}

.nav-link {
  color: rgba(255,255,255,0.5);
  display: block;
  padding: .5rem 1rem;
}

