@import url(//fonts.googleapis.com/css?family=Play|Press+Start+2P);

body {
  background: #FCFCFC;
  color: #111;
  font-family: "Play", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
}
a, a:visited, a:active, a:hover {
  color: #224;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  text-decoration: none;
  color: #336;
}

.logo {
  width: 100%;
  margin-top: -20px;
}

.logo img {
  max-width: 100%;
}

.social-subscribe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.6em;
  justify-content: space-around;
  text-align: center;
}
.social-subscribe > * {
  margin-bottom: 0.5em;
}

.container {
  max-width: 960px;
  margin: 20px auto;
}
.row {
  clear: both;
  border-top: 1px dotted #336;
  padding: 1em;
}
@media (min-width: 992px) {
  [class*="col-md-"] {
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.tag + .tag:before {
  content: ", ";
}

video {
  background: #000;
  max-height: 80dvh;
  max-width: 100%;
}

.about-text {
  text-align: justify;
}

.u-syndication + .u-syndication::before {
  content: ' or ';
}

.mentions .like {
  display: inline-block;
  padding-right: 10px;
}
.mentions .author img {
  max-height: 50px;
}

.mentions .repost:after {
  content: "";
  display: table;
  clear: both;
}
.mentions .repost .author, .mentions .repost .repost-content, .mentions .repost .author-name {
  display: inline-block;
  vertical-align: top;
}
.mentions .repost .author {
  max-width: 50px;
}

.mentions .repost .repost-content {
  max-width: 80%;
  margin-left: 1em;
}
.mentions .repost blockquote {
  width: 100%;
  display: inline-block;
  background-color: #eee;
  padding: 1em;
  margin: 1em 1em 1em 0;
}
.mentions .repost blockquote img {
  max-height: 300px;
  max-width: 100%;
}

ul.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
ul.pagination * {
  box-sizing: border-box;
}
ul.pagination li {
  flex: auto;
  font-size: calc(18px + 6 * ((100vw - 320px) / (960 - 320)));
  text-align: center;
}
ul.pagination li.active a {
  background-color: #000;
  color: #FFF;
}
ul.pagination li.disabled > span, 
ul.pagination li a {
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.5em;
}
ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,1);
  color: #000;
  text-decoration: none;
}
