
/* bootstrap related */
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(155, 155, 155, .95);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    }
 .nav-link {
    font-family:  Helvetica, sans-serif;
 }
a.navbar-brand {
    font-family:  Helvetica, sans-serif;
 }
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(155, 155, 155, .95);
    }
.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
    }
.nav-masthead .active {
      color: rgba(55, 55, 55, .95);
      border-bottom-color: rgba(55, 55, 55, .95);
    }
.fakeimg {
    height: 75px;
    width: 125px;
      }
.card-subtitle {
    font-size: 0.8em;
    line-height: 1.3em;
 }
.card-text {
    font-family: sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
 }
 .dropdown-item {
    font-family: sans-serif;
 }
/* pandoc's basic template; note last row needed for display math */
/* Experimental list of fonts:
STIX Two Text, Inter, Trebuchet MS, Cambria Math, Bahnschrift, Calisto MT, QuickType II, Garamond, Times, serif;
STIX Two Text, Calisto MT,
*/
    html {
      font-size: 18px;
    }
    body {
      hyphens: auto;
      font-family:  STIX Two Text, Calisto MT, serif;
      overflow-wrap: break-word;
      text-rendering: optimizeLegibility;
      font-kerning: normal;
    }
    blockquote {
      margin: 1em 0 1em 1.7em;
      padding-left: 1em;
      border-left: 2px solid #e6e6e6;
      color: #606060;
    }
    h1 {
      margin-top: 0em;
      margin-bottom: 0.5em;
      font-family: Inter, sans-serif;
      font-size:  2em;
    }
    h2 {
      margin-top: 1.4em;
      /*font: sans-serif;*/
      font-family:  Inter, sans-serif;
      font-size:  1.5em;
    }
    h3 {
      margin-top: 0.35em;
      font-family:  Helvetica, sans-serif;
      font-size:  1.25em;
      /*font-family:  Trebuchet MT, sans-serif;*/
    }
    h4 {
      margin-top: 0.25em;
      font-family:  Helvetica, sans-serif;
      font-size:  1.0em;
      /*font-family:  Trebuchet MT, sans-serif;*/
    }
    h5, h6 {
      font-family:  Helvetica, sans-serif;
      margin-top:  0em;
      font-weight:  normal;
      font-size: 0.83em;
    }
    h6 {
      font-weight: normal;
      font-size: 0.67em;
    }
    img {
        max-width: 100%;
    }
    hr {
      background-color: #1a1a1a;
      border: none;
      height: 1px;
      margin: 1em 0;
    }
    table {
      /* margin above below table margin */
      margin: 1em 0;
      font-size: 0.9em;
      overflow-x: auto;
      display: block;
      font-variant-numeric: lining-nums tabular-nums;
/*      table-layout: :auto;*/
      /*width:  100%;*/
    }
    table caption {
      font-size:  italic;
      margin-bottom: 0.75em;
    }
    tbody {
      margin-top: 0.5em;
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
    }
    th {
      border-top: 1px solid #1a1a1a;
      font-family:  Helvetica, sans-serif;
      /* top right bottom left */
      padding: 0.25em 1em 0.25em 1em;
    }
    td {
      padding: 0.125em 1em 0.25em 1em;
    }
    header {
      margin-bottom: 4em;
      text-align: center;
    }
    ol, ul {
      padding-left: 1.7em;
      /*margin-top: 1em;*/
    }
    li > ol, li > ul {
      margin-top: 0;
    }
    li.post_list {
        margin-bottom: 0.4em;
        line-height: 1.3em;
        font-family: sans-serif;
    }
    ul {
      list-style-type: square;
    }
    code {
      font-family: Cascadia Mono, Menlo, Monaco, 'Lucida Console', Consolas, monospace;
      font-size: 85%;
      margin: 0;
      white-space: pre-wrap;
      color: #a81313;
    }
    /* preformatted text */
    pre {
      margin: 1em 0;
      overflow: auto;
    }
    pre code {
      padding: 0;
      overflow: visible;
      overflow-wrap: normal;
    }
    .sourceCode {
     background-color: transparent;
     overflow: visible;
    }
    span.smallcaps{font-variant: small-caps;}
    span.underline{text-decoration: underline;}
    div.column{display: inline-block; vertical-align: top; width: 50%;}
    div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
    ul.task-list{list-style: none;}
    .display.math{display: block; text-align: center; margin: 0.5rem auto;}


/* colorize code options */
    code span.al { color: #ff0000; font-weight: bold; } /* Alert */
    code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
    code span.at { color: #7d9029; } /* Attribute */
    code span.bn { color: #40a070; } /* BaseN */
    code span.bu { } /* BuiltIn */
    code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
    code span.ch { color: #4070a0; } /* Char */
    code span.cn { color: #880000; } /* Constant */
    code span.co { color: #60a0b0; font-style: italic; } /* Comment */
    code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
    code span.do { color: #ba2121; font-style: italic; } /* Documentation */
    code span.dt { color: #902000; } /* DataType */
    code span.dv { color: #40a070; } /* DecVal */
    code span.er { color: #ff0000; font-weight: bold; } /* Error */
    code span.ex { } /* Extension */
    code span.fl { color: #40a070; } /* Float */
    code span.fu { color: #06287e; } /* Function */
    code span.im { color: #007020; font-weight: bold; } /* Import */
    code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
    code span.kw { color: #007020; font-weight: bold; } /* Keyword */
    code span.op { color: #666666; } /* Operator */
    code span.ot { color: #007020; } /* Other */
    code span.pp { color: #bc7a00; } /* Preprocessor */
    code span.sc { color: #4070a0; } /* SpecialChar */
    code span.ss { color: #bb6688; } /* SpecialString */
    code span.st { color: #4070a0; } /* String */
    code span.va { color: #19177c; } /* Variable */
    code span.vs { color: #4070a0; } /* VerbatimString */
    code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
