footer {
  color: white;
  width: 100%;
  font-size: 1em;
  margin-top: auto;
  text-align: center;
  font-weight: lighter;
  font-family: "Amiri", serif;
  background-color: rgba(0, 0, 0, 0.4);
}

.references-title {
  color: white;
  font-size: 34px;
  font-family: "Amiri", serif;
}
@media (min-width: 800px) {
  .references-title {
    font-size: 45px;
  }
}
@media (min-width: 1050px) {
  .references-title {
    font-size: 55px;
  }
}

.references {
  padding-top: 20px;
  font-family: "Cormorant Garamond", "Palatino Linotype";
}

.references ul {
  list-style-type: none;
}

.footer-ref a:active,
.footer-ref a:link,
.footer-ref a:visited {
  color: white;
}

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