/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/lora-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-500 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/lora-v24-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-600 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/lora-v24-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/lora-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/lora-v24-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-500italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('/fonts/lora-v24-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-600italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('/fonts/lora-v24-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('/fonts/lora-v24-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lora-v24-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Basic Reset */
html,body {
width:100%;
margin:0;
padding:0;
font-family: 'Lora', serif;
font-display: swap;
font-weight:400;
}


/* Set the max page width and padding */
.limiter {
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}


/* Header for homepage, sideheader everywhere else */
#header {
  margin:40px auto 20px auto;
}

#header span{
  font-size:3.4rem;
  font-weight:400;
  margin-left: -2px; /* Visually nicer alignment */
}

#sideheader{
  position: fixed; /* Fixed to top-left */
  top: 40px;
  right: 50%;
  margin-right: 380px;/*340*/
  letter-spacing: -.009em;
}
#sideheader span{
  font-size:2rem;
  font-weight:400;
  line-height: 2.2rem; /* To match first H1 in body */
  color:#000;
}
#sideheader a{
  text-decoration:none !important;
}
@media screen and (max-width: 1060px){/* 1024 Minimum */
  #sideheader{
    position: unset;
    top: 40px;
    right: unset;
    margin-right: 0;
    letter-spacing: -.009em;
  }
  #sideheader span{
    font-size:3.4rem;
    line-height: unset;
    margin-left: -2px; /* Visually nicer alignment */
  }
}




/* Post Rules */
#content img{
  width:100%; /* Full-width images */
}

/* Links in posts, also in index list */
p a,.post-list a{
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #2196f3;
}
p a,.post-list  a:hover{
  color: #2196f3;
  text-decoration: none;
  border-bottom: 2px solid #2196f3;
}

#about{
  margin-bottom:2em;
}


h1 {
  font-size: 1.8em;
  font-weight: 400;
}
h2 {
  font-size: 1.6em;
  font-weight: 400;
}
h3 {
  font-size: 1.4em;
  font-weight: 400;
}
h4 {
  font-size: 1.2em;
  font-weight: 400;
}
h5 {
  font-size: 1.1em;
  font-weight: 400;
}
h6 {
  font-size: 1.0em;
  font-weight: 400;
}

blockquote {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 00px;
  margin-inline-end: 0px;
  border-left:4px solid #ddd;
}
blockquote p{
  margin-left:1em;
}

ul {

}

li::marker {
  font-weight: 400;
}
li {
  margin-bottom: 0.5em;

}
ul::marker {
  font-weight: 400;
}

p{
    line-height: 1.4rem;
}

.post-list{
	display: table;
	width: 100%;
}
.post-row {
	display: table;
  padding-bottom: 0.8em;
  line-height:1.4em;
}
.post-row a{
  font-weight:400;
}
.meta, .title {
	border: 0px ;
	display: table-cell;
}
.meta {
  font-weight:500;
  display: inline-block;
  width: 6.5em;
}
@media screen and (max-width: 600px){/*1024*/
.meta {
  display: inline-block;
  width: 6.3em;
}
}

.footnotes{
  font-size: 0.8rem;
}
.footnote-backref, .footnote-ref{
  text-decoration:none;
  border-bottom:0 !important;
}

.highlight{
  max-width: 100%;
  overflow-x: auto;
}

hr{
  border-top: 1px dashed #2196f3;
}
sup{
  line-height: 0;
}
