/* alina pleskova web 1.0 style */

@font-face {
  font-family: "Space Mono";
  src: url("fonts/space-mono-latin-400-normal.woff2") format("woff2"),
       url("fonts/space-mono-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Mono";
  src: url("fonts/space-mono-latin-700-normal.woff2") format("woff2"),
       url("fonts/space-mono-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #e2e71a;
  color: #000000;
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
}
}

#wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 30px 60px 30px;
}

#events-page ul.plain {
  font-size: 0.85em;
  list-style: disc;
  padding-left: 20px;
  
}

/* header */

.sitename {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.sitename a {
  color: #000000;
  text-decoration: none;
}

nav {
  font-size: 0.95em;
  margin-bottom: 6px;
}

nav a {
  color: #000000;
}

hr {
  border: none;
  border-top: 1px dashed #4d5c00;
  margin: 20px 0;
}

/* links, web 1.0 style */

a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

a:visited {
  color: #444444;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

/* headings */

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #4d5c00;
  padding-bottom: 2px;
}

h3 {
  font-size: 1.05em;
  margin-bottom: 4px;
}

/* misc bits */

.byline {
  font-style: italic;
  font-size: 0.9em;
  color: #555;
}

.photo {
  max-width: 100%;
  border: 1px solid #999;
  padding: 4px;
  background: #fff;
}

ul.plain {
  list-style: none;
  padding-left: 0;
}

ul.plain li {
  margin-bottom: 4px;
}

blockquote {
  margin: 16px 0;
  padding-left: 14px;
  border-left: 3px solid #ccc;
  font-size: 0.95em;
}

footer {
  margin-top: 40px;
  font-size: 0.9em;
  color: #555;
}

.marquee-ish {
  text-align: center;
  font-size: 0.85em;
  color: #888;
  margin-top: 30px;
}

.blink {
  /* neocities allows this, subtle nod to old web, remove if not wanted */
}

.badge-row img {
  margin: 2px;
  vertical-align: middle;
}