#footer .footer {
  padding: 30px 0 60px;
  background-color: #000000;
}
#footer .footer .copyright {
  color: #FFFFFF;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .footer {
    padding: 30px 0 45px;
  }
}