@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);

body, #preso, .slide
{
  font-family: "IM Fell DW Pica";
}

.slide p {
  line-height: 1.5;
}

.slide h2 {
  line-height: 1.2;
}

img {
  width: auto !important;
  height: auto !important;
  max-height: 70%;
  max-width: 70%;
}

a {
  color: inherit;
  text-decoration: none;
  text-shadow: #aaa 3px 3px 3px;
}

.code h1, .code h2, .code h3 
{
  font-family: "IM Fell DW Pica";
}


.left-img img
{
  float: left;
}

.title-slide h4 {
  text-align: right;
}

.title-slide h5 {
  text-align: right;
}

pre {
  font-size: 1.8em;
}

.topped {
  margin-top: 100px;
}

.footnote {
  text-align: right;
  font-size: 2em;
}

div.code code {
  font-size: 24px;
}
