/* Silicon Hole ry. — deliberately minimal.
   This is close to unstyled default browser rendering, matching
   the original site. No layout system, no theme, nothing to
   maintain. */

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 40px 40px;
}

a {
  color: #008000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #006400;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.header-bar {
  background: #f0f0f0;
  margin: 0 -40px 12px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.header-bar img.logo {
  max-height: 8.5rem;
  width: auto;
}

.intra-header-bar {
  background: #a0a0a0;
}

.nav-links {
  font-size: 1.6rem;
  white-space: nowrap;
}

.nav-links a {
  margin-left: 12px;
}

.nav-links a:hover {
  color: #008000;
}

.submenu {
  background: #f0f0f0;
  margin: -12px -40px 12px;
  padding: 6px 40px;
  font-size: 1.4rem;
}

.submenu a {
  margin-right: 10px;
}
