a {
  color: #7b2228; /* primary */
  text-decoration: none;
  background-color: transparent;
}
a :hover {
  color: #666666;
  text-decoration: none;
}

.header-background {
	background-color: #7b2228; /* headerbg */
}

.team-primary-color {
  color: #7b2228; /* primary */
}

.team-primary-background-color {
  color: #7b2228; /* primary */
}
