/* =============================== */
/* 🦶 FOOTER – BASISSTYLING        */
/* =============================== */

footer {
  background-color: #d8bfd8; /* zacht lavendel */
  text-align: center;
  padding: 20px;
  color: #4b0082; /*???*/
  font-family: 'Quicksand', sans-serif; /*???*/
  border-top: 4px solid #9c8bc1; /*???*/
}

/*ALLES HIERONDER NIET IN stijlen.css*/

/* Tekst in footer */
footer p {
  margin: 0.5em 0;
  font-size: 1em;
}

/* Links in footer */
footer a {
  color: #4b0082;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* =============================== */
/* 📱 RESPONSIVE FOOTER            */
/* =============================== */

@media (max-width: 600px) {
  footer {
    padding: 15px;
  }

  footer p {
    font-size: 0.95em;
  }
}
