@mixin header-links {

a {
  color: rgba(255,255,255,0.75);
  &:hover {
    color: $white;
  }
}

}