body {
  font: normal 16px Verdana, sans-serif;
  margin:0px;
  padding:0px;
}

header {
  /* remove empty space from above the header */
  border-top: 1px solid red;  /* works with margin-top somehow */
  margin-top: -7px;

  font-size: 18px;
  color: #f0f080;
  text-shadow: 2px 2px 4px #000000;
}

header, h1 {
  margin-bottom: 0px;
}


nav {
  background-color:transparent;
  position: fixed;
  top: 0px;
  right: 14px;
  z-index: 10;
}

table#nav1 {
  width:100%;
  border-spacing:1px;
}

a#nav2:link, a#nav2:visited {
  display: block;
  font-weight: bold;
  color: #f0f080;
  text-shadow: 2px 2px 4px #000000;
  background-color:transparent;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}
a#nav2:hover, a#nav2:active {
  background-color:rgba(0,250,220,0.3);
}

td#nav3 {
  display: block;
  font-weight: bold;
  color: #fffff0;
  text-shadow: 2px 2px 4px #000000;
  background-color:transparent;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}


section {
  margin-top: -1em;
    /* takes empty space out from before the section */
    /* Empty space is from a paragraph tag that my dull pencil processing */
    /* puts in. If there are no empty lines above section in .txt file */
    /* then this is not needed. Maybe I need to fix dull pencil to not */
    /* put in a first paragraph tag or something? */

  padding: 0;
  width: 100%;
  background-image: url('wood-background.jpg');
  background-size: 100%;  /* stretch image to fit width */
}


footer {
  position:sticky;
  bottom:7px;
  /*left:0;
  width:100%;*/
  z-index:-1;
  background-color:rgba(0,0,0,0.7);
  color:white;
  clear:both;
  text-align:center;
  padding:10px;
} 


figure {
  width:32%;
  min-width:180px;
  text-align:center;
  font-style:italic;
  /*border:thin silver solid;*/
  border:none;
  margin:0.04em;
  padding:0.04em;
  display:inline-block;
  vertical-align:middle;
}

p {
  margin-top: 1.0em;
  margin-bottom: 0em;
  max-width: 48em;
}

table {
  border-collapse: collapse;
  margin-top: 0.4em;
}

th, td {
  padding: 2px;
}

ul, ol {
  margin-top: 0.2em;
}

dl {
  margin-top: 0.2em;
  margin-bottom: 0px;
}

dd {
  margin-left: 1.5em;
}

hr {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}


audio {
    /*filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);*/
    /*width: 200px;*/
    height: 20px;
}
