/* _src/css/poole.css */
@font-face {
  font-family: "Meslo LG S";
  font-style: normal;
  font-weight: 400;
  src:
    local("Meslo LG S"),
    local("Meslo LG S"),
    url(http://inteist.com/public/fonts/MesloLGS-Regular.ttf) format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 38em) {
  html {
    font-size: 20px;
  }
}
body {
  color: #515151;
  background-color: #eeeeee;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: hsla(0, 0%, 50%, 1);
  color: hsl(189deg 98% 23%);
  text-decoration: none;
  transition: color ease 0.25s;
}
a strong {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 2rem;
}
h2 {
  margin-top: 2rem;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}
h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  text-align: center;
}
h4,
h5,
h6 {
  margin-top: 1rem;
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  color: #303030;
  padding: .2em;
}
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
}
hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}
code,
pre {
  font-family:
    Menlo,
    Monaco,
    "Meslo LG S",
    "Droid Sans Mono",
    "Ubuntu Mono",
    monospace;
}
code {
  font-size: 90%;
  color: hsla(2, 84%, 59%, .75);
  border-radius: 3px;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .85rem;
  line-height: 1.4;
  white-space: pre;
}
pre > code {
  padding-left: 0em;
  padding-right: 1em;
  font-size: 85%;
  color: inherit;
  background-color: transparent;
}
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}
.highlight pre {
  margin-bottom: 0;
}
.gist .gist-file {
  font-family:
    Menlo,
    Monaco,
    "Meslo LG S",
    "Droid Sans Mono",
    "Ubuntu Mono",
    monospace;
}
.gist .markdown-body {
  padding: 15px;
}
.gist pre {
  padding: 0;
  background-color: transparent;
}
.gist .gist-file .gist-data {
  font-size: .8rem !important;
  line-height: 1.4;
}
.gist code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
blockquote {
  padding: 1rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: .25rem solid #e5e5e5;
}
.highlight-quote {
  background: #f5f5f5;
  border-left-color: #000;
  padding: 1rem 1rem;
  margin: 1rem 0;
  font-style: italic;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.4;
}
.highlight-quote cite {
  display: block;
  margin-top: 0;
  font-size: 0.85rem;
  font-style: normal;
  color: #555;
  text-align: right;
  line-height: 1;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 30em) {
  blockquote {
    padding-right: 5rem;
    padding-left: 1.25rem;
  }
}
img {
  display: block;
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 7px;
}
table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
td,
th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}
.container {
  max-width: 38rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #505050;
}
.masthead-title a {
  color: #505050;
}
.masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0;
}
.page,
.post {
  margin-bottom: 2em;
}
.page-title,
.post-title,
.post-title a {
  color: #303030;
}
.page-title,
.post-title {
  margin-top: 0;
}
.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a;
  margin-bottom: 2rem;
}
.related {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.related-posts {
  padding-left: 0;
  list-style: none;
}
.related-posts h3 {
  margin-top: 0;
  font-size: 1rem;
  font-family: "Arivo", sans-serif;
}
.related-posts li small {
  font-size: 60%;
  color: #999;
}
.related-posts li a:hover {
  color: rgb(0, 171, 223);
  text-decoration: none;
}
.related-posts li a:hover small {
  color: inherit;
}
.pagination {
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
  font-family:
    "Lato",
    Helvetica,
    Arial,
    sans-serif;
  color: #ccc;
  text-align: center;
}
.pagination-item {
  display: block;
  padding: 1rem;
}
.pagination-item:first-child {
  margin-bottom: -1px;
}
a.pagination-item:hover {
  background-color: #f5f5f5;
}
@media (min-width: 30em) {
  .pagination {
    margin: 3rem 0;
  }
  .pagination-item {
    float: left;
    width: 50%;
  }
  .pagination-item:first-child {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination-item:last-child {
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-nav ul,
  .related ul,
  #archive ul,
  #tags ul {
    list-style-type: none;
    font-size: 85%;
  }
  .related ul,
  #archive ul,
  #tags ul {
    list-style-type: none;
    font-size: 85%;
  }
  ul h2,
  ul h3,
  ul h4 {
    font-weight: normal;
  }
  .sidebar a {
    color: #b6b6b6;
    position: relative;
    text-decoration: none;
  }
  .sidebar a:hover {
    color: #fff;
  }
  .lead {
    font-family: "Fjalla One", sans-serif;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 0.2;
  }
  .posts > .post {
    margin-bottom: 10em;
  }
  .posts > .spacer {
    margin-bottom: 2rem;
  }
  .post > .spacer {
    margin-bottom: 2rem;
  }
}
.sidebar-spacer {
  margin-bottom: 1rem;
}
.search-bar {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
}
@media (max-width: 47.99em) {
  .search-bar img {
    filter: invert(1);
  }
}
.reading-time {
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 85%;
  color: #636363;
  z-index: 10;
}
.copyright {
  font-family: "Fjalla One", sans-serif;
  font-size: .65rem;
}
#similar-posts,
#latest-posts {
  color: #ff3100;
}
input[type=text] {
  width: 100%;
  max-width: 20em;
  height: 60px;
  font-size: 16pt;
  background: #EDEFF2;
  border: 2px solid grey;
  border-radius: 15px;
  color: rgb(103, 103, 103);
  padding: 12px 16px;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  input[type=text] {
    height: 100px;
    font-size: 24pt;
    padding: 20px;
  }
}
input[type=text]:focus {
  outline: none;
  border-color: grey;
}
.search-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.search-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #636363;
  background: #EDEFF2;
  border: 2px solid #bbb;
  border-radius: 50%;
  text-decoration: none;
  transition:
    background .15s ease,
    border-color .15s ease,
    color .15s ease,
    transform .1s ease;
}
.search-close-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}
.search-close-btn:hover,
.search-close-btn:focus {
  background: #e0e0e0;
  border-color: #888;
  color: #222;
  text-decoration: none;
  transform: scale(1.08);
}
@media (min-width: 48em) {
  .search-close-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .search-close-btn svg {
    width: 20px;
    height: 20px;
  }
}
#results-container {
  width: 100%;
  max-width: 40em;
  font-size: 12pt;
  padding-top: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 48em) {
  #results-container {
    font-size: 14pt;
    padding-top: 40px;
  }
}

/* _src/css/hyde.css */
html {
  font-family:
    Helvetica,
    Lato,
    Arimo,
    sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 18px;
  }
}
hr {
  position: relative;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #eee;
}
.sidebar {
  text-align: left;
  color: rgb(200, 200, 200) rgba(255, 255, 255, .5);
  background-color: #202020;
  overflow: hidden;
}
.sidebar-toggle-checkbox {
  display: none;
}
.sidebar-toggle-label {
  display: block;
  cursor: pointer;
  padding: 0.5rem 0;
}
.sidebar-toggle-label .hamburger,
.sidebar-toggle-label .hamburger::before,
.sidebar-toggle-label .hamburger::after {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: rgba(255, 255, 255, .7);
  border-radius: 2px;
  transition: transform .25s ease, opacity .15s ease;
}
.sidebar-toggle-label .hamburger {
  position: relative;
}
.sidebar-toggle-label .hamburger::before,
.sidebar-toggle-label .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}
.sidebar-toggle-label .hamburger::before {
  top: -6px;
}
.sidebar-toggle-label .hamburger::after {
  top: 6px;
}
.sidebar-toggle-checkbox:checked + .sidebar-toggle-label .hamburger {
  background: transparent;
}
.sidebar-toggle-checkbox:checked + .sidebar-toggle-label .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.sidebar-toggle-checkbox:checked + .sidebar-toggle-label .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}
.sidebar-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.sidebar-toggle-checkbox:checked ~ .sidebar-nav {
  max-height: 40rem;
}
@media (min-width: 58em) {
  .sidebar-toggle-label {
    display: none;
  }
  .sidebar-nav {
    max-height: none;
    overflow: visible;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    text-align: left;
  }
}
.sidebar-about h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 3.5rem;
  margin-left: -3px;
}
.sidebar-nav {
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  display: block;
  line-height: 1.75;
  font-size: 0.9rem;
}
a:hover,
a:focus {
  text-decoration: none;
}
.link-underline a {
  border-bottom: 2px solid hsla(0, 0%, 50%, .3);
  box-shadow: inset 0 -4px 0 hsla(0, 0%, 50%, .2);
  -webkit-transition: background .25s cubic-bezier(.33, .66, .66, 1);
  transition: background .25s cubic-bezier(.33, .66, .66, 1);
}
.link-underline a:hover,
.link-underline a:focus,
.link-underline a:active,
.related a:hover,
.related a:focus,
.related a:active {
  transition: background .25s cubic-bezier(.33, .66, .66, 1);
  background: hsla(0, 0%, 50%, .1);
}
.tag-links-list > a,
.tag-links-list > li > a {
  color: hsla(0, 0%, 45%, 1);
  border: 4px solid hsla(0, 0%, 80%, .1);
  background: hsla(0, 0%, 50%, .2);
}
.tag-links-list > a:hover,
.tag-links-list > li > a:hover {
  color: hsla(0, 0%, 30%, 1);
}
.tag-links-list.post-tags > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  padding: 0.18rem 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 999px;
  font-weight: 400;
  color: #ffffff;
  background: hsl(189, 100%, 31%);
  border: none;
  text-decoration: none;
  transition: background-color .15s ease, transform .08s ease;
  box-sizing: border-box;
}
.tag-links-list.post-tags > a:hover {
  background: hsl(189, 98%, 40%);
  transform: translateY(-1px);
}
.tag-links-list.post-tags > a .post-tag {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  color: inherit;
  font-weight: inherit;
}
.em-text {
  font-family: "Fjalla One", sans-serif;
}
@media (min-width: 58em) {
  .sidebar-sticky {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.post-date {
  margin-bottom: 0.5rem;
}
.content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1rem;
}
@media (min-width: 58em) {
  .content {
    max-width: 40rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
  .content.container-wide {
    max-width: 70%;
  }
  .content.container-extra-wide {
    max-width: 85%;
  }
}
@media (min-width: 80em) {
  .content {
    margin-left: 24rem;
    margin-right: 4rem;
  }
}
#typed-cursor {
  font-weight: 100;
  color: #aeaeae;
}
#typed-cursor.blinking {
  -webkit-animation: CursorBlink 800ms infinite linear;
  -moz-animation: CursorBlink 800ms infinite linear;
  -ms-animation: CursorBlink 800ms infinite linear;
  -o-animation: CursorBlink 800ms infinite linear;
  animation: CursorBlink 800ms infinite linear;
}
@-webkit-keyframes CursorBlink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes CursorBlink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes CursorBlink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes CursorBlink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes CursorBlink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.title-me {
  font-size: 4rem;
  text-align: center;
  color: #484848;
}
.tag-count {
  margin-left: 0.4rem;
  color: #80eaff;
  font-weight: 600;
  opacity: 0.95;
}

/* _src/css/main.css */
