.md-nav__item a[href="https://github.com/metaapi"]
{
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

@media (max-width: 1219px) {
  .md-nav__item a[href="https://github.com/metaapi"]
  {
    margin: 0;
  }
}

.md-nav__item a[href="https://github.com/metaapi"]::before
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/github-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.github-button {
  background-color: white;
  color: black;
  font-weight: bold;
  padding-left: 20px;
  background-image: url("../images/github-mark.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  font-size: 16px;
  background-size: 16px 16px;
  padding: 8px;
  padding-left: 35px;
  border-radius: 8px;
  margin-right: 12px;
}
