/*
 * This is Eddie's flavor of section skin
 */

:root {
  --body-background: #ddd;
}

.panel {
  text-align: center;
  --tc: white;
  --ht: none;
  --hf: var(--serif);
  --hs: 35px;
}

.panel p {
  max-width: 500px;
}

.section-nav {
  display: none;
}
