/*Footer*/
#main-footer,
#bbd-bottom-footer {
  background-color: #000;
}

#footer-bottom,
#main-footer #footer-bottom #footer-info {
  padding: 0;
}

#bbd-bottom-footer {
  padding: .5em 0;
}

#bbd-bottom-footer .bbd-brand-name {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
}

#footer-info,
#bbd-branding,
#bbd-branding a {
  color: #fff;
}

#bbd-bottom-footer .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media all and (max-width: 768px) {
  #bbd-bottom-footer .container {
    flex-direction: column;
    text-align: center;
  }
}