@font-face {
    font-family: 'Lora';
    src: url('Lora-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('Bitter-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-size: 19px;
    font-family: 'Lora', Arial, sans-serif;
    max-width: 850px;
    margin: 0 auto;
    background: #fcfcfc;
    color: #323232;
}

table {
    font-size: 20px;
}

li {
    list-style-type: circle;
}

.quote {
  text-align: right;
}

.logo {
    font-size: 1.3em;
    font-family: 'Bitter', sans-serif;
    flex-shrink: 0;
}

.header {
    border-bottom: 2px solid #323232;
    /* box-shadow: 0 2px 0 0 #ffA900; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 20px;
}

.navigation {
    font-size: 0.9em;
    font-family: 'Bitter', sans-serif;
    flex-shrink: 0;
    margin-left: auto;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    list-style-type: none;
    display: inline;
    margin-left: 15px;
}

.navigation a {
	  color: #323232;
	  text-decoration: none;
	  border-bottom: none;
}

.navigation a:hover {
	  color: #ff0060;
}

.navigation li.current {
	  border-bottom: 1px #222 dotted;
}

.footer {
    border-top: 2px solid #323232;
    text-align: right;
}

a {
    color: #ff0036;
/*	  color: #387eb0; */
	  text-decoration: none;
	  border-bottom: #387eb0 1px dotted;
}

a:hover {
	  /* color: #387eb0; */
    color: #ff0060;
	  border: none;
}

.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

p::after {
    clear: both;
    content: "";
    display: block;
}

img {
    max-width: 100%;
}

code {
    font-size: 18px;
	  padding: 1px;
	  padding-left: 2px;
	  padding-right: 2px;
	  background: #eff1f0;
	  border: 1px solid #ccc;
}

pre {
	  background: #eff1f0;
	  padding: 10px;
	  margin: 5px 15px 15px 0px;
	  border: 1px solid #80bbe5;
	  border-radius: 3px;
}

pre code {
	  border: none;
}

.bibtexitem {
  padding-bottom: 0.7em;
}
