body {
  text-align:center;
  font-family:'EB Garamond', serif;
  font-size:120%; 
  line-height:1.6;
  padding:2em 2em 5em;
  background:rgb(253, 253, 253);
  margin:auto;
  max-width:33em;
  color:rgb(10, 10, 10);
  } 

a {outline:none !important; font-weight:bold; text-decoration:none;}
a:link {color:#c00;}
a:visited {color:#606;}
a:hover {color:#606;}
a:active {color:#900; outline:none;}

h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight:normal;
  font-size:250%;
  line-height: 140%;
  margin:0.75em 0 0.75em;
}

h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight:normal;
  font-size:150%;
  line-height: 140%;
  margin:1.5em 0 1.5em;
}

h3 {
  font-weight:normal;
  text-transform:uppercase;
  font-size:150%;
  letter-spacing:0.15em;
  margin:1.75em 0 0.75em;
}

h4 {
  font-weight:normal;
  font-size:150%;
  letter-spacing:0.1em;
  margin:1.5em 0 0.75em;
}

h5 {
  font-weight:normal;
  font-style:italic;
  font-size:150%;
  margin:1.5em 0 0.75em;
}

h6 {
  font-weight:bold;
  font-size:100%;
  letter-spacing:0.1em;
  margin:1.5em 0 0.75em;
}

p {
  text-align:left;
  text-indent:1.5em;
  font-size:100%;
  margin:1em 0 0;
}

/*
h1 + p {
  font-size:150%;
  margin:1em 0;
}
*/


/*
h1 + p {
  text-indent:0;
}
*/

p + ul, p + ol, p + dl {margin-bottom:1.5em;}

img { max-width: 100%; }

figure {margin: 2em 0 1.5em 0; width: 100%; text-align: center;}
figure img {border: 1px solid #ccc;}
figcaption {font-size: 66%; padding: 1em; padding-top: 0.5em;color: #aaa;}

blockquote {border-left:5px solid #eee; padding-left:1.5em; margin:1em 0;}
blockquote p {text-indent: 0 !important}
blockquote small {display:block; line-height:1.7em;}

ul, ol, dl {
  text-align:left;
  }

ul, ol {
  padding-left: 1.2em;
}

ul li, ol li {
	padding-left: 0.3em;
    margin-top: 0.3em;
}

li p {margin-top: 0px; text-indent: 0em;}
li {margin-bottom: 0.6em;}

code {font-family: Menlo, monospace; font-size:80%;}
p > code {padding:0.2em 0.4em; background:#eee;}
pre {text-align:left; overflow-x: scroll; background: #eee; padding: 10pt 20pt; border-radius: 5pt;}

hr {border: none; margin:0em 0 1em;font-size:200%;color: #ddd; height: 1em;}
hr:after {content: "❧"}

h1 + hr {margin:-0.5em 0 1.5em; font-size: 400%;}

ol#footnotes { margin-top: 4.5em;border-top: 1px solid #eee; padding-top: 1em; font-size: 80%;padding-left: 1.5em;}

ol#footnotes p {text-indent: 0px;}

figure + p {
	text-indent: 0em !important;
}

@keyframes highfade {
    0% {
		background-color: none;
    }
    20% {
		background-color: yellow;
	}
    100% {
		background-color: none;
    }
}

@-webkit-keyframes highfade {
    0% {
		background-color: none;
    }
    20% {
		background-color: yellow;
	}
    100% {
		background-color: none;
    }
}

a:target, ol#footnotes li:target, sup a:target  {
    animation-name: highfade;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: highfade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

@media screen and (max-width: 736px) {
	body {
		padding: 1em 20px 1em 20px; 	
		font-size: 120%;	
	}
	h1 {
		font-size: 250%;
	}
	h2 {
		font-size: 150%;
	}
	h3, h4, h5 {
		font-size: 140%;
	}
}

.img-circle {
    border-radius: 50%;
}

.compressed {
     line-height: 1.1em;
 }
