/*--------------------------------------------------------------
# Tags Footer
--------------------------------------------------------------*/
.tags-links {
  text-align: right;
  width: 100%;
  padding: 2rem 1rem;
}
.tags-links a {
  padding: 0.5rem 1rem;
  display: table-cell;
  text-transform: uppercase;
  font-family: "Playfair Display";
  color: #000000;
  text-decoration: none;
}
.tags-links .tag-separator {
  color: #001c4c;
  font-weight: 800;
}
.tags-links .tag-separator a {
  font-weight: 400;
}
