@charset "UTF-8";
html{
  /*font-family:'Georgia', serif;*/
  font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;

  font-size:100%;
  line-height:1.6;
  background:#fff;
  color:#000;
  -webkit-overflow-scrolling:touch; }

body{
  margin:1em;
  font-size:1rem; }
  @media (min-width: 20rem){
    body{
      font-size:calc(1rem + 0.0125 * (100vw - 20rem)); } }
  @media (min-width: 44rem){
    body{
      font-size:1.25rem; } }
  body header,
  body main,
  body footer,
  body article{
    word-wrap: break-word;
    position:relative;
    max-width:44rem;
    margin:0 auto; }
  body > header{
    margin-bottom:3.5em; }
    body > header h1{
      margin:0;
      font-size:1.5em; }
    body > header p{
      margin:0;
      font-size:.85em; }
  body > footer{
    margin-top:4.5em;
    padding-bottom:1.5em;
    text-align:center;
    font-size:.8rem;
    color:#aaa; }
  body > main {
    min-height: calc(100vh - 17rem);
  }

.unicode {
  font-family: "Apple Color Emoji","Times New Roman", Times, serif;
}

nav{
  color:#ccc;
  margin:1em 0;}
  nav ul{
    list-style:none;
    margin:0;
    padding:0; }
    nav ul li{
      display:inline-block;
      margin-right:1em;
      margin-bottom:.25em; }


nav a {
  background: none;
  text-decoration: none;
}

.navright {
  float: right;
}

.navright li {
  margin-right: 0;
  margin-left: 1em;
}

.navaside {
  margin: 0;
  float: right;
}

ul, ol{
  margin-top:0;
  padding-top:0;
  padding-left:2.5em; }

p{
  margin:1em 0;
  -webkit-hyphens:auto;
      -ms-hyphens:auto;
          hyphens:auto; }
  p:first-child{
    margin-top:0; }
  p:last-child{
    margin-bottom:0; }
  p + ul, p + ol{
    margin-top:-.75em; }
  p img, p picture{
    margin-bottom:.5em;}
  p img img, p picture img{
    float:none;
    margin:0; }

span{
  margin:1em 0;
}
dd{
  margin-bottom:1em;
  margin-left:0;
  padding-left:2.5em; }

dt{
  font-weight:700; }

blockquote{
  margin:0;
  padding-left:2.5em; }

aside{
  margin:.5em 0;
  /*font-style:italic;*/
  color:#aaa; }
  @media (min-width: 65rem){
    aside{
      position:absolute;
      right:-12.5rem;
      width:9.375rem;
      max-width:9.375rem;
      margin:0;
      padding-left:.5em;
      font-size:.8em;
      border-left:1px solid #f2f2f2; } }
  aside:first-child{
    margin-top:0; }
  aside:last-child{
    margin-bottom:0; }

section + section{
  margin-top:2em; }

h1, h2, h3, h4, h5, h6{
  margin:1.25em 0 0;
  line-height:1.2; }
  h1:hover > a[href^='#'][id], h1:focus > a[href^='#'][id], h2:hover > a[href^='#'][id], h2:focus > a[href^='#'][id], h3:hover > a[href^='#'][id], h3:focus > a[href^='#'][id], h4:hover > a[href^='#'][id], h4:focus > a[href^='#'][id], h5:hover > a[href^='#'][id], h5:focus > a[href^='#'][id], h6:hover > a[href^='#'][id], h6:focus > a[href^='#'][id]{
    opacity:1;
    -webkit-transition:opacity 0s, color 300ms ease-out;
    transition:opacity 0s, color 300ms ease-out; }
  h1 + p, h1 + details, h2 + p, h2 + details, h3 + p, h3 + details, h4 + p, h4 + details, h5 + p, h5 + details, h6 + p, h6 + details{
    margin-top:.5em; }
  h1 > a[href^='#'][id], h2 > a[href^='#'][id], h3 > a[href^='#'][id], h4 > a[href^='#'][id], h5 > a[href^='#'][id], h6 > a[href^='#'][id]{
    position:absolute;
    left:-.5em;
    opacity:0;
    background:none;
    color:rgba(0, 0, 0, 0.5);
    -webkit-transition:opacity 300ms ease-out;
    transition:opacity 300ms ease-out; }
    h1 > a[href^='#'][id]:target, h1 > a[href^='#'][id]:hover, h1 > a[href^='#'][id]:focus, h2 > a[href^='#'][id]:target, h2 > a[href^='#'][id]:hover, h2 > a[href^='#'][id]:focus, h3 > a[href^='#'][id]:target, h3 > a[href^='#'][id]:hover, h3 > a[href^='#'][id]:focus, h4 > a[href^='#'][id]:target, h4 > a[href^='#'][id]:hover, h4 > a[href^='#'][id]:focus, h5 > a[href^='#'][id]:target, h5 > a[href^='#'][id]:hover, h5 > a[href^='#'][id]:focus, h6 > a[href^='#'][id]:target, h6 > a[href^='#'][id]:hover, h6 > a[href^='#'][id]:focus{
      opacity:1;
      box-shadow:none;
      color:#000;
      -webkit-transition:opacity 0s, color 0s;
      transition:opacity 0s, color 0s; }
    h1 > a[href^='#'][id]:target:focus, h2 > a[href^='#'][id]:target:focus, h3 > a[href^='#'][id]:target:focus, h4 > a[href^='#'][id]:target:focus, h5 > a[href^='#'][id]:target:focus, h6 > a[href^='#'][id]:target:focus{
      outline:none; }
    h1 > a[href^='#'][id]::before, h2 > a[href^='#'][id]::before, h3 > a[href^='#'][id]::before, h4 > a[href^='#'][id]::before, h5 > a[href^='#'][id]::before, h6 > a[href^='#'][id]::before{
      content:'•'; }

h1{
  font-size:2em; }

h2{
  font-size:1.75em; }

h3{
  font-size:1.25em; }

h4{
  font-size:1.15em; }

h5{
  font-size:1em; }

h6{
  margin-top:1em;
  font-size:1em;
  color:#aaa; }

article + article{
  margin-top:3em; }

article header p{
  font-size:.7em;
  color:#aaa; }
  article header p + h1, article header p + h2{
    margin-top:-.25em; }

article header h1 + p, article header h2 + p{
  margin-top:.25em; }

article header h1 a, article header h2 a{
  color:#000;
  background:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1" height="1"%3E%3Crect x="0" y="0.5" width="1" height="0.5" fill="rgba(0, 0, 0, 0.35)"/%3E%3C/svg%3E') left bottom repeat-x; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    article header h1 a, article header h2 a{
      background:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1" height="2"%3E%3Crect x="0" y="1" width="1" height="1" fill="rgba(0, 0, 0, 0.35)"/%3E%3C/svg%3E') left bottom repeat-x; } }
  article header h1 a:visited, article header h2 a:visited{
    color:#aaa;
    background:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1" height="1"%3E%3Crect x="0" y="0.5" width="1" height="0.5" fill="rgba(170, 170, 170, 0.35)"/%3E%3C/svg%3E') left bottom repeat-x; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
      article header h1 a:visited, article header h2 a:visited{
        background:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1" height="2"%3E%3Crect x="0" y="1" width="1" height="1" fill="rgba(170, 170, 170, 0.35)"/%3E%3C/svg%3E') left bottom repeat-x; } }
    article header h1 a:visited:hover, article header h2 a:visited:hover{
      color:#3000c1; }

article > footer{
  margin-top:1.5em;
  font-size:.85em; }

a{
  text-decoration:none;

  color: #000;
  -webkit-transition:color 300ms ease-out, box-shadow 300ms ease-out;
  transition:color 300ms ease-out, box-shadow 300ms ease-out;
}


article section a {
  /*text-decoration:underline;*/
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

abbr{
  margin-right:-.075em;
  -webkit-hyphens:none;
      -ms-hyphens:none;
          hyphens:none;
  letter-spacing:.075em;
  font-size:.9em; }

img, picture{
  display:block;
  max-width:100%;
  margin:0 auto; }

audio, video{
  width:100%;
  max-width:100%; }

video{
  -o-object-position:0 -1px;
     object-position:0 -1px; }

figure{
  margin:1em 0 .5em;
  padding:0; }
  figure + p{
    margin-top:.5em; }
  figure figcaption{
    opacity:.65;
    font-size:.85em; }

table{
  display:inline-block;
  border-spacing:0;
  border-collapse:collapse;
  overflow-x:auto;
  max-width:100%;
  text-align:left;
  vertical-align:top;
  background:-webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 0 0, -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 100% 0;
  background:linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 0 0, linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 100% 0;
  background-attachment:scroll, scroll;
  background-size:1px 100%, 1px 100%;
  background-repeat:no-repeat, no-repeat; }
  table caption{
    font-size:.9em;
    background:#fff; }
  table td, table th{
    padding:.35em .75em;
    vertical-align:top;
    font-size:.9em;
    border:1px solid #f2f2f2;
    border-top:0;
    border-left:0; }
    table td:first-child, table th:first-child{
      padding-left:0;
      background-image:-webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
      background-image:linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
      background-size:2px 100%;
      background-repeat:no-repeat; }
    table td:last-child, table th:last-child{
      padding-right:0;
      border-right:0;
      background-image:-webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
      background-image:linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
      background-position:100% 0;
      background-size:2px 100%;
      background-repeat:no-repeat; }
    table td:only-child, table th:only-child{
      background-image:-webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
      background-image:linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
      background-position:0 0, 100% 0;
      background-size:2px 100%, 2px 100%;
      background-repeat:no-repeat, no-repeat; }
  table th{
    line-height:1.2; }

code, kbd, var, samp{
  font-family:Consolas, monospace;
  font-style:normal; }

pre{
  overflow-x:auto;
  font-size:.8em;
  background:-webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 0 0, -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 100% 0;
  background:linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 0 0, linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) 100% 0;
  background-attachment:scroll, scroll;
  background-size:1px 100%, 1px 100%;
  background-repeat:no-repeat, no-repeat; }
  pre > code{
    display:inline-block;
    overflow-x:visible;
    box-sizing:border-box;
    min-width:100%;
    border-right:3px solid #fff;
    border-left:1px solid #fff; }

hr{
  height:1px;
  margin:2em 0;
  border:0;
  background:#f2f2f2; }

details{
  margin:1em 0; }
  details[open]{
    padding-bottom:.5em;
    border-bottom:1px solid #f2f2f2; }

summary{
  display:inline-block;
  font-weight:700;
  border-bottom:1px dashed;
  cursor:pointer; }
  summary::-webkit-details-marker{
    display:none; }

noscript{
  color:#d00000; }

::-moz-selection{
  background:rgba(0, 100, 193, 0.15); }

::selection{
  background:rgba(0, 100, 193, 0.15); }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

form input {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  border: 1px solid #777;
  border-radius: 2px;
  /* 1 */
  font: inherit;
  /* 2 */
  padding: 10px;
  margin: 0;
  /* 3 */
}
textarea:hover,
textarea:focus {
  outline: none
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  margin-top: 1rem;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

input {
  margin-top: .5rem;
  width: 100%; }

textarea {
  margin-top: .5rem;
  width: 100%; }

input,
textarea {
  box-sizing: border-box;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  width: auto;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

body > footer {
	margin-top: 30px;
}

/*img.u-square {
	border-radius: 50%;}
*/
img.micro {
  margin-right:10px;
  max-width: 20px;}

img.small {
  margin-right:20px;
  max-width: 40px;}

img.medium {
  max-width: 80px;}

article section {
  font-family:"PT Serif","Georgia", serif;
  /*font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
  */
}

article section .comment {
 /*font-family:"PT Serif","Georgia", serif;*/
 font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
}
article p {
  margin-top: 1em;
}

blockquote {
	font-style: italic;
}


article h3 a {
  border-bottom-style: none;
}

article section> p:nth-of-type(1) {
  letter-spacing: .01em;
}

article header p span{
  margin: 0;
}

article footer a {
  background: none;
  text-decoration: none;
}

.right {
  float: right;
  font-size: 0.9em;
}

section header p{
  font-size:.7em;
  color:#aaa; }
  section header p + h1, section header p + h2{
    margin-top:-.25em; }

.comment{
  margin-top: 0.4em;
  font-family:"PT Serif","Georgia", serif;
  /*
  font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
  */
  font-size: 0.9em;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
  border-radius: .25em;
  background-color: #777;
}

input {
	border: 1px solid #777;
	border-radius: 2px;
	padding: 10px;
}

input:hover,
input:focus {
	outline: none;
}

button {
	border: 1px solid #777;
	border-radius: 2px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

button:hover,
button:focus {
	outline:none;
}

/*
glitch
*/
.glitch {
  color: black;

  position: relative;
  margin: 0 auto;
}

@keyframes noise-anim {
  0% {
    clip: rect(2px, 9999px, 14px, 0);
  }
  10% {
    clip: rect(19px, 9999px, 7px, 0);
  }
  20% {
    clip: rect(25px, 9999px, 38px, 0);
  }
  30% {
    clip: rect(23px, 9999px, 16px, 0);
  }
  40% {
    clip: rect(14px, 9999px, 7px, 0);
  }
  50% {
    clip: rect(7px, 9999px, 19px, 0);
  }
  60% {
    clip: rect(33px, 9999px, 18px, 0);
  }
  70% {
    clip: rect(31px, 9999px, 12px, 0);
  }
  80% {
    clip: rect(3px, 9999px, 9px, 0);
  }
  90% {
    clip: rect(22px, 9999px, 4px, 0);
  }
  100% {
    clip: rect(27px, 9999px, 18px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  top: 0;
  color: black;
  background: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 10s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(34px, 9999px, 18px, 0);
  }
  10% {
    clip: rect(28px, 9999px, 17px, 0);
  }
  20% {
    clip: rect(6px, 9999px, 19px, 0);
  }
  30% {
    clip: rect(26px, 9999px, 39px, 0);
  }
  40% {
    clip: rect(28px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(8px, 9999px, 34px, 0);
  }
  60% {
    clip: rect(10px, 9999px, 30px, 0);
  }
  70% {
    clip: rect(11px, 9999px, 14px, 0);
  }
  80% {
    clip: rect(34px, 9999px, 35px, 0);
  }
  90% {
    clip: rect(13px, 9999px, 13px, 0);
  }
  100% {
    clip: rect(15px, 9999px, 19px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  top: 0;
  color: black;
  background: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 10s infinite linear alternate-reverse;
}

.href {
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* OH-MD */
.tgram-editor.oh-md {
  margin: 0.5rem 0;
}

.tgram-editor.oh-md.oh-md-mode-fullscreen {
  margin: 0
}

.tgram-editor.oh-md .oh-md-area--text__element,
.tgram-editor.oh-md .oh-md-area--text__element:focus {
  border: 1px solid #777;
}

.tgram-editor.oh-md .oh-md-controls--button {
  padding: 0;
  margin: 0 5px 0 0;
}