@charset "UTF-8";
html {
  font-family: Gill sans, sans-serif;
  background-color: #333349;
  font-size: 30pt;
}
@media (min-width: 1180px) {
  html {
    font-size: 18pt;
  }
}

body {
  background-color: #ffe9e9;
  color: #333349;
}
@media (min-width: 1180px) {
  body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.header .sitetitle {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.header .sitetitle h1 {
  text-align: left;
  margin: 0px;
}
.header a {
  color: #333349;
  text-decoration: none;
}
.header a :visited {
  color: #333349;
  text-decoration: none;
}
.header ul.sitemenu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}
.header ul.sitemenu li {
  display: block;
  width: 100%;
  text-align: center;
}
.header ul.sitemenu li a :hover {
  font-weight: bold;
  text-decoration: underline;
}

.content {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  justify-content: space-evenly;
}
.highlights .highlight {
  background-color: #333349;
  color: #ffe9e9;
  padding: 1em;
  border-radius: 1em;
}
.highlights .highlight h4 {
  margin-top: 0px;
}

.footer {
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

h1 {
  text-align: center;
}

.article {
  padding-left: 1em;
}

.article h1, .article h2, .article h3 {
  margin-left: -1em;
}

pre.programlisting {
  font-family: Andale Mono, monospace;
  font-size: 0.85em;
  background-color: #C0C0BB;
  color: #666666;
  padding: 0.5em 1em;
}
pre.programlisting.bash::before {
  content: " ~ % ";
  font-weight: bold;
}

code {
  font-family: Andale Mono, monospace;
  font-size: 0.85em;
}
code.command, code.keycombo {
  font-weight: bold;
}

a.extlink:link::before {
  content: "🔗";
  font-size: 0.5em;
  vertical-align: text-top;
}

.wordasword, .foreignphrase {
  font-style: italic;
}

.wordasword::before {
  content: "“";
}

.wordasword::after {
  content: "”";
}

.footnote-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1em;
  font-size: 0.9em;
}
.footnote-grid p {
  margin-block-start: 0px;
}

.fnRef {
  font-size: 0.9em;
  vertical-align: super;
}

.variablelist {
  display: grid;
  grid-template-columns: 12em 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1ex;
}

.formalpara .title {
  font-weight: bold;
}

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