@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
footer {
  width: 100%;
  display: flex;
  padding-bottom: 0;
}

.footer-content {
  padding: 30px 0 40px 0;
  width: 80%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-content p {
  margin-top: -20px;
  margin-bottom: 5px;
}

.footer-link {
  display: block;
  color: #606f7b;
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.4s;
}
.footer-link:hover {
  color: #00c58e;
}

.copyright {
  margin-bottom: -45px;
  height: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .footer-content {
    max-width: 400px;
  }
  .footer-content div {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .footer-content div {
    width: 100%;
  }

  iframe {
    width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map */
