footer {
  background-color: var(--color-primary-night-cream);
  color: var(--color-primary-green-dark);

  border-top: 1px solid var(--color-primary-green-light);

  margin-top: auto;
}

footer a {
  text-decoration: underline;
}

.logo-section {
  display: flex;
  padding: 32px 24px;
}

.social-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--color-primary-cream-dark);
  margin-bottom: 32px;
}

.social-section a {
  text-decoration: none;
}

.social-section a.instagram-link-text {
  text-decoration: underline;
}

.links-section {
  display: flex;
  grid-gap: 2rem;
  margin-bottom: 40px;
}

.links-section a {
  color: var(--color-primary-green-dark);
}

.copyright-section {
  text-decoration: none;
  text-align: right;
  width: 100%;
  margin-bottom: 16px;
}

.bottom-section {
  display: flex;
  flex-direction: row;
  margin: 0;
}
