img.avatar {
  border-radius: 16px;
  float: left;
  margin-right: 0.5em;
}

.inline-svg {
  display: inline-block;
  height: 1.15rem;
  width: 1.15rem;
  top: 0.15rem;
  position: relative;
}

body {
  color: #333;
}

main p {
  line-height: 1.75;
}

@media only screen and (max-width: 400px) {
  main p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}

.highlight {
  background-color: #272822;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.video iframe,
.video object,
.video embed,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a,
.nav-title,
.nav a,
.pagination a,
a .post-title {
  color: #107ac6;
}

.pagination a,
.pagination .center {
  padding: 0.5em;
}

.pagination .right,
.pagination .left {
  position: absolute;
}

a:hover,
.nav-title:hover,
.nav a:hover,
.pagination .arrow:hover {
  opacity: 1;
  text-decoration: underline;
}

.pagination .arrow {
  transition: none;
  padding: 0.5em;
  opacity: 1;
}

.pagination,
time,
figcaption {
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

.nav-title:hover,
.catalogue-title:hover,
.nav a:hover,
.nav li {
  opacity: 1;
}

.post-title {
  font-size: 2rem;
  text-align: left;
}

.publish-date {
  color: #aaa;
}

@media only screen and (min-width: 600px) {
  .publish-date.right {
    float: right;
    margin-top: -3rem;
  }
}

main,
footer,
.nav-container {
  max-width: 720px;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

main img {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.links a {
  color: #aaa;
  padding: 0.35em;
}

.links:hover a {
  color: #107ac6;
}

.links a:hover {
  color: #fff;
  background-color: #107ac6;
  border-radius: 0.5em;
}

figcaption {
  font-size: small;
  font-style: italic;
  text-align: center;
}
