/* 
TODO: For every style sheet try a cute pixel art divider 
- skulls for stonethrone or simplified old site 
    - Grass to well edge except well fades off quickly 
    - Starry background ?
- Blog2 grass or flowers
- ews? Keep it simple ?
*/
html {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "Courier New", Courier, monospace;
}

body {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

main {
  max-width: 800px;
  width: 100%;
}

main article {
  padding: 10px 20px 10px 20px;
  max-width: 800px;
}

.article-title {
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

main article h2 {
  font-weight: 600;
  margin-bottom: 0;
}

main article a.date {
  color: rgb(150, 150, 150);
  font-style: italic;
  text-decoration: none;
  font-size: 10pt;
}

main article p {
  max-width: 800px;
  text-indent: 50px;
  text-align: justify;
  font-size: 13pt;
}

main article img {
  max-width: 800px;
  width: 100%;
  margin-left: -50px;
}

header {
  width: 100%;
  margin: 0 0 0 0;
  padding: 100px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
}

header a {
  text-decoration: none;
}

header .small {
  font-weight: bold;
  font-size: 12pt;
  margin-left: 15px;
  margin-right: 15px;
  align-self: flex-end;
  font-weight: 400;
  font-style: normal;
}

header .highlighted {
  font-size: max(2em, 2.5vw);
  margin: 0 0 -5px 0;
  padding: 0 0 0 0;
  font-weight: 600;
  font-style: normal;
}

footer {
  margin: 20px 0px;
}

footer a {
  text-decoration: none;
}

footer a.trail {
  margin: 0 10px;
  padding-top: 4px;
}

footer a.selected {
  font-weight: bold;
}

footer a.arrow {
  font-size: 30pt;
}

html {
  background-color: rgb(20, 20, 20);
  color: rgb(236, 236, 236);
}

header a {
  color: white;
}

main article i.date {
  color: rgb(150, 150, 150);
}

header {
  border-color: rgb(155, 155, 155);
}

footer a {
  color: rgb(236, 236, 236);
}

footer a:hover {
  color: grey;
}

/*# sourceMappingURL=style.css.map */