body {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(198, 144, 144, 0.7)), url('../images/sp_support_background.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #1f1d1d !important;
}

#logo img {
  margin-top: -20px !important;
  max-height: 80px !important;
}

@media (min-width: 767px) {
  #navbar {
    border-bottom: none !important;
  }
}
#navbar .nav > li > a {

  border-bottom: 2px solid #333 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333 !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000 !important;
}
#navbar .nav > li > a:hover {
  border-bottom: none !important;
  background-color: transparent;
}
.head-menu > li > a:hover {
  color: #fff !important;
}
.container {
  padding-right: 25px !important;
  padding-left: 25px !important;
  margin-right: auto;
  margin-left: auto;
}