.site-footer {
  background-color: black;
  padding-top: 20px;
}
.site-footer .copyright {
  padding-bottom: 20px;
  color: #a88462;
}
.site-footer .copyright div:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright div:last-child {
    text-align: left;
  }
}
.site-footer a {
  color: white !important;
}
