@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Inria+Serif:400,700|Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext");
body {
  margin: 0;
  font-family: "Inria Serif", serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a {
  color: blue;
}
a:hover, a:focus {
  color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
}

.layout {
  max-width: 35em;
  margin: 6em auto;
  margin-bottom: 1em;
  background: transparent;
}

.layout__header {
  margin: 2em 0;
}

.layout__description {
  color: red;
}

.layout__heading {
  font-size: 216.6666666667%;
  font-weight: bold;
  text-align: center;
}
.layout__heading a {
  padding: 0 0.5em;
  color: #fff;
  background: linear-gradient(yellow, lightgreen);
  text-shadow: 0 0 3px #333;
  text-decoration: none;
}

.layout__nav ul {
  margin: 2em 0;
}
.layout__nav li {
  line-height: 0.8;
  color: #333;
  padding: 0;
  list-style-type: none;
}
.layout__nav li a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
  border-bottom: 0.5em solid transparent;
}
.layout__nav li a:hover,
.layout__nav li a:focus, .layout__nav li.active a {
  text-decoration: none;
  border-bottom-color: #333;
}
.layout__nav li:before {
  content: "";
  display: inline-block;
  width: 1em;
}
.layout__nav li.active:before {
  content: "⭐";
}

.layout__badge {
  text-align: right;
}

.index {
  padding: 0;
  margin: 0;
}

.index--pinned {
  margin-bottom: 1em;
  border-bottom: 1px dashed red;
}

.index__item,
.page,
.post {
  display: block;
  background: #f0f0f0;
  margin: 1em;
  padding: 1em;
  padding-bottom: 0.5em;
  border-right: 0.5em solid #999;
  border-bottom: 0.5em solid aqua;
}

.index__item__title,
.page__title,
.post__title {
  margin: 0;
}

.index__item__content,
.page__content,
.post__content {
  padding-left: 0.5em;
}
.index__item__content img,
.page__content img,
.post__content img {
  max-width: 100%;
}
.index__item__content p,
.index__item__content ul,
.index__item__content ol,
.index__item__content > div,
.index__item__content > iframe,
.page__content p,
.page__content ul,
.page__content ol,
.page__content > div,
.page__content > iframe,
.post__content p,
.post__content ul,
.post__content ol,
.post__content > div,
.post__content > iframe {
  margin: 0.5em 0;
}

.index__item--text {
  margin-right: 4em;
}

.index__item--audio {
  margin-right: 3em;
}

.index__item--video {
  margin-right: 2em;
}

/*# sourceMappingURL=main.css.map */