nav {
    opacity: 0.9;
}

nav > div > div > ul > li > a {
    margin-top: 2px;
} 

.idno-body p, .e-content p, .idno-object .e-content li, body, .idno-body li {
    font-family: 'Raleway', sans-serif !important;
    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;
}

img.right {
  margin: 0 0 1em 1em;
  float: right;
}
img.left {
  margin: 0 1em 1em 0;
  float: left;
}

.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;
  }
}

/* fixes since upgrade to master */
.idno-entry .h-card {
    text-align: left;
}

div.photo-view {
    text-align: center;
}

div.profile ul.badges {
    list-style-type: none;
    height: 30px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

div.profile ul.badges li {
    display: block;
    width: 90px;
    float: left;
}

img.sunlit_image, img.migrated_image {
    max-height: 180px !important; width: auto !important; padding: 1px !important;
}

.multiple-images .photo-view img {
    width: 263px;
    height: 263px;
    margin-bottom: -15px;
}

.multiple-images .photo-view-more {
    width: 263px;
    height: 263px;
}

.multiple-images p {
    clear: both;
}

h2.idno-bookmark {
    font-size: 1.5em !important;
}

iframe.instagram-media {
    display: block !important;
    margin: 2em auto 2em auto !important;
}