@media (min-width: 12in) {
  body {
    font-size: 12pt;
  }
}

@media (max-width: 12in) {
  body {
    font-size: calc(12.5 / 12 * 1.37vw - 0.5pt);
  }
}

body {
  background-color: Canvas;
  color: CanvasText;
  color-scheme: light dark;

  box-sizing: border-box;
  /* height: 129.41176470588235294117647058824vw; US letter aspect ratio */
  margin: 0;
  padding: 0;
  /* font-size: 1.6339869281045751633986928104575vw; =10pt if we assume that vw=8.5in */
  /* font-family: 'Quicksand', sans-serif; */
  font-family: "Encode Sans Expanded", sans-serif;
  text-align: center;
}

body>div {
  font-size: 1.5em;
  padding: 2.5em 2.5em;
  margin: auto;
  max-width: calc(12in - 5em);
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  padding: 0;
}

a[name] {
  position: relative;
  display: block;
  font-size: 1.65em;
  text-transform: uppercase;
  opacity: 0.3;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  text-align: left;
}

a[name]::first-letter {
  font-size: 1.1em;
}

a[name]::after {
  text-align: center;
  content: ".  .  .";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

a[href] {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  /* border: 1px solid #CCC;
    box-shadow: 0.1em 0.1em #ccc; */
}

a[href]:hover {
  background: Highlight;
}

table {
  width: 100%;
}

table td:last-child {
  padding-top: 0.5em;
  padding-left: 0.8em;
}

table td:first-child {
  padding-right: 1.1em;
  width: 8em;
  height: 7em;
}

#section-small-pics table td:first-child {
  padding-right: 1.1em;
  width: 8em;
  height: 5em;
}

img.img-alt {
  display: none;
}

/* 
@media (max-width: 6in) {
  img.img-alt {
    display: inline-block;
    width: 30%;
  }

  table td:first-child {
    display: none;
  }

  table td {
    font-size: 1.45em;
  }
} */

img {
  /* box-shadow: 0.06em 0.06em 0.5em Highlight; */
  /* filter: drop-shadow(0.06em 0.06em 0.1em CanvasText); */
  filter: drop-shadow(0 0 0.05em CanvasText);
}

#section-small-pics img:not(.logo-small) {
  box-shadow: none;
}

/* img:not(.logo-small):hover
{
    opacity: 0.1;
} */

table td:first-child img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

table td {
  /* vertical-align: top; */
}

#menu {
  border-bottom: 0.05em solid gray;
}

section td {
  text-align: left;
}

ul,
section b {
  opacity: 0.6;
}

ul {
  margin: 0.5em;
}

ul li {
  line-height: 1.5em;
  padding: 0.1em;
}

header ul li {
  display: inline;
}

section ul li {
  /* display: inline-block; */
  display: block;
}

section ul li::before {
  content: "~";
  /*♯~⇨*/
}

/* ul li:not(:last-child)::after
{
    content: " |";
    opacity: 0.5;
}
*/

header {
  text-align: center;
}

header h1 {
  font-weight: 100;
  font-size: 3.5em;
  margin-bottom: 0.1em;
}

header h1 b {
  font-weight: 300;
}

header h2 {
  font-weight: 100;
  font-size: 1.3em;
  margin-bottom: 0.1em;
}

img.logo-small {
  height: 1em;
  padding: 0.2em 0.35em;
  vertical-align: bottom;
}

section {
  /* text-align: justify; */
}

section table {
  font-size: 1.3625em;
}

section table td:last-child {
  font-size: 0.6em;
  vertical-align: top;
}

section h2 {
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: -0.03em;
}

section h3 {
  font-weight: 300;
  font-size: 0.95em;
  padding-bottom: 0.5em;
  letter-spacing: -0.06em;
}

section h4 {
  font-weight: 400;
  font-size: 1em;
  font-variant: small-caps;
}

section p {
  text-align: justify;
}

tr>td {
  padding-bottom: 1em;
}