#footer {
  width: 100%;
/*
  max-width: 120rem;
  margin: 0 auto;
*/
  color: #ffffff;
  background-color: var(--green-800);
}

#footerCopyright {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 0;
  padding: 0.9rem 0 0.9rem;
}

@media screen and (max-width: 959px) {

#footerCopyright {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 1rem 0 0.9rem;
}

}

