footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: var(--background-color);
}

footer h2 {
  font-family: "Permanent Marker";
  font-size: 30px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  padding: 30px 50px 0 50px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
}

.footer-container {
  margin: 0;
  padding: 0 50px 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  display: flex;
  margin-right: 20px;
}

.footer-links li:last-child {
  margin-right: 0;
}

.footer-links a {
  display: flex;
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  text-decoration: none;
  font-size: small;
  font-weight: bold;
}

.link2:hover {
  text-decoration: underline;
}

.footer-social-media {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 60px;
  display: flex;
}

.footer-social-media a {
  margin-left: 10px;
}

.footer-social-media img {
  width: 30px;
  height: auto;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  footer h2 {
    color: #fff;
    margin-top: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  footer a {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-links li {
    display: flex;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .link2 {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .footer-social-media {
    padding-top: 10px;
    margin: 20px;
    justify-content: center;
  }
}

.logo-footer img {
  max-height: 100px;
}
