body {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

#logo-footer {
width:150px;
}
.footer {
    color: #fff;
}
    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
        color: #fff;
    }

.footer-content .nav-pills > li > a {
    color: #fff;
}
    .footer-content .nav-pills > li.active > a, .footer-content .nav-pills > li.active > a:focus, .footer-content .nav-pills > li > a:focus {
        color: #fff;
    }
.footer-content .social-links li a {
    color: #fff;
}

.subfooter {
    color: #a4a0a0;
}
.subfooter a{
    color: #a4a0a0;
}


.btn-default {

    background-color: 

  #757577;

color:
#ffffff !important;

border-color:

#757577;

}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: $white;
  background-color: #555557;
  border-color: #555557;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: $white !important;
  background-color: #555557;
  border-color: #555557;
}

.navbar-default .navbar-nav > li > a {
 color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #757577;
}
.gray-bg {
    background-color: 
#f5f5f7;

}