body {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 0;
  font-size: 1.3em;
}

a {
  color: #00C;
} 

code {
  background: #eee;
  border-radius: 5px;
  padding: 5px;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
}

#whole-page {
  margin: 0 auto;
  max-width: 950px;
  min-height: 90vh;
  display: grid;
  grid-template-rows: 1fr 100px;
}

#footer {
  padding-top: 40px;
  text-align: center;
  font-style: italic;
  color: #666;
  font-size: 1.3em;
}

#footer a {
  color: #000;
}

#wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
}

#wrapper.wiki {
  grid-template-columns: 250px 1fr;
}

#sidebar {
  margin-top: 80px;
  font-size: 1.25em;
}
#sidebar a:hover {
    background: linear-gradient(135deg, #ffeb3b, #ffc107);
    transform: scale(1.03);
}
#sidebar ul {
  padding: 0;
  list-style-type: none;
  margin-left: none;
  margin-bottom: 10px;
}

#sidebar li {
  margin-bottom: 15px;
}

#sidebar a {
  text-decoration: none;
}

#main img {
  max-width: 100%;
  height: auto;
}
#main p {
    font-size: 26px;
}
.main-title {
  font-weight: 900;
  font-style: italic;
  font-size: 2.5em;
  margin-top: 20px;
}

.main-title a {
  text-decoration: none;
  color: #666 !important;
}

.note {
  color: gray;
}

.inner-menu {
  margin-left: 15px;
}

.wiki-menu  {
  font-size: 0.8em !important;
}

li.wiki-menu-secondary {
  margin-bottom: 0 !important;
}

.wiki-body img {
  max-height: max-content;
  margin: 0 auto;
}

.wiki-body h1.wiki-title {
  font-size: 2em;
  border-bottom: none;
  padding: none;
}

.wiki-body h1 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-top: 30px;
}

.wiki-body h2 {
  font-size: 1.25em;
}

.wiki-body h3 {
  font-size: 1em;
}

/* ---- events ---- */

.event-date {
  color: #666;
  font-style: italic;
}

.events-overview-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
}

.events-overview-grid a {
  border-bottom: 2px solid #00c;
  line-height: 1.75;
  padding-bottom: 1px;
  text-decoration: none;
}

.events-overview-grid > * {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 30px;
}

.event-smaller-title {
  font-size: 1.5em;
}
