/*
	Theme Name: Living Mathematics
	Theme URI: http://mantagen.org
  Description: It's a theme
	Version: 1.4.3
	Author: mantagen
	Author URI: http://mantagen.org
	Tags: Love, Theme

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

html {
  font-size: 16px;
}
body {
  font-size: 16px;
  font-family: serif;
  color: black;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
.current-menu-item a {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
  line-height: 1.4rem;
}
h1 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.nav {
  position: fixed;
  width: 220px;
  padding-top: 2rem;
  padding-left: 2rem;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: white;
}
.main {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 220px;
}
.archive__item {
  background-color: white;
  max-width: 40rem;
  margin-left: 1rem;
  padding: 1rem;
  position: relative;
  margin-bottom: 1rem;
  padding-right: 7rem;
}
.archive__item-snippet {
  font-style: italic;
}
.archive__item-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 6rem;
  object-fit: cover;
}
.archive__item-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page__section,
.single__section {
  max-width: 40rem;
  margin-left: 1rem;
  background-color: white;
  padding: 0;
  position: relative;
  margin-bottom: 2rem;
}
.page__section p,
.single__section p {
  margin-bottom: 1rem;
}
.page__section img,
.single__section img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.single__meta {
  font-style: italic;
}

.copyright {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}
