@font-face {
    font-family: "Source Serif Pro";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url("/assets/fonts/source-serif-pro/WOFF2/TTF/SourceSerifPro-Regular.ttf.woff2") format("woff2"), url("/assets/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Regular.otf.woff") format("woff"), url("/assets/fonts/source-serif-pro/OTF/SourceSerifPro-Regular.otf") format("opentype"), url("/assets/fonts/source-serif-pro/TTF/SourceSerifPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Serif Pro";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: url("/assets/fonts/source-serif-pro/WOFF2/TTF/SourceSerifPro-Bold.ttf.woff2") format("woff2"), url("/assets/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-Bold.otf.woff") format("woff"), url("/assets/fonts/source-serif-pro/OTF/SourceSerifPro-Bold.otf") format("opentype"), url("/assets/fonts/source-serif-pro/TTF/SourceSerifPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("/assets/fonts/source-serif-pro/WOFF2/TTF/SourceSerifPro-It.ttf.woff2") format("woff2"), url("/assets/fonts/source-serif-pro/WOFF/OTF/SourceSerifPro-It.otf.woff") format("woff"), url("/assets/fonts/source-serif-pro/OTF/SourceSerifPro-It.otf") format("opentype"), url("/assets/fonts/source-serif-pro/TTF/SourceSerifPro-It.ttf") format("truetype");
}
body {
  font-family: Georgia, Serif, Verdana, Courier, Mono;
  background-color: #fdfcf7;
  font-size: 16px;
  color: #111111;
}

h1, h2, h3, h4, h5, h6 {
  color: #a02000;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1.05em;
}

h6 {
  font-size: 1em;
}

a {
  color: #a02000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  padding-left: 30px;
  border-left: 3px solid #ccc;
}

.main-column {
  /*   display: grid; 
      grid-template-columns: 1fr calc(min(70ch, 100%)) 1fr;
      */
  line-height: 1.6;
  text-align: justify;
}

.current {
  color: #a02000;
}

nav {
  margin: 0 auto;
  padding: 1rem;
  padding-top: 0;
  /* display: flex; */
  flex-wrap: wrap;
}

nav h1 {
  font-size: 1.8em;
  letter-spacing: 0px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  float: left;
}

nav ul {
  font-size: 1.2em;
  list-style-type: none;
  margin: auto 0 auto auto;
  padding: 0;
  flex-wrap: wrap;
  float: right;
}

nav li {
  padding: 3px;
  display: inline;
}

nav a {
  color: #111111;
  font-weight: bold;
  padding: 1rem;
  text-decoration: none;
  transition: color 0.5s;
}

nav a:hover {
  color: #a02000;
  text-decoration: none;
}

.navruler {
  border-bottom: 1px solid rgba(48, 48, 48, 0.8);
  margin-bottom: 20px;
}

.blog_header {
  margin: auto;
  text-align: center;
}

.post_frontmatter h1 {
  font-size: 1.7em;
  margin-bottom: 5px;
  margin-top: 0;
}

.post_frontmatter {
  margin-bottom: 20px;
}

.blog_list ul {
  list-style-type: none;
}

.blog_list p {
  font-size: 0.9em;
}

.blog_list h3 {
  font-size: 1em;
}

img {
  width: 30%;
  border: 1px solid #021a40;
}

.container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}

.main-content {
  grid-column: 2;
  padding: 2ch;
  padding-top: 0;
}

.wrapper {
  grid-column: 2;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

img.bg {
  width: 100%;
}

.container ul {
  list-style-type: none;
  padding: 0;
}

.blurb {
  grid-column: 2;
  grid-row: 1/2;
}

.blurb-divider {
  margin-top: 20px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.8);
  margin-bottom: 20px;
}

.contact {
  grid-column: 1;
  grid-row: 1/2;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 0.9em;
}

.contact img {
  width: 80%;
  max-width: 100%;
}

.centered {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.short {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  font-size: 0.9em;
}

.short-work {
  grid-column: 1;
  text-align: center;
  margin: 0 auto;
}

.short-ed {
  grid-column: 2;
  text-align: center;
  margin: 0 auto;
}

/* Apply some basic styles to the table */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; /* Add some spacing below the table */
}

/* Style table headers */
th, td {
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #ddd; /* Add a bottom border to separate rows */
}

/* Style even rows with a background color */
tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Add hover effect on rows */
tr:hover {
  background-color: #f5f5f5;
}

footer {
  color: #6c757d; /* Muted text color */
  font-size: 0.9rem; /* Slightly smaller than default font */
  text-align: center;
  padding: 10px 20px;
  bottom: 0;
  margin-top: 1rem;
}


.blog_list li {
    display: flex;                                                                                                   
    gap: 1rem;
}                                                                                                                    
                
.blog_list time {
    flex-shrink: 0;
    width: 6.1rem; 
}    



@media (max-width: 820px) {
  nav {
    padding: 0;
  }
  nav h1 ul {
    padding: 2px;
    margin: 0 auto;
    float: left;
  }
  #nav-header {
    margin: 0 auto;
    padding: 0 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
  }
  #nav-menu {
    margin: 5px auto;
    text-align: center;
    display: block;
    width: 100%;
  }
  nav ul {
    float: left;
  }
  nav a {
    display: block;
    padding: 0;
  }
  nav li {
    padding: 5px;
    display: block;
  }
  .navruler {
    border-bottom: 1px solid rgba(48, 48, 48, 0.8);
    margin-bottom: 0px;
    width: 100%;
    float: left;
    margin: 50 auto;
  }
  .wrapper {
    padding: 0;
    width: 100%;
  }
  .main-column {
    padding: 2px;
    margin: 0;
  }
  .blog_list ul {
    padding: 0;
  }
  .main-content {
    padding: 2px;
    margin: 0;
  }
  .wrapper {
    float: left;
  }
  .container {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .blurb {
    grid-column: 1;
    grid-row: 2;
  }
  .contact {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .contact img {
    width: 80%;
  }
  #externalcontact {
    display: flex;
  }
  #externalcontact li {
    margin: 0 auto;
  }
  .blurb-divider {
    margin-top: 0;
  }
  .short {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    font-size: 0.8em;
    margin: 1rem 0;
  }
  .short-work {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 10px;
  }
  ul.short-work, ul.short-ed {
    padding: 2px 0px;
  }
  .short-ed {
    grid-row: 2;
    grid-column: 1;
  }
  .contact {
    margin-top: 1rem;
  }
  .blog_list {
    text-align: center;
  }
}
                                                                                                              

/*# sourceMappingURL=styles.css.map */