

.toolbar {
  background-color: #000;
  color: #fff;
  padding: .5em 1em;
}

.toolbar a {
  color: #fff;
}

.toolbar .social-icons a {
  height: 24px;
  width: 24px;
  margin-right: 0;
  margin-left: .5em;
}

.toolbar .flex {
  justify-content: flex-end;
  align-items: center;
}


@media (max-width: 500px) {
  .toolbar .flex {
    display: block;
    text-align: right;
  }
  .toolbar .flex .social-icons {
    margin-top: .5em;
  }
}