.site-header {
  top: 0;
}

.developer-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #040e15;
  color: #71838d;
  font: 600 9px/1.4 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.developer-strip a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.developer-strip a:hover {
  color: #fff;
}

.developer-strip span {
  margin: 0 8px;
  opacity: 0.45;
}
