a:hover, a:focus {
    color: #5F4905 !important;
   }
   a:link 
     {color:#5F4905 !important;}
   a:visited 
     {color:#5F4905 !important;}
   a:active 
     {color:#5F4905 !important;}
   a:hover
     {color:#5F4905 !important;}
   .bs-docs-sidenav > .active > a {
    color: #fff !important;
    background-color: #5F4905 !important;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: none !important;
}