@import url(./fonts.css);

body { font-family: 'Droid Serif'; }
h1, h2, h3 {
  font-family: 'Yanone Kaffeesatz';
  font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }

.kirby { width: 60%; }

.full-image { width: 100%; }

/*.bullets-7x7 { font-size: 1.5em; }*/
.bullets-7x7 li {
  margin: 1em 0;
  font-size: 1.25em;
}
.bullets-7x7 li li {
  font-size: inherit;
}
.bullets-7x7 .remark-slide-number { font-size: 20px; }

.compiler-error {
  border: 1px solid rgba(255, 0, 0, 0.1);
  background-color: rgba(255, 0, 0, 0.05) !important;
}

/* Padding causes "bumps" when flipping slides */
.remark-code-span-highlighted {
    padding: inherit;
}

blockquote {
  margin: inherit;
  padding: 1.5em;
  background: lightgoldenrodyellow;
  font-size: 130%;
}

.quote-attribution {
  font-size: 70%;
  text-align: right;
  display: block;
}
