.rank-gold {
  color: #FFD700; /* Gold */
  font-weight: 800;
  font-size: 1.6rem;
  text-shadow: 0 0 15px #ffd700bf, 2px 2px 1px #000000, -2px -2px 1px #000000;
}
.rank-silver {
  color: #C0C0C0; /* Silver */
  font-weight: 800;
  font-size: 1.4rem;
  text-shadow: 0 0 15px #C0C0C0bf, 2px 2px 1px #000000, -2px -2px 1px #000000;
}
.rank-bronze {
  color: #CD7F32; /* Bronze */
  font-weight: 800;
  font-size: 1.2rem;
  text-shadow: 0 0 15px #CD7F32bf, 2px 2px 1px #000000, -2px -2px 1px #000000;
}
.rank-normal {
  color: inherit; /* default text color */
  font-weight: 600;
  font-size: 1.2rem;
}


a.nav-link {
    font-family: "Roboto Slab", serif !important;
    font-weight: 700;
    opacity: .8;
}
a.nav-link:hover {
    opacity: 1;
    cursor:pointer;
}