﻿/* COLORS */
/* ---- PASTELS ---- */
/* ---- OTHER COLORS ---- */
footer {
  background-color: #663399;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: flex-end;
}
footer .footer-wrapper a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-right: 14px;
}
footer .footer-wrapper a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    display: block;
    text-align: center;
  }
  footer .footer-wrapper a {
    margin: 0 16px;
  }
}
