.site-branding-text .site-title {
  display: none;
}
a {
  color: #95a5a6;
}
.sidebar-footer a:not(.btn), .footer-nav-menu a:not(.btn) {
  color: #95a5a6;
}
@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
} 
 
