/* Fix a min width on menu elements to avoid sliding when hovering. */
div#md-menu-left ul li a {
  min-width: 170px;
}

/* Style color and bolderness when hovering menu elements. */
div.navbar-header a#site-title:hover, div#md-menu-left ul li a:hover {
  font-weight: bold;
  color: #CEB174 !important;
}