/* /static/nav.css */

.site-nav {
  background:#111;
  padding:12px 20px; /* matches rules.html look */
}

.site-nav nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.site-nav #authNav {
  color:#eee;
}


a.nv{color:#eee;margin-right:12px;text-decoration:none}
a.nv:hover{text-decoration:underline}
.btn{padding:6px 10px;border:1px solid #ccc;border-radius:6px;background:#f7f7f7;color:#111;cursor:pointer;line-height:1.2}
.btn.btn-secondary{background:#f7f7f7}

.site-footer {
  background:#111;
  color:#eee;
  padding:12px 20px;
  text-align:center;
}
