@font-face {
  font-family: 'IBM Plex Sans';
  src: url(../fonts/ibm-plex-sans-hebrew-latin-400-normal.ttf);
}
@font-face {
  font-family: 'JSL Ancient';
  src: url(../fonts/jancient.ttf);
}
@font-face {
  font-family: 'ProtoSinaitic';
  src: url(../fonts/ProtoSinaitic.ttf);
}
::selection {
  background: rgb(0 0 0 / 20%);
}
header {
  width: 100%;
  height: 200px;
  background-image: url(../images/assets/other/fern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
body {
  font-family: 'IBM Plex Sans';
  image-rendering: pixelated;
  margin: 0;
  background-color: #fbffef;
  font-size: 17px;
}
.container {
  width: 1000px;
  margin: auto;
}
nav {
  float: left;
  width: 15%;
  overflow: hidden;
  position: relative;
}
nav img { 
  margin: auto;
}
.banner {
  width: 100%;
  padding-bottom: 10px;
}
.column {
  float: left;
  width: 85%;
}
.column img {
  display: block;
  margin: 17px auto;
}
.date {
  font-size: 90%;
}
.small-figure {
  height: 150px;
}
h1 {
  font-weight: lighter;
  text-align: center;
  font-size: 175%;
  padding-top: 10px;
  border-bottom: 1px solid #999999;
}
h2 {
  font-size: 120%;
  font-weight: lighter;
  text-align: left;
  border-bottom: 1px solid #999999;
  clear: both;
}
h3 {
  font-size: 120%;
  font-weight: lighter;
  text-align: center;
  text-decoration: underline;
}
h4 {
  font-size: 120%;
  font-weight: lighter;
  text-align: left;
  text-decoration: underline;
}
p {
  font-size: 100%;
  font-weight: lighter;
  text-align: justify;
  margin-top: 0;
}
sup {
  font-size:75%;
  position: absolute;
}
sup a:hover {
  color: black;
  text-decoration: none;
}
.rnc a:hover {
  color: black;
  text-decoration: none;
}
.quote {
  font-size: 100%;
  font-weight: lighter;
  text-align: justify;
  margin: 0 50px;
  margin-bottom: 15px;
}
.open-quote {
  position: absolute;
  padding-left: 70px;
}
hr {
  height: 1px;
  border-width: 0;
  color: #999999;
  background-color: #999999;;
}
.column p {
  padding: 0 30px;
}
.column h2 {
  padding: 0 30px;
}
.column h4 {
  padding: 0 30px;
}
li {
  text-align: justify;
  padding-bottom: 10px;
}
li::marker {
  content: '✜ ';
  color: #222e00;
  font-size: 80%;
}
a {
  color: #4b6300;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.ps {
  font-family: ProtoSinaitic;
}
footer {
  font-size: 100%;
  font-weight: lighter;
  text-align: center;
  padding: 10px 0;
  clear: both;
}