.site-nav {
  margin-bottom: 1rem;
  text-align: center;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin: 0 0.8rem;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
}
.nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.header-image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.header-image + * {
  margin-top: 0;
}

.page-header {
    color: #fff;
    text-align: center;
    background-color: #995615;
    background-image: linear-gradient(0deg, #159957, #ebd8c0);
}

.site-footer-owner .chaosium-notice {
  color: #999;
  font-style: italic;
  font-weight: normal;
  font-size: small;
}

.site-footer-contact {
  color: #999;
  font-size: 0.8rem;
}

.site-footer-contact a {
  color: #bbb;
  text-decoration: underline;
}
.site-footer-contact a:hover {
  color: #fff;
}
