/* Styles for Social Module */

.social-links{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.social-link {
  padding-right: 5%;
  height: 100%;
}

.social-link:last-of-type {
  padding-right: 0;
}

.social-link svg {
  fill: #ffffff;
  height: 100%;
}
