/* Fonts */

@font-face {
  font-family: 'monofonto';
  src: url('../assets/fonts/monofonto-webfont.woff2') format('woff2'), url('../assets/fonts/monofonto-webfont.woff') format('woff'), url('../assets/fonts/monofonto-webfont.ttf') format('truetype'), url('../assets/fonts/monofonto-webfont.svg#monofontoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'SyneMono';
  src: url('../assets/fonts/SyneMono-Regular.woff2') format('woff2'), url('../assets/fonts/SyneMono-Regular.woff') format('woff'), url('../assets/fonts/SyneMono-Regular.ttf') format('truetype'), url('../assets/fonts/SyneMono-Regular.svg#monofontoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sk-Modernist';
  src: url('../assets/fonts/Sk-Modernist-Regular.woff2') format('woff2'), url('../assets/fonts/Sk-Modernist-Regular.woff') format('woff'), url('../assets/fonts/Sk-Modernist-Regular.ttf') format('truetype'), url('../assets/fonts/Sk-Modernist-Regular.svg#monofontoregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */

body {
  font-family: 'monofonto';
  line-height: 150%;
  margin: 80px 0px;
}

.container {
  /* background: #ffc; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  margin: 100px auto 0;
  max-width: 400px;
  min-height: 300px;
  padding: 150px;
  position: relative;
  width: 80%;
}

/* .container:before, .container:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.container:before {
  background: #ffd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}

.container:after {
  background: #ffd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
} */

/* links */

a:link, a:visited, a:active, a:hover {
  color: #C00;
  text-decoration: none;
}

/* menu */

.menu {
  max-width: 400px;
}

.page-link {
  font-weight: bold;
}

a.page-link:hover {
  border-bottom: 4px solid #C00;
}

a.page-link-active {
  font-weight: bold;
  border-bottom: 4px solid #000;
}

.navlist {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
}

.navlist>li {
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
  /*  padding-right: 30px;*/
}

/* headings */

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

h2 {
  font-weight: bold;
  text-decoration: underline;
}

h3 {
  font-weight: bold;
}

.header {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 100px;
}

.name>h1 {
  letter-spacing: 5px;
  text-decoration: none;
  font-size: 1.5em;
  /*  text-shadow: 1px 0px 1px #444;*/
}

.name>h3 {
  margin-bottom: 50px;
  text-decoration: none;
}

/* posts */

.posts {
  padding-left: 0px;
}

.posts>li {
  list-style-type: none;
  margin: 80px 0px;
}

.post-content {
  text-align: left;
}

.post-content strong {
  color: #C00;
}

.post-header {
  text-align: center;
}

/* linklog */

.linklog {
  text-align: left;
}

.linklog>li {
  list-style-type: none;
  margin-left: -42px;
}

.linklog>.month-header {
  margin-top: 10px;
}

/* code blocks */

.highlight, blockquote {
  margin: 40px 0px;
  padding: 0px 20px;
  border-left-style: solid;
}

/* footer */

footer {
  margin-top: 100px;
  margin-bottom: -100px;
  text-align: center;
  font-size: 0.75em;
}

.last-modified {
  color: #888;
}

/* social icons */

.social-icons {
  text-align: right;
  font-size: 1em;
  margin-top: -100px;
  margin-bottom: 100px;
  margin-right: -100px;
}

a i.fas, i.fab {
  color: #000;
}

a i.fas:hover, i.fab:hover {
  color: #C00;
}

/* pagination */

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -60px;
}

.pagination>a, .pagination>span {
  margin: 40px 10px;
}

/* continue reading */

.continue {
  text-align: center;
  margin-top: 40px;
}

.bibliography li {
  margin-bottom: 1em;
}