/**
 *  Copyright (c) 2021, AJXS.
 *  This program is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License as published by the
 *  Free Software Foundation; either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  Authors:
 *     Anthony <ajxs [at] panoptic.online>
 */
html {
  font-size: 12;
	background-color: #101010;
	color: #E7E7E7;
}

body {
	background-color: #0f0a0b;
  box-sizing: border-box;
  font-family: Arial, "Liberation sans", sans-serif;
  margin: 0 auto;
  padding: 0.4rem;
  width: 800px;
}

body > header {
  color: #dfdfd3;
  text-align: center;
  font-family: "Trebuchet MS", "DejaVu Sans Mono", monospace;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1rem 0 0 0;
  letter-spacing: 0.25rem;
}

body > header a {
  color: #dfdfd3;
}

body > header a:hover {
  color: #c1c1c1;
}

body > header a:visited, body > header a:link, body > header a:active {
  text-decoration: none;
}

body > header a:hover {
  text-decoration: underline;
}

body > footer {
  color: #282814;
  font-size: 0.8rem;
  padding: 0.4rem 0 0.4rem;
  text-align: center;
}

body > footer a {
  color: #282814;
}

body > footer a:hover {
  color: #848478;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "DejaVu Sans Mono", monospace;
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: initial;
  margin: 1.25rem 0;
  text-transform: none;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: initial;
  margin: 1.25rem 0 0.85rem;
  text-transform: none;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: initial;
  margin: 1.25rem 0 0.85rem;
  text-transform: none;
}

h4 {
  font-size: 1.17rem;
  line-height: 1.755rem;
  font-weight: 700;
  letter-spacing: initial;
  margin: 0.8rem 0;
  text-transform: none;
}

section {
  margin-bottom: 1.4rem;
  font-size: 1rem;
  padding: 0px;
  text-align: left;
}

section a {
  color: #ccc;
}

section a:hover {
  color: #9d2727;
}

section #link-list {
  font-family: "Trebuchet MS", "DejaVu Sans Mono", monospace;
  list-style: none;
  margin: 0 0 0 0.4rem;
  padding: 0;
}

section #link-list li {
  margin-bottom: 0.4rem;
}

section #link-list li .icon {
  display: inline-block;
  height: 20px;
  margin-right: 0.5rem;
  width: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  body {
    width: unset;
    margin: 0;
  }
  body header {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.5rem 0 0;
  }
}
