/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img,
video {
  max-width: 100%;
  height: auto; }

iframe {
  border: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  text-align: left; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

article h1 {
  margin-left: 10rem;
  margin-bottom: 1.6rem; }
article h2, article h3, article h4 {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  font-weight: bold; }
article h2 {
  font-size: 1.4rem;
  line-height: 1.6rem; }
article h3 {
  font-size: 1.2rem;
  line-height: 1.2rem; }
article h4 {
  fonte-size: 1rem;
  line-height: 1rem; }
article div.section-blogs {
  margin-left: 10rem;
  margin-bottom: 4rem; }
  article div.section-blogs p, article div.section-blogs ul, article div.section-blogs ol {
    max-width: 35rem;
    margin-bottom: 1.4rem;
    width: 100%; }
article div.metadata {
  position: absolute;
  margin-left: 0;
  height: 100%;
  margin-right: 2rem;
  width: 8rem;
  color: #666;
  border-top: 1rem solid #f0f0f0;
  text-align: right;
  font-size: 0.8rem; }
article h1.entry-title {
  font-size: 2rem;
  line-height: 2rem; }
  article h1.entry-title a {
    text-decoration: none;
    color: #333; }
article ol, article ul {
  margin-top: 1rem;
  margin-bottom: 2rem; }
  article ol li, article ul li {
    margin-bottom: 0.4rem; }
    article ol li ul, article ul li ul {
      margin-left: 2rem; }
article ol li {
  list-style: decimal outside none; }
article ul li {
  list-style: disc outside none; }
article img {
  border-radius: 1rem; }
article pre, article blockquote {
  display: inline-block;
  min-width: 35rem;
  max-width: 95%;
  margin: 0 2rem 1rem -1rem;
  padding: 1rem 2rem 0 1rem;
  border-radius: 1rem; }
article pre {
  overflow: auto;
  background-color: #333;
  color: #ccc;
  padding-bottom: 1rem; }
article blockquote {
  background-color: #eee;
  border-left: 1rem solid #919191;
  padding-left: 1rem;
  max-width: 35rem;
  font-style: italic; }
article dl {
  max-width: 35rem; }
  article dl dt {
    border-top-left-radius: 1rem;
    margin-left: -1rem;
    padding-left: 1rem;
    border-left: 1rem solid #333; }
  article dl dd {
    border-bottom-left-radius: 1rem;
    margin-left: -1rem;
    padding-left: 1rem;
    border-left: 1rem solid #666;
    margin-bottom: 1rem; }

@media screen and (max-width: 45rem) {
  article p {
    overflow-wrap: break-word;
    width: 100%; }
  article h1.entry-title {
    font-size: 1.4rem;
    margin-bottom: 0; }
  article div.metadata {
    position: unset;
    border-top: 0.4rem solid #f0f0f0;
    width: 10rem;
    text-align: left; }
  article h1 {
    margin-left: 0; }
  article div.section-blogs {
    width: 100%;
    margin-left: 0; }
    article div.section-blogs p, article div.section-blogs ul, article div.section-blogs ol {
      max-width: 100%; }
  article pre, article blockquote {
    display: block;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    border-radius: 0.4rem; }
  article img {
    border-radius: 0.4rem; } }
div.twitter-tweet {
  padding: 1rem 2rem 0 1rem;
  display: inline-block;
  background-color: #eee;
  border-radius: 1rem; }
  div.twitter-tweet img.tweet-image {
    margin: 0.4rem;
    max-height: 1.6rem;
    max-width: 1.6rem;
    float: left; }
  div.twitter-tweet p {
    max-width: 35rem;
    float: left;
    padding: 0 4rem 0 0.4rem; }
  div.twitter-tweet a.twitter-author {
    display: block; }

nav.postindexpager {
  padding-bottom: 2rem; }
  nav.postindexpager ul {
    margin: 0;
    padding: 0; }
    nav.postindexpager ul li {
      width: 50%; }
    nav.postindexpager ul li.previous {
      float: left;
      text-align: left; }
    nav.postindexpager ul li.next {
      float: right;
      text-align: right; }

.section-is p, .section-is ul, .section-is ol, .section-brews p, .section-brews ul, .section-brews ol {
  max-width: 50rem;
  margin-bottom: 1.4rem;
  width: 100%; }

div.talks, div.articles, div.other {
  float: left;
  width: 25%;
  padding-right: 3rem;
  padding-bottom: 4rem; }
  div.talks h2, div.articles h2, div.other h2 {
    font-size: 2rem;
    color: #666;
    padding-top: 0;
    padding-bottom: 0.4rem;
    border-bottom: 0.4rem solid #f0f0f0; }
  div.talks ol, div.articles ol, div.other ol {
    padding: 0;
    text-decoration: none;
    font-size: 1em;
    outline: none;
    list-style: none; }
    div.talks ol li, div.articles ol li, div.other ol li {
      margin-bottom: 3rem;
      list-style: none;
      color: #666; }
      div.talks ol li ul li, div.articles ol li ul li, div.other ol li ul li {
        margin-bottom: 0; }
      div.talks ol li h3, div.articles ol li h3, div.other ol li h3 {
        font-size: 1.4rem;
        line-height: 1.6rem; }
        div.talks ol li h3 a, div.articles ol li h3 a, div.other ol li h3 a {
          color: #333;
          text-decoration: none; }
        div.talks ol li h3 a:hover, div.articles ol li h3 a:hover, div.other ol li h3 a:hover {
          color: #333;
          text-decoration: underline; }
      div.talks ol li p.meta, div.articles ol li p.meta, div.other ol li p.meta {
        font-style: italic;
        margin-bottom: 0.6rem; }
      div.talks ol li p.light, div.articles ol li p.light, div.other ol li p.light {
        font-style: normal; }

@media screen and (max-width: 45rem) {
  div.talks, div.articles, div.other {
    float: none;
    width: 90%;
    padding-right: 0; }
    div.talks h2, div.articles h2, div.other h2 {
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 0; }
    div.talks ol li h3, div.articles ol li h3, div.other ol li h3 {
      margin-top: 1rem; } }
html {
  width: 100%; }

body {
  width: 100%;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem; }

em {
  font-style: italic; }

code {
  background-color: #eee;
  padding: 0.1rem 0.2rem; }

pre > code {
  background-color: #333;
  padding: 0; }

a {
  color: #666; }

a:hover {
  color: #333; }

main p, main ul, main ol {
  margin-bottom: 1.4rem; }

/*Layout*/
#container {
  margin: 2rem; }

/**Header**/
#header {
  font-size: 3rem;
  line-height: 3.2rem;
  margin-bottom: 5rem; }
  #header a {
    color: #333;
    text-decoration: none; }
  #header ul li {
    display: inline;
    margin-right: 0.5rem; }
    #header ul li a {
      color: #919191;
      border: none; }
    #header ul li a:hover {
      color: #333; }
  #header ul li.active a {
    color: #333;
    border: none; }

@media screen and (max-width: 45rem) {
  #header {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem; } }
#blog-title {
  color: #333; }

del {
  text-decoration: line-through;
  font-style: italic;
  color: #666; }

#footer {
  clear: both;
  width: 100%;
  text-align: right;
  margin-top: 4rem; }
  #footer p {
    font-size: 0.6rem;
    font-style: italic;
    color: #666; }
