/* =========================================================
   FOOTER
========================================================= */
footer {
  background-color: #2d5a4c;
  color: white;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.footer-link {
  color: #d1d5db;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.footer-link:hover {
  color: white;
}

.social-icon {
  font-size: 1.5rem;
  color: white;
  margin-right: 15px;
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  height: 150px;
  background-color: #eee;
}