
  
  @font-face {
  font-family: "Cardinal";
  src: url("/fonts/Cardinal.ttf") format("truetype");
}

  @font-face {
  font-family: "Cardinal Alt";
  src: url("/fonts/Cardinal-Alternate.ttf") format("truetype");
}
  
  @font-face {
  font-family: "Essays";
  src: url("/fonts/essays-1743-font/Essays1743-vd9M.ttf") format("truetype");
}
  
  @font-face {
  font-family: "Essays";
  src: url("/fonts/essays-1743-font/Essays1743Bold-wd0z.ttf") format("truetype");
  font-weight: bold;
}
  
  @font-face {
  font-family: "Essays";
  src: url("/fonts/essays-1743-font/Essays1743Italic-mVw9.ttf") format("truetype");
  font-style: italic;
}
  
  @font-face {
  font-family: "Essays";
  src: url("/fonts/essays-1743-font/Essays1743BoldItalic-7XJV.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body {
  background: lightyellow url('/commonplace/images/Parchment.jpg') repeat fixed center;
  font-family: "Essays", serif;
  font-size: 1em;
  line-height: 130%;
  }
  

h1 {
    line-height: 120%;
  font-family: "Cardinal Alt", serif;
  }
  
h3 {
  text-align: left;
  }
  
#header-image {
  height: 200px;
  top: 0;
  width: 100%;
  background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/pexels-elia-clerici-282848-912110_edited3.jpg") no-repeat; /*Replace this with your own header image!*/
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  }
  
#header {
  border: 0;
  }  
  
#description {
  width: 60em;
  }
  
.column-wrapper {
  columns: 4;
  margin: 0 auto;
  }

.post, .post-scroller {
  background: white;
  border: 0px solid brown;
  border-radius: 5px;
  }
  
.post-scroller {
  height: 32em;
  }

.post-inner {
  margin:1em;
  }
  
.post-scroller .post-inner {
  max-height: 30em; /*to keep scrollbars from disrupting round corners*/
  overflow-y: auto;
  }
  
  
.readmore {
  background: #da3d2c;
  border-radius: 12px;
  padding: 10px;
  color: white;
  text-align: right;
  font-style: italic;
  }
  
.readmore-link a {
  text-decoration:none;
  }
  
.readmore-link:hover {
  color: #ef4c3a;
  }
  
.quote {
  font-size: 2em;
  line-height: 1;
  font-family: "Cardinal", serif;
  }
  
.longquote {
  font-size: 1.5em;
  line-height: 1;
  font-family: "Essays", serif;
  }
  
#footer {
  font-size: 0.85em;
  background: #ccc;
  color: black;
  }
  
#footer li {
  padding-left:0;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: none;
  }

.footer-columns {
  border:0px black solid;
  margin: 0 auto;
  width: 68%;
  }
  
.footer-column {
  text-align: left;
  height:6em;
  width: 100%;
  padding: 10px;
  padding-top:0;
  }
  


@media(max-width:80em) { /*allow narrower columns on small screens*/
  #header, #description, .column-wrapper, .footer-columns {
    width: 90%;
    }
    
  }  
  
@media(orientation: portrait) { /*removes columns for mobile*/
  #header {
    width: 80%;
    }
  .column-wrapper, .footer-columns {
    width: 80%;
    columns: 1;
    }
  }