:root {
	--header-color: white;
	--main-color: rgb(144,28,48);
	--bg-color: white;
	--text-color: black;
	--links-color: rgb(144,28,48);
	--header-text-color: white;
	--code-dropshadow-color: lightgray;
	--code-bg-color: beige;
	--code-color: black;
	--blockquote-bg-color: ivory;
	--toc-background: beige;
	--links-text-decoration: none;
	--tag-text-decoration: none;
	--tag-color: white;
	--tag-background: rgb(0,110,121);
}


h1.title {
font-family: 'FaktConPro-SemiBold',Helvetica,Arial,sans-serif;
/* font-size: 24pt; */
}
h2 {
font-family: Georgia,Times,sans-serif;
/* font-size: 20pt; */
font-size: 1.4em;
border-bottom: 1px solid black;
}

div#header {
border-bottom: 2px solid black;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}

div#logo a {
color: black;
float: left;
/* font-size: 18px; */
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

div#header #navigation {
text-align: right;
}

div#header #navigation a {
color: black;
/* font-size: 18px; */
    font-size: 90%;
    font-weight: bold;
    margin-left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

@media only screen and (max-width : 640px) {
  img {
    width: 90%;
  }

  div#text-table-of-contents {
    display: none
  }
}
@media only screen and (min-width : 640px) {
  div#text-table-of-contents {
    float: right;
    border: 1px solid gray;
    background-color: #cccccc;
    margin: 2em;
  }
}

/* tables */

thead>tr>th {
	border-bottom: 1px solid black;
	border-collapse: collapse;
}
td {
	padding-right: 1.2em;
}
td.org-right {
	text-align: right;
}

/* @media only screen and (min-width : 640px) {
  .outline-2:after {
    content: "";
    display: table;
    clear: both;
  }

  .outline-2 h2 {
    float: left;
    width: 30%;
  }

  .outline-text-2,
  .outline-text-3 {
    float: right;
    width: 70%;
  }
} */







@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* SERVICE */

.top-right-corner {
	position: fixed;
	top: 50px;
	right: 10px;
	background-color: white;
	color: black;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

body {
	background-color: var(--bg-color);
	color: var(--text-color);
	margin: 0px;
}

.content,
#content {
	margin-left: 15%;
}

p,
ul {
	font-family: 'Georgia', serif;
	font-size: 18px;
	line-height: 24px;
	max-width: 800px;
}

span.tag > span,
.taglist > a:nth-child(n + 2) {
	color: var(--tag-color);
	background-color: var(--tag-background);
	font-family: sans-serif;
	font-size: 14px;
	padding: 2px;
	border-radius: 3px;
	text-decoration: var(--tag-text-decoration);
}

pre,
.org-src-container > pre {
	font-family: Inconsolata, sans-serif;
	font-size: 120%;
	max-width: 1200px !important;
	background-color: var(--code-bg-color);
	color: var(--code-color);
	filter: drop-shadow(2px 2px 1px var(--code-dropshadow-color));
}

blockquote {
  background-color: var(--blockquote-bg-color);
  padding: 1em;
  width: 50%;
	filter: drop-shadow(2px 2px 1px var(--code-dropshadow-color));
}

blockquote, blockquote>p {
  font-family: "Libre Baskerville" !important;
  font-style: italic;
}

blockquote::first-letter { 
  font-size: 150%;
}

h1,
h2,
h3 {
	font-family: sans-serif;
	border: 0px;
}

img {
	max-width: 800px;
}

a {
	color: var(--links-color);
	text-decoration: var(--links-text-decoration);
}

span.timestamp-wrapper {
	font-size: 80%;
	font-family: sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: lightgray;
	border-radius: 3px;
	color: black;
}

#preamble {
	background-color: var(--main-color);
	color: var(--header-color);
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 0px !important;
	top: 0;
	z-index: 999;
	position: sticky;
}

#preamble a {
	font-family: sans-serif;
	color: var(--header-text-color) !important;
}

#postamble {
	margin: auto;
	width: 60%;
}

#postamble > p {
	color: gray;
	display: inline-block;
	margin: 0px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-right: 4em;
}

div#table-of-contents {
	float: right;
}

div#table-of-contents {
	float: right;
}

div#table-of-contents > h2 {
	margin-left: 32px;
}

div#text-table-of-contents {
	background-color: var(--toc-background);
	border: 0px;
	filter: drop-shadow(2px 2px 1px var(--code-dropshadow-color));
}

/* tables */

thead>tr>th {
	border-bottom: 1px solid var(--text-color);
	border-collapse: collapse;
}
td {
	padding-right: 1.2em;
}
td.org-right {
	text-align: right;
}

/* Fixing notes.css */

div#header {
	border-bottom: 0px;
}

/* CSS for blog */

div#archive {
	padding-bottom: 1em;
	padding-top: 1em;
}
div.taglist {
	padding-top: 1em;
}

div.post-date {
	padding-top: .8em;
	font-size: 0.8em;
	margin-left: -6em;
	position: absolute;
	margin-top: 0em;
}




