/* ===================================================
   NAVBAR
   =================================================== */
.navbar {
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo { height: 24px; width: auto; }
