.emaillink {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  text-decoration: none;
}
.email_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--paletteColor1);
  border-radius: 100%;
  color: white !important;
  padding: .375em;
  font-size: var(--social_icon_size-footer);
}
.email_icon svg {
  height: .5em;
  width: .5em;
}
.emaillink:hover .email_icon {
  background-color: var(--paletteColor5);
}
.show_icon .email_label {
  margin-left: .5em;
}
.email_label {
}
.emaillink:hover .email_label {
  color: var(--paletteColor5);
  text-decoration-color: var(--paletteColor5);
}
.bg-color.color6 .emaillink:hover .email_label,
.bg-color.color7 .emaillink:hover .email_label {
  color: var(--color-south_hall);
  text-decoration-color: var(--color-south_hall);
}