/*-- scss:defaults --*/
/* Allow links to shrink and wrap */
.navbar-nav > li > a {
  white-space: normal;
  font-size: 0.8rem; /* smaller font */
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Link colors — lilac, no underline */
a, a:link {
  color: #7b5eb2 !important;
  text-decoration: none !important;
}
a:hover {
  color: #9d5fc4 !important;
  text-decoration: none !important;
}
a:visited {
  color: #7b5eb2 !important;
}