@font-face {
  font-family: 'ifdefined-sans-serif';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("/fonts/lato-v14-latin-regular.woff2") format("woff2"), url("/fonts/lato-v14-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
  font-family: 'ifdefined-sans-serif';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Black"), local("Lato-Black"), url("/fonts/lato-v14-latin-700.woff2") format("woff2"), url("/fonts/lato-v14-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
html, body {
  height: 100%; }

body, html {
  height: 100%; }

body {
  font-family: Georgia, serif;
  font-size: 100%;
  color: rgba(0, 0, 0, 0.84);
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  margin: 0;
  position: relative; }

a {
  text-decoration: none;
  color: #2455c3; }
  a:hover {
    text-decoration: underline; }

.header {
  display: flex;
  align-items: center;
  padding: 1em 1em;
  -webkit-box-shadow: 0 0px 10px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(128, 128, 128, 0.25);
  box-shadow: 0 0px 10px rgba(128, 128, 128, 0.25); }
  @media (min-width: 44em) {
    .header {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.9); } }
  .header a {
    color: black; }
    .header a:hover {
      color: black; }
  .header .title {
    font-weight: 700;
    font-family: ifdefined-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 1.25rem; }
    .header .title svg {
      height: 1.15rem;
      width: auto; }
  .header .menu {
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: center; }
    .header .menu a {
      margin-left: 1em; }
  .header .icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.84);
    height: 1.15em;
    width: 1.15em; }
    .header .icon svg {
      width: 100%;
      height: auto;
      display: block; }
    .header .icon.github {
      width: 1.25em; }
    .header .icon.rss {
      width: 0.95em;
      height: 1.1em; }

.container {
  margin: 0 1em;
  max-width: 44em; }
  @media (min-width: 44em) {
    .container {
      margin: 0 auto; } }

.home {
  margin: 4em 0 1em 0; }
  @media (min-width: 44em) {
    .home {
      margin-top: 8em; } }
  .home .btnet {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    font-size: 0.8rem; }
    @media (min-width: 44em) {
      .home .btnet {
        position: absolute;
        right: 0.25rem;
        bottom: 0.5rem;
        margin: 0; } }
  .home .avatar {
    width: 6em;
    height: 6em;
    border-radius: 6em;
    margin-bottom: -2.5em; }
  .home h2 {
    font-family: ifdefined-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    margin: 2em 0 0.5em 0; }
  .home p {
    font-size: 1.15em;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.25em;
    font-weight: 400;
    letter-spacing: -.003em; }
    @media (min-width: 44em) {
      .home p {
        font-size: 1.25em; } }
  .home ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .home ul li {
      margin-bottom: 1em; }
      .home ul li a {
        font-family: Georgia, serif;
        font-size: 1.15em; }
        @media (min-width: 44em) {
          .home ul li a {
            font-size: 1.25em; } }
  .home form label {
    margin-bottom: 1em;
    display: block; }
  .home form input[type='text'], .home form input[type='email'] {
    display: block;
    padding: 0.33em;
    border-radius: 3px;
    box-shadow: #dddddd 0px 1px 3px 0px inset;
    border: 1px solid #ccc; }
  .home form button {
    font-size: 1.15em; }

.post {
  padding: 2em 0 6em 0; }
  @media (min-width: 44em) {
    .post {
      padding-top: 6em; } }
  .post h1 {
    font-family: ifdefined-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    color: #242E35;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 0.5em; }
    @media (min-width: 44em) {
      .post h1 {
        font-size: 2.5em; } }
  .post .content {
    margin: 2em 0;
    /* Responsive default image width */
    /* Image caption */ }
    .post .content h1, .post .content h2, .post .content h3, .post .content h4, .post .content h5 {
      font-weight: 500;
      margin-bottom: 1em;
      margin-top: 1.5em; }
    .post .content ul, .post .content ol {
      margin-bottom: 1.25em; }
      .post .content ul li, .post .content ol li {
        margin-bottom: 0.25em; }
    .post .content pre {
      margin-bottom: 2em; }
    .post .content img {
      max-width: 100%;
      height: auto; }
    .post .content figcaption {
      font-style: italic;
      text-align: center;
      color: #ccc; }
    .post .content p {
      font-family: Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 1.3em;
      line-height: 1.6;
      margin-bottom: 1.25em;
      font-weight: 400;
      letter-spacing: -.003em; }
    .post .content table {
      margin-bottom: 2em; }
      .post .content table th {
        padding: 0.75em;
        border: 1px solid #ddd; }
      .post .content table td {
        padding: 0.75em;
        vertical-align: top;
        border: 1px solid #ddd; }

/*# sourceMappingURL=styles.css.map */
