html, body {
  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; }

.header {
  display: flex;
  align-items: center;
  padding: 0.5em 1em; }
  .header .title {
    font-size: 1.25rem;
    font-family: Tahoma, Verdana, sans-serif;
    color: rgba(0, 0, 0, 0.84); }
  .header .menu {
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: center; }
    .header .menu a {
      margin-left: 0.75em; }
  .header .icon {
    font-size: 1.15em;
    height: 1.15em;
    width: 1.15em;
    display: inline-block; }
    .header .icon.rss {
      width: 0.95em;
      height: 1.1em; }
    .header .icon svg {
      display: block;
      color: #222; }

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

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

.home {
  margin: 4em 0 6em 0; }
  @media (min-width: 44em) {
    .home {
      margin-top: 6em; } }
  .home p {
    font-family: Georgia, serif;
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1.25em;
    font-weight: 400;
    letter-spacing: -.003em; }
  .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.25em; }
  .home h2 {
    font-size: 1.75em;
    margin-top: 2.25em;
    font-weight: normal;
    font-family: Tahoma, Verdana, sans-serif; }
  .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;
  background: white; }
  @media (min-width: 44em) {
    .post {
      padding-top: 4em; } }
  .post h1 {
    font-weight: normal;
    font-size: 2em;
    font-family: Tahoma, Verdana, sans-serif;
    color: #242E35;
    line-height: 1.25;
    letter-spacing: -.01em; }
    @media (min-width: 44em) {
      .post h1 {
        font-size: 2.75em; } }
  .post .content {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
    /* 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 */
