* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

body {
  margin: 0;
}

header {
  text-align: center;
  padding-top: 30px;
}

h1 {
  font-size: 7.5em;
  font-weight: 900;
  font-family: "Lucida Console", "Courier New", monospace;
  margin: 0.1em auto 0.0em auto;
  letter-spacing: -0.15em;
}

h2 {
  font-size: 3.2em;
  font-weight: lighter;
  font-family: system-ui;
  margin: 0.1em auto 0.5em auto;
}

h4 {
  font-size: 1.7em;
  margin: 1.7em auto 1.0em auto;
  font-weight: 100;
}

h5 {
  font-weight: 900;
  font-size: 0.8em;
  font-family: "FreeMono", monospace;
  font-stretch:extra-condensed;
  line-height: 2px;
  opacity: 50%;
}

p {
  margin: 12px auto;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  font-size: 1.0em;
}

main {
  margin: 30px 400px;
}

a.header-link, a.header-link:visited {
  text-decoration: none;
  color: black;
}

h4.self {
  margin: 2.0em auto 1.0em auto;
  line-height: 0;
}

h4.thrill {
  margin-bottom: 2.5em;
}

h4.head {
  margin: 2.0em auto 2.5em auto;
  text-align: left;
  opacity: 50%;
  font-weight: 900;
  font-size: 2.0em;
}

h4.tail {
  opacity: 75%;
  text-align: left;
  margin-bottom: 1.25em;
}

h6.self {
  text-align: left;
  font-size: 1.0em;
  margin: 0.0em auto 2.5em auto;
  line-height: 2.0em;
  font-size: 1.1em;
  opacity: 75%;
  text-decoration: underline;
}

a.title {
  text-decoration: none;
  color: black;
  opacity: 80%;
  font-size: 1.0em;
}

a.title:active {
  text-decoration: none;
  color: black;
}

a.title:hover {
  opacity: 50%;
}

.topnav {
  text-align: left;
  overflow: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #D3D3D3;
  border-style: solid;
}


.topnav a {
  text-decoration: none;
  font-size: 1.1em;
  font-family: system-ui;
  margin: 0 3.0em;
  color: #B8A598;
}

.topnav a:hover {
  opacity: 20%;
}

.post {
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: black;
  border-style: solid;
  margin-top: 0;
  min-width: 300px;
  border-color: #D3D3D3;
}

div.about {
  margin: 2.0em auto;
}

.title {
  padding-top: 40px;
  padding-bottom: 5px;
  font-size: 20px;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
}

.verse {
  padding-bottom: 20px;
}

.about p {
  margin-bottom: 1.0em;
  line-height: 1.5em;
}

.thrill-table {
  display: inline-table;
  text-align: center;
  margin: 2.5em auto 1.5em auto;
}

.column {
  display: inline-table;
  flex-direction: column;
  float: left;
  width: 10em;

}

.column p {
  line-height: 1.0em;
  margin: 0.5em auto 1.0em auto;
  text-align: center;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.ind1 {
  text-indent: 7%;
}

.ind2 {
  text-indent: 14%;
}

.ind3 {
  text-indent: 21%;
}

.ind4 {
  text-indent: 28%;
}

.ind5 {
  text-indent: 35%;
}

.ind6 {
  text-indent: 42%;
}

.ind7 {
  text-indent: 49%;
}

.ind8 {
  text-indent: 56%;
}

.ind9 {
  text-indent: 63%;
}

.ind10 {
  text-indent: 70%;
}

.bigger-font {
  font-size: 125%;
}

.smaller-font {
  font-size: 70%;
}

.less-spacing {
  word-spacing: -0.2em;
}

.much-less-spacing {
  letter-spacing: -0.3em;
}

.inv-ink {
  color: white;
}

.sans-font {
  font-family: Georgia, sans-serif;
}

hr.footnote {
  width: 40%;
  margin-left: 0;

}

p.footnote {
  font-size: 80%;
  line-height: 50%
}

.grey {
  color: #63666A;
}

.silver {
  color: #c0c0c0;
}

.sea-blue {
  color: #006994;
  opacity: 80%;
}

.light-brown {
  color: #B8A598;
}

@media only screen and (max-width: 1700px) {
  /* Rules for laptops, small desktop screens, and smaller viewports */

  main {
    margin: 30px 300px;
  }


@media only screen and (max-width: 1400px) {
  /* Rules for laptops, small desktop screens, and smaller viewports */

  main {
    margin: 30px 200px;
  }

  h1 {
    margin: 0.1em auto 0.1em auto;
  }

  h2 {
    margin: 0.15em auto 0.5em auto;
  }

  p {
    font-size: 1.0em;
    letter-spacing: 0.2px;
    line-height: 25px;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 15px;
    line-height: 0;
  }

  .topnav a {
    font-size: 1.0em;
  }


}

@media only screen and (max-width: 1175px) {
  /* Rules for laptops, small desktop screens, and smaller viewports */

  main {
    margin: 30px 150px;
  }

  h1 {
    font-size: 7.0em;
    margin: 0.1em auto 0.15em auto;
  }

  h2 {
    font-size: 2.75em;
    margin: 0 auto 0.6em auto;
  }

  h4 {
    font-size: 1.5em;
    margin: 2.0em auto 30px auto;
  }

  h5 {
    line-height: 0;
  }

  p {
    font-size: 1.0em;
  }

  .topnav a {
    font-size: 1.0em;
    margin: 0.1em auto 0 auto;
  }

  .post {
    margin: 0.1em auto auto auto;
  }

  .signature {
    margin: 0.3em auto;
  }


}

@media only screen and (max-width: 991px) {
  /* Rules for tablets and smaller viewports */

  main {
    margin: 30px 100px;
  }

  h1 {
    font-size: 6.0em;
    margin: 0.20em auto;
  }

  h2 {
    font-size: 2.75em;
    margin: 0.3em auto 0.6em auto;
  }

  h4 {
    font-size: 1.5em;
    margin: 2.0em auto 1.0em auto;
  }

  h5 {
    font-size: 0.9em;
    line-height: 0;
  }

  p {
    letter-spacing: 0.1px;
    font-size: 1.0em;
  }

  .topnav a {
    font-size: 1.0em;
    margin: 0.1em auto 0 auto;
  }

  .post {
    margin: 0.1em auto auto auto;
  }

  .signature {
    margin: 0.3em auto;
  }

  .thrill-table {
    margin: 0 0 2.5em 0;
  }

  .column {
    width: 8.5em;
  }

  .column p {
    line-height: 1.25em;
    margin: 0.5em auto 1.0em auto;
    text-align: center;
  }


}


@media only screen and (max-width: 767px) {
  /* Rules for bigger smartphones only */

  main {
    margin: 0.5em 75px;
  }

  h1 {
    font-size: 5.5em;
    margin: 0.2em auto;
  }

  h2 {
    font-size: 2.8em;
    font-weight: 100;
    margin: 0.4em auto 1.0em auto;
  }

  h4 {
    font-size: 1.5em;
    margin: 2.0em auto 1.4em auto;
  }

  h4.self{
    text-align: left;
  }

  h5 {
    font-size: 15px;
    line-height: 0;

  }

  p {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 1.0em;
    letter-spacing: 0.1px;
  }


  .topnav a {
    font-size: 1.0em;
    margin: 0.1em auto 0 auto;
  }

  .post {
    margin: 0.1em auto auto auto;
  }

  .signature {
    margin: 0.3em auto;
  }

  .thrill-table {
    margin: 0 0 2.0em 0;
  }

  .column {
    width: 7.0em;
  }

  .column p {
    line-height: 1.25em;
    margin: 0.5em auto 1.0em auto;
    text-align: center;
  }


}

@media only screen and (max-width: 600px) {
  /* Rules for smaller smartphones only */

  main {
    margin: 30px 50px;
    line-height: 30px;
  }

  h1 {
    font-size: 4.5em;
    font-weight: 900;
    margin: 0.2em auto 0.2em auto;
    letter-spacing: -0.15em;
  }

  h2 {
    font-size: 2.3em;
    margin: 0.3em auto 0.8em auto;
  }

  h4 {
    text-align: left;
    font-size: 1.3em;
    margin: 1.0em auto 1.0em auto;
  }

  h5 {
    font-size: 0.75em;
    line-height: 2.0em;
    margin: auto auto 0 auto;
  }

  p {
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 1.0em;
  }

  h4.self{
    word-wrap: break-word;
    font-size: 1.2em;
    line-height: 1.8em;
  }

  h4.head {
    margin: 0.75em auto 1.5em auto;
  }

  h4.tail {
    margin: 0.0em auto 0 auto;
    text-align: center;
  }

  h4.thrill {
    margin: 1.0em auto 2.5em auto;
  }

  h6.self {
    text-align: justify;
    font-weight: lighter;
    font-size: 1.0em;
  }

  .topnav a {
    font-size: 0.8em;
    margin: 0.1em auto 0 auto;
  }

  .post {
    margin: 0.0em auto auto auto;
  }

  .signature {
    margin: auto auto 1.0em auto;
  }

  .thrill-table {
    margin: 0 0 1.5em 0;
  }

  .column {
    width: 5em;
  }

  .column p {
    line-height: 1.0em;
    margin: 0.5em auto 1.0em auto;
    text-align: center;
    font-size: 0.85em;
  }

}
