footer {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0 auto;
  background: #bed4cc;
}

.social-media-container {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
}

.social-media-button {
  margin: 0px 10px 0px;
  border: 1px solid #838383;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fab {
  font-size: 16px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  letter-spacing: 1.5px;
  word-spacing: 2px;
  justify-items: center;
}

@media (max-width: 700px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
}

.menu-title {
  margin-bottom: 10px;
  font-family: "Raleway Medium";
}

.menu {
  margin-bottom: 20px;
  margin-top: 10px;
}

.menu-links,
.other-links {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
  width: auto;
}

.menu-links:hover,
.other-links:hover {
  color: var(--font-color-02);
}

.copyright {
  font-size: 12px;
  letter-spacing: 1.5px;
  word-spacing: 2px;
  text-align: center;
}

.copyright a {
  font-size: 12px;
  cursor: pointer;
}

a {
  text-decoration: none;
}
