.link-list {
  padding: 0;
  margin: 0; }
  .link-list--larger .link-list__item {
    margin-bottom: 18px; }
  .link-list--larger .link-list__link {
    font-size: 28px;
    line-height: 64px;
    color: #fff; }
    .link-list--larger .link-list__link:hover {
      color: #f8f8e6; }

.link-list__item {
  display: inline-block;
  margin-right: 30px; }

.link-list__link {
  transition: all .5s ease-in-out;
  color: inherit; }

.link-list__link {
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #00528c;
  line-height: 52px; }
  .link-list__link:hover {
    color: #7fa8c5; }

@media screen and (max-width: 650px) {
  .link-list--footer .link-list__item {
    margin-right: 5px; } }

@media screen and (max-width: 650px) {
  .link-list--footer .link-list__item:last-of-type {
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .link-list--footer .link-list__link {
    font-size: 14px; } }
