nav {
    opacity: 0.9;
}

.e-content p, .idno-object .e-content li, body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.75em !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}
h1 { font-size: 3.0em !important; }
h2 { font-size: 2.5em !important; }
h3, h4, h5, h6 { font-size: 2.0em !important; }
p { font-size: 1.0em !important; }

blockquote {
    font-size: 1.0em;
    border-left: 10px solid #ccc;
    background: #f5f5f5;
    margin: 2em 2em 2em 2em;
    padding: 2em 2em 1em 2em;
}
blockquote p, blockquote ol, blockquote ul {
    font-size: 1.0em !important;
}
p.attribution {
    font-size: 1.0em !important;
    text-align: right;
    font-style: italic;
}
blockquote ol, blockquote ul {
    margin: 0 !important;
}

.twitter-tweet-rendered {
    margin: 2em auto 2em auto;
}

/* mobile devices */
@media (min-width:800px) {
  .col-md-offset-2 {
    margin-left: 10%
  }

  .col-md-8 {
      width: 80%;
  }

  .idno-content {
    padding: 1.5em 3.0em;
  }
}