

.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;
}

.toolbar-left {
  float: left;
}

.toolbar-left img {
  vertical-align: middle;
  width: 24px;
}

.toolbar-left a {
  text-decoration: none;
  font-size: 1;
  font-weight: bold;
}

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