.published {
  margin-top: 1rem;
  padding: 0 2rem;
  font-size: 0.8rem;
}

footer {
  background-color: var(--color-blue);
  color: var(--color-white);
  margin-top: 1rem;
  padding: 2rem;
  font-size: 0.9rem;
  padding: 2rem 2rem 135px 2rem;
}

footer #footerLinks {
  border-bottom: 2px dashed var(--color-white);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

footer h3 {
  color: inherit;
  border-bottom: 1px dotted var(--color-white);
  padding-bottom: 0.5rem;
}

footer ul {
  list-style-type: none;
  margin: 0;
}

footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--color-white);
}

footer a:hover,
footer a:focus {
  color: inherit;
  border-bottom-width: 2px;
}

footer .footer-logo {
  position: relative;
  margin-bottom: 2rem;
}

.copyright {
  font-size: 0.75rem;
  color: inherit;
}

@media screen and (max-width: 39.9375em) {
  footer {
    padding-left: 40px !important;
  }
  footer #footerLinks {
    border: 0px;
  }
  footer section {
    margin-bottom: 2rem;
  }
}
