html {
  margin: 0 auto;
  min-width: 500px;
}

body, p, h1, h2, h3, h4, h5, img, ul, li, div, videocontainer {
  margin: 0;
  padding: 0;
  font: 18pt "Helvetica Neue", Helvetica, Arial, Tahoma, Geneva, sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Geneva, sans-serif;
  font-style: normal;
  text-align: left;
  color: #2A2F35;
  color: #000000;
  font-weight: 300;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

div.container {
  padding: 0.3em;
}

div.post {
  clear: both;
}

div.rightbox {
  margin-left: 1.85%;
  margin-bottom: 0em;
  margin-top: .3em;
  padding: 0;
  float: right;
}

div.rightboxborders {
  border-left: thick solid #000000;
  border-bottom: 1px solid #cdd0d4;
  border-top: 1px solid #cdd0d4;
  padding: 0.5em 0em 0.5em 0.75em;
}

div.rightbox:last-child {
  margin-left: 0;
}

div.leftbox {
  margin-right: 1.85%;
  margin-bottom: 0em;
  margin-top: .3em;
  padding: 0;
  float: left;
}

div.leftbox:last-child {
  margin-right: 0;
}

p {
  margin-bottom: 0.5em;
  text-align: justify;
}

p.phototext {
  text-align: justify;
  margin-bottom: 0em;
  margin-right: 0;
  color: #bbb;
  font-size: 0.5em;
}

a, a:visited {
  color: black;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: blue;
  text-decoration: none;
}

strong {
  color: #303030;
}

::selection {
  background: #ffff0a;
  text-shadow: none;
}

h1 {
  margin-top: 0.6em;
  margin-bottom: 0.1em;
  font-weight: bold;
  overflow: hidden;
  font-size: 2.5em;
  clear: both;
  text-align: justify;
}

h1 a:link {
  font-weight: 700;
}

h1 a:hover {
  color: blue;
}

h2 {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  font-size: 1.6em;
  font-weight: bold;
}

h2 a:link {
  font-weight: bold;
}

h2 a:hover {
  color: blue;
}

h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  margin-bottom: 0.1em;
  font-size: 1.0em;
  font-weight: bold;
}

h5 {
  margin-bottom: 0.0em;
  font-size: 0.85em;
  font-weight: bold;
}

ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-top: 0em;
}

li {
  margin-left: 0.7em;
  margin-bottom: 0.1em;
  text-align: justify;
}

li.small {
  font-size: 10pt;
}

li.smallest {
  font-size: 9pt;
}

li:last-child {
  margin-bottom: 1em;
}

hr.gradientstyle {
  border: 0px;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.newspaper2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-rule: 1px solid lightblue;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid lightblue;
  /* Firefox */
  column-rule: 1px solid lightblue;
  text-align: justify;
}

.newspaper {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-rule: 1px solid lightblue;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid lightblue;
  /* Firefox */
  column-rule: 1px solid lightblue;
  text-align: justify;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4em;
  padding-bottom: 0;
}

.content {
  max-width: 1234px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .content {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-device-width: 480px) {
  .content {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 800px) {
  .overridemaxwidthboth {
    margin-left: calc( 50% - 50vw );
    margin-right: calc( 50% - 50vw );
  }

  .overridemaxwidthleft {
    margin-left: calc( 50% - 50vw );
  }

  .overridemaxwidthright {
    margin-right: calc( 50% - 50vw );
  }
}
.masthead {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: -.4rem;
  margin-bottom: .5rem;
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}
.masthead-title a {
  color: #000000;
}
.masthead-title a:hover {
  text-decoration: underline;
}
.masthead-title small {
  color: #C0C0C0;
  font-size: 75%;
  font-weight: 400;
  letter-spacing: 0;
}

.page-title {
  margin-top: 0em;
}

.page-title:before {
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 1px solid #EEE;
}

.initial {
  float: left;
  display: block;
  color: #903;
  font-size: 110px;
  line-height: 0.80em;
  padding-top: 2px;
  padding-right: 11px;
  padding-left: 0px;
  margin-left: -6px;
  font-weight: bold;
  text-shadow: 3px 3px 10px #2a2f35;
}

.post {
  margin-top: 0em;
  margin-bottom: 0em;
}
.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 130px;
  font-weight: bold;
  line-height: 120%;
  text-shadow: 2px 2px 4px #808080;
  font-family: Impact, "Helvetica Neue", Helvetica, Arial, Tahoma, Geneva, sans-serif;
}
.post .post-date {
  text-align: center;
  margin-bottom: 2em;
  padding: 0;
  font-size: 0.6em;
  width: 100%;
  overflow: hidden;
}

.post-date {
  color: #9a9a9a;
}

.post-title,
.post-title a {
  color: #303030;
}

.post sup a {
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px 3px 0px 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #e6f0ff;
}

.post sup a:hover {
  background: #000000;
  color: white;
  text-decoration: none;
}

.toc {
  padding: 1.25em 1.25em 0.2em;
  margin: 3em 0;
  border-radius: 5px;
  border: 1px solid #cfd7dc;
}

.toc h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: #161718;
  margin-bottom: 1em;
}

.toc ul {
  margin-bottom: 1em;
}

.toc ul li {
  margin: 0 0 0.2em 0;
}

.toc ul li:before {
  display: none;
}

.toc ul li:last-child {
  margin-bottom: 0;
}

.toc ul li a, .toc ul li a:visited {
  color: #1d78bd;
}

.toc ul li a:hover {
  color: #0f4065;
}

.toc ul li a {
  font-size: 1.1em;
  font-weight: 500;
  background-image: none;
  text-shadow: none;
}

.post pre.terminal {
  border: 2px solid black;
  background-color: #333;
  line-height: 1.25;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #17cc00;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  padding: 0.8em;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 0.5em;
}

.post pre.terminal::selection {
  background: #00ff00;
  text-shadow: none;
  color: black;
}

.post pre.terminal a, .post pre.terminal a:hover, .post pre.terminal a:visited {
  background-color: #333;
  color: #17cc00;
}

.post pre.terminal strong {
  color: #17ff00;
}

.post pre.terminal strong::selection {
  background: #00ff00;
  text-shadow: none;
  color: black;
}

.shadow {
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

figure {
  margin: 0;
}

img {
  border: 0px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

img.fade {
  opacity: 0.01;
  transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
}

img.icon {
  border: 0;
  margin: 0;
}

img.shadow, iframe.shadow {
  margin-bottom: .3em;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

img.zoomeffect {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

img.zoomeffect:hover {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

img.zoomeffect:active {
  transform: translateY(4px);
}

img.inline {
  float: none;
  display: inline;
  vertical-align: bottom;
  margin-bottom: 4px;
}

img.shadowthumb {
  width: 20%;
  margin-right: 3%;
  margin-left: 0;
  margin-top: 1em;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

img.shadowthumb100 {
  width: 100%;
  margin-right: 3%;
  margin-left: 0;
  margin-top: 1em;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

/* Create four equal columns that floats next to each other */
.column {
  margin-top: -0.7em;
  float: left;
  width: 23%;
  padding: 1%;
}

.column img {
  margin-top: 4%;
  margin-bottom: 4%;
  width: 100%;
}

.row {
  margin-left: -1%;
  margin-right: -1%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.videocontainer {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
}

.lyricsheader {
  font-size: 1.2em;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: 400;
  border-top: 1px solid;
  border-color: white;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(linear, left top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 70%);
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.video.stuck {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 40%;
  -webkit-animation: fade-in-up .25s ease forwards;
  animation: fade-in-up .25s ease forwards;
}

@media screen and (min-width: 1330px) {
  .video.stuck {
    margin-right: 55px;
  }
}
.iframeshadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

code, pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

code {
  padding: .25em .5em;
  font-size: 85%;
}

pre {
  margin-top: 0;
  margin-bottom: .4;
  padding: 0rem;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #ffffff;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}

.highlight {
  margin-top: 1em;
  padding-left: 0.5em;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.highlight pre:after {
  position: relative;
  content: "code";
  font-size: 80%;
  font-weight: 100;
  color: #000000;
  top: -25px;
  left: -40px;
  letter-spacing: 0.2ex;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

blockquote {
  position: relative;
  margin: 0 0 0em;
  padding: 0.75em 0em 0.3em 0.75em;
  color: #3B3D40;
  clear: left;
}

blockquote:before {
  position: absolute;
  content: " ";
  left: 0;
  width: 4px;
  background: #CFD7DD;
  top: .5em;
  border-radius: 2px;
  height: calc(100% - 1em);
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

blockquote:hover:before {
  width: 8px;
  background: #2292F1;
  border-radius: 3px;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
table tr:hover {
  background-color: #f5f5f5;
}
table td, table th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5;
}
table th {
  background-color: black;
  color: white;
  padding: .5rem .5rem;
  font-weight: bold;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.toc {
  width: 100%;
  margin: 0;
  border: 0px;
}
table.toc tr:hover {
  background-color: white;
}
table.toc td, table.toc th {
  padding: .5rem .5rem;
  border: 0px solid #e5e5e5;
}
table.toc tr:nth-child(even) {
  background-color: #ffffff;
}

table.blockheader {
  border: 0px;
  margin-bottom: 0;
}
table.blockheader th {
  padding: 0;
  background-color: white;
  color: black;
  border: 0px;
  font-weight: normal;
}

.footnotes {
  clear: both;
  padding: 0;
  padding-right: 1em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.footnotes p {
  font-size: 0.85em;
  color: #594f40;
  line-height: 1.7;
}

.footnotes p:last-child {
  margin-bottom: 0.65rem;
}

.footnotes p:target {
  background-color: #ffffeb;
  padding: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#site #footnotediv {
  position: absolute;
  opacity: 1;
  width: 20em;
  border: 1px solid #eee;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  background: #FFF;
  border-radius: 3px;
  font-weight: 400;
}

#site #footnotediv a {
  font-weight: 500;
}

#site #footnotediv .footnote-wrap {
  padding: 0.75em 1.15em;
  font-size: 13px;
  line-height: 1.4;
}

#site #footnotediv .footnote-label {
  display: block;
  width: auto;
  padding: 8px 1.5em;
  color: #777;
  font-size: 10px;
  font-weight: 400;
  background: #f5f5f5;
}

#site .footnote-dots {
  background: #ddd;
  border-radius: 5px;
  padding: 0em .3em 0.15em;
  margin-left: 5px;
  text-shadow: none;
  background-image: none;
}

#site .footnote-dots svg.circ {
  padding: 0 2px 2px;
  width: 6px;
}

#site .footnote-dots:hover {
  background: #ccc;
}

#site #footnotes {
  margin-top: 2.1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3em;
  border-radius: 10px;
  padding: 1.5em 1em 0.75em;
}

.archive {
  margin: 0,5em;
  padding: 0;
}

/* Buzz Out */
/* http://ianlunn.github.io/Hover/ */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#Reading-progress {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 2px;
  margin: 0px;
  left: 0px;
  z-index: 99;
}

.bar {
  height: 3px;
  background: #FF0000;
  position: fixed;
  top: 0px;
  z-index: 99;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.rightfloatingbox {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: black;
  z-index: 4;
  opacity: 0.8;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.84);
}

@media screen and (min-width: 1330px) {
  .rightfloatingbox {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
  }
}
.rightfloatingbox p {
  margin: 10px;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  color: black;
}

canvas#canvas {
  width: 100%;
}

canvas {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  border: 0px;
}

.pico8_el {
  width: 92px;
  display: inline-block;
  margin: 1px;
  margin-bottom: 6px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #777;
  font-family: verdana;
  font-size: 9pt;
  cursor: pointer;
  cursor: hand;
}

.pico8_el a {
  text-decoration: none;
  color: #fff;
}

.pico8_el:hover {
  background-color: #aaa;
}

.pico8_el:link {
  background-color: #aaa;
}
