.title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.title_link {
  display: inline-block;
  min-width: 12rem;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.header-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40rem) {
  .header-image {
    margin-bottom: 2rem;
  }
}

.header-image_link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1rem;
  max-width: 20rem;
}
@media screen and (min-width: 40rem) {
  .header-image_link {
    padding: 2rem;
    max-width: 40rem;
  }
}

.header-image_img {
  width: 100%;
  height: auto;
  display: block;
}

.header-image_panel__static {
  position: relative;
  z-index: 10;
  visibility: hidden;
}

.header-image_panel__fixed {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.description {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 40rem;
}
@media screen and (min-width: 40rem) {
  .description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.description h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .description h1 {
    font-size: 1.75rem;
  }
}

.avatar {
  position: relative;
  z-index: 20;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-size: cover;
}
.avatar a, .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.avatar img {
  visibility: hidden;
}
.avatar.circle {
  border-radius: 2rem;
}

.posts {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 40rem) {
  .posts {
    margin-top: 6rem;
    margin-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
  }
}

.post_row {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40rem) {
  .post_row {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .post_row:nth-of-type(odd) {
    text-align: right;
  }
  .post_row:nth-of-type(even) {
    text-align: left;
  }
}

.post_wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 40rem) {
  .post_wrapper {
    width: 50%;
  }
}

.post {
  display: block;
  text-align: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  oveflow: visible;
  height: 15rem;
}
@media screen and (min-width: 40rem) {
  .post {
    height: 15rem;
  }
}
@media screen and (min-width: 80rem) {
  .post {
    height: 20rem;
  }
}
.post, .post img {
  cursor: pointer;
}

.post_overlay_text {
  position: absolute;
  top: -99999em;
  left: -99999em;
}

@media screen and (min-width: 40rem) {
  .post:hover .post_overlay {
    opacity: 1;
  }
}

.post_wrapper .post__photoset {
  display: none;
}
.post_wrapper .post__photoset:first-child {
  display: block;
}

.post__photo img {
  width: auto;
  height: 100%;
  opacity: 0;
}

.post__video img {
  width: auto;
  height: 100%;
  opacity: 0;
}

.post__photoset img {
  width: auto;
  height: 100%;
  opacity: 0;
}

.post__text .post_content {
  display: none;
}
.post__text h2 {
  font-size: 3rem;
}

.permalink_nav {
  text-align: center;
}

.permalink_nav-item__home {
  padding: 1rem;
  text-align: center;
}

.permalink_actions {
  max-width: 96px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.permalink_actions .like_button {
  float: right;
}
.permalink_actions .reblog_button {
  float: left;
}

.permalink_tags {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.permalink_media {
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}

.permalink_media_row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.permalink_media__photo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.permalink_media__video {
  text-align: center;
}
.permalink_media__video iframe {
  margin: auto;
}

.permalink_media__photoset img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.permalink_text {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.permalink_text h1, .permalink_text h2, .permalink_text h3, .permalink_text h4, .permalink_text h5, .permalink_text h6,
.permalink_text p, .permalink_text blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  text-align: center;
  font-weight: normal;
}
.permalink_text h1 {
  font-size: 2rem;
}
@media screen and (min-width: 40rem) {
  .permalink_text h1 {
    font-size: 3rem;
  }
}
.permalink_text h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 40rem) {
  .permalink_text h2 {
    font-size: 2rem;
  }
}
.permalink_text h3, .permalink_text h4, .permalink_text h5, .permalink_text h6 {
  font-size: 1rem;
}
.permalink_text p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.permalink_text a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pagination a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.pagination_pages {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.pagination_links {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination_archive {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer_links {
  max-width: 20rem;
  display: inline-block;
}
.footer_links a {
  text-decoration: none;
  display: block;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.tooltip {
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  z-index: 31;
  top: -99999em;
  left: -99999em;
  max-width: 20rem;
  height: 3rem;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  text-overflow: ellipsis;
  line-height: 3rem;
  font-size: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tooltip.tooltip__visible {
  opacity: 0.9999;
}

body {
  padding: 0;
  margin: 0;
  padding-bottom: 6rem;
}
@media screen and (min-width: 40rem) {
  body {
    padding-bottom: 12rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
