* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-boz-sizing: border-box; }

html {
  background-color: white;
  font-family: -apple-system, BlinkMacSystemFont, Avenir, Roboto, "Segoe UI", Helvetica, Arial, "Noto Sans", "Arial Unicode", "Arial Unicode MS", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  color: #444444;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  margin: 0; }
  body > *:not(header) {
    margin: 0 auto;
    max-width: 675px;
    width: 92%; }

.home > *:not(header) {
  margin: 0 auto;
  max-width: 850px;
  width: 92%; }

h1 {
  line-height: 1.1;
  margin-top: 0; }

h1,
h2 {
  color: #333333; }

h2,
h3 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 2rem; }

h3 {
  color: #4d4d4d; }

p {
  margin-bottom: 0;
  margin-top: 0; }
  p + p {
    margin-top: 1rem; }

blockquote {
  border-left: 3px solid #ea8e6a;
  color: #6a6a6a;
  margin: 1rem 0;
  padding-left: 1rem; }

a {
  border-bottom: 1px dotted transparent;
  color: #0881b3;
  -webkit-hyphens: none;
  hyphens: none;
  text-decoration: none;
  transition: background-color 300ms ease-in-out, border-bottom 300ms ease-in-out; }
  a:hover, a:focus {
    background-color: rgba(8, 129, 179, 0.1);
    border-bottom: 1px dotted #0881b3; }
    a:hover code, a:focus code {
      background-color: transparent; }

ul,
ol {
  padding-left: 2rem; }
  ul li,
  ol li {
    font-size: 1rem; }
    ul li + li,
    ol li + li {
      margin-top: .5rem; }

ul ul,
ol ol {
  margin-left: 1rem;
  padding: 0; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  padding: 0; }

figure {
  margin: 1.5rem 0; }
  figure figcaption {
    color: #777777;
    font-size: .85rem;
    margin-top: .3rem; }

img, video {
  display: block;
  height: auto;
  max-width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  margin-top: 1em;
  margin-bottom: 1em; }

body > header {
  background-color: #ea8e6a;
  padding: 1rem; }

header ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 40em) {
    header ul {
      align-items: center;
      display: flex; } }
  header ul li + li {
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      header ul li + li {
        margin-left: .8rem; } }
  header ul a {
    border: 0;
    color: lightgoldenrodyellow; }
    header ul a:hover, header ul a:focus {
      background-color: transparent;
      border: 0;
      color: white; }

#site_title {
  border: 0;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 1rem; }
  #site_title:hover, #site_title:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7); }

.homepage-grid {
  display: grid;
  grid-gap: 3rem; }
  @media screen and (min-width: 40em) {
    .homepage-grid {
      grid-template-columns: 1fr 2fr; } }
  @media screen and (min-width: 64em) {
    .homepage-grid {
      grid-template-columns: 330px auto; } }

#mugshot {
  margin: 0; }

#bio > p:first-of-type {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 600; }

body > main {
  padding: 3rem 0 4rem; }

.blog h1 {
  align-items: center;
  display: flex; }

#feed_link {
  border: 0;
  display: block;
  margin-left: .5rem;
  position: relative;
  top: 4px;
  width: 20px; }

.post-list li {
  color: #777777;
  font-size: .85rem;
  line-height: 1.2; }
  .post-list li + li {
    margin-top: .9rem; }
.post-list a {
  font-size: .95rem; }
.post-list .post-meta {
  display: block; }

.topic_tags {
  color: #777777;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .2rem;
  margin-top: -0.3rem;
  text-transform: uppercase; }

.topic_tag + .topic_tag {
  margin-left: .3rem; }
  .topic_tag + .topic_tag:before {
    color: #aaaaaa;
    content: '/';
    font-size: .9rem;
    font-weight: normal;
    margin-right: .4rem; }

.posted_on {
  color: #777777;
  display: block;
  font-size: .7rem;
  margin-bottom: 1.8rem;
  text-transform: uppercase; }

body > footer {
  background-color: rgba(234, 142, 106, 0.1);
  border: 1px solid rgba(234, 142, 106, 0.3);
  border-radius: 2px;
  margin-bottom: 3rem;
  padding: 1rem; }

code {
  background-color: #e6e6e6;
  font-family: 'Deja Vu Sans Mono', monospace;
  padding: 0 .2em; }

pre {
  background-color: #002B36;
  border-radius: 2px;
  margin: 1.5rem 0;
  overflow: scroll;
  padding: .8rem; }
  pre code {
    background-color: #002B36;
    color: #93A1A1; }

code .c {
  color: #586e75 !important;
  font-style: italic !important; }
code .cm {
  color: #586e75 !important;
  font-style: italic !important; }
code .cp {
  color: #586e75 !important;
  font-style: italic !important; }
code .c1 {
  color: #586e75 !important;
  font-style: italic !important; }
code .cs {
  color: #586e75 !important;
  font-weight: bold !important;
  font-style: italic !important; }
code .err {
  color: #dc322f !important;
  background: none !important; }
code .o, code .class {
  color: #93a1a1 !important;
  font-weight: bold !important; }
code .k, code .type, code .keyword, code .predefined-constant {
  color: #cb4b16 !important; }
code .p {
  color: #93a1a1 !important; }
code .ow {
  color: #2aa198 !important;
  font-weight: bold !important; }
code .gd {
  color: #93a1a1 !important;
  background-color: #372c34 !important;
  display: inline-block; }
code .gd .x {
  color: #93a1a1 !important;
  background-color: #4d2d33 !important;
  display: inline-block; }
code .ge {
  color: #93a1a1 !important;
  font-style: italic !important; }
code .gr {
  color: #aa0000; }
code .gh {
  color: #586e75 !important; }
code .gi {
  color: #93a1a1 !important;
  background-color: #1a412b !important;
  display: inline-block; }
code .gi .x {
  color: #93a1a1 !important;
  background-color: #355720 !important;
  display: inline-block; }
code .go {
  color: #888888; }
code .gp {
  color: #555555; }
code .gs {
  color: #93a1a1 !important;
  font-weight: bold !important; }
code .gu {
  color: #6c71c4 !important; }
code .gt {
  color: #aa0000; }
code .kc {
  color: #859900 !important;
  font-weight: bold !important; }
code .kd {
  color: #268bd2 !important; }
code .kp {
  color: #cb4b16 !important;
  font-weight: bold !important; }
code .kr {
  color: #d33682 !important;
  font-weight: bold !important; }
code .kt {
  color: #2aa198 !important; }
code .n {
  color: #268bd2 !important; }
code .na {
  color: #268bd2 !important; }
code .nb {
  color: #859900 !important; }
code .no {
  color: #b58900 !important; }
code .ni {
  color: #800080; }
code .nc {
  color: #d33682 !important; }
code .nl {
  color: #859900 !important; }
code .ne {
  color: #268bd2 !important;
  font-weight: bold !important; }
code .nf {
  color: #268bd2 !important;
  font-weight: bold !important; }
code .nn {
  color: #b58900 !important; }
code .nt {
  color: #268bd2 !important;
  font-weight: bold !important; }
code .nx {
  color: #b58900 !important; }
code .bp {
  color: #999999; }
code .vc {
  color: #008080; }
code .vg {
  color: #268bd2 !important; }
code .vi {
  color: #268bd2 !important; }
code .nv {
  color: #268bd2 !important; }
code .w {
  color: #bbbbbb; }
code .mf {
  color: #2aa198 !important; }
code .m {
  color: #2aa198 !important; }
code .mh {
  color: #2aa198 !important; }
code .mi {
  color: #2aa198 !important; }
code .mo {
  color: #009999; }
code .s {
  color: #2aa198 !important; }
code .sb {
  color: #d14; }
code .sc {
  color: #d14; }
code .sd {
  color: #2aa198 !important; }
code .s2, code .directive, code .string {
  color: #2aa198 !important; }
code .se {
  color: #dc322f !important; }
code .sh {
  color: #d14; }
code .si {
  color: #268bd2 !important; }
code .sx {
  color: #d14; }
code .sr {
  color: #2aa198 !important; }
code .s1 {
  color: #2aa198 !important; }
code .ss {
  color: #990073; }
code .il {
  color: #009999; }
code div .gd, code .highlight div .gd .x, code .highlight div .gi, code .highlight div .gi .x {
  display: inline-block;
  width: 100%; }
