.top-bar {
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 24px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.top-bar a {
  opacity: 0.45;
}

.top-bar a:hover,
.top-bar .current {
  opacity: 0.85;
}

.route-blog .top-bar,
.route-photo .top-bar {
  background: #faf9f7;
  border-bottom-color: #d8d4cc;
  color: #1a1917;
}

@media (max-width: 560px) {
  .top-bar {
    gap: 12px 18px;
    padding: 10px 16px;
  }
}
