/* === FOOTER SECTION === */
.footer-section {
  background: #000;
  color: #fff;
  /* margin-top: 50px; */
  padding-top: 5rem;
  padding-bottom: 5rem;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  /* Lower left, higher right */
}

.footer-section a {
  transition: 0.3s;
}

.footer-section a:hover {
  color: #fffdd0; /* Light cream on hover */
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.material-icons {
  font-size: 24px;
}
