@import "https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css";

.bg-super-white { background: #f9f9f9; }
.top-50 { top: 50% }
/*.link:hover { background: url(/images/line.png) repeat-x left bottom; }*/

/* Markdown styles */
.markdown-body a {
  text-decoration: none;
  color: #357edd;
}
.markdown-body .highlighter-rouge {
  padding: .25rem .5rem;
}
.markdown-body pre {
  margin: 0;
  overflow: auto;
}
.markdown-body > .highlighter-rouge,
.markdown-body > blockquote {
  padding: .5rem 4rem;
  margin: 2em -4rem;
}
.markdown-body > hr {
  margin: 2em -4rem;
  border: 0;
  border-bottom: 1px dotted #CCC;
}
.markdown-body blockquote {
  background: #f9f9f9;
  border-left: .2rem solid #ccc;
  padding-left: 3.8rem;
}
/* end Markdown styles */

/* global */
.sans-serif {
  font-family: BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

ul {
  padding-left: 15px;
  list-style-type: square;
}

code {
  font-size: 80%;
}

.tagline {
  color: gray;
  display: block;
  margin-bottom: 10px;
}

.pagination {
  float: right;
}

.paginationLink {
  font-size: smaller;
}

.paginationLinkCurrent {
  font-style: normal;
  color: gray;
}

.avatar {
  border-radius: 50%;
  width: 40px;
}

/* page */
.postDate {
  font-size: smaller;
}

.postExt > p {
  margin: 5px 0;
}

.line-separator {
  height: 0.5px;
  background: #aaa;
  margin: 10px 0;
}

/* post */

.disqus {
  margin-top: 50px;
}

.lh-title {
  margin-top: 4px;
}

.fb-comments {
  margin-top: 20px;
}

p.picture {
  text-align: center;
  margin-top: 20px;
  color: #666;
  line-height: 30px;
}

p.picture > img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5%;
  filter:contrast(110%);
}

p.picture > iframe {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

span.highlight {
  color: #FF8000;
}

span.sad {
  color: #848484;
}

span.dad {
  color: #888888;
}

span.mom {
  color: #DF3A01;
}

span.chu {
  color: #F7819F;
}

span.sing {
  color: #5555FF;
}

span.bro {
  color: #088A68;
}

span.grandmom {
  color: #DBA901;
}

span.granddad {
  color: #585858;
}

span.someone-1 {
  color: #688A08;
}

span.someone-2 {
  color: #0B614B;
}

span.someone-3 {
  color: #4C0B5F;
}


span.notes {
  color: #888888;
  font-size: 8pt;
}


p.signoff {
  font-family: 'Arizonia', Helvetica, sans-serif;
  font-size: 16px;
}
