/* Navbar home link -- black, larger font */
.navbar a[href^="https://sabioresearch.com"] {
  color: #000000 !important;
  font-weight: 700;
  font-size: 1.15em;
}
.navbar a[href^="https://sabioresearch.com"]:hover {
  color: #333333 !important;
}
