/**
 * Place your custom styles here.
 */
 
 /****
 *** Navigation-level Search
 ****/
 .region.region-navigation {
    float: right;
}
 
  /*****
 *** Body
 *****/
 body {
	font-family: 'Montserrat', sans-serif;
 }
 
 /*****
 *** FRONT PAGE
 *****/
 
 /** Carousel-Caption **/
 .carousel-caption {
    background: black none repeat scroll 0 0;
    border: 1px none black;
    border-radius: 5px;
    left: 20%;
    padding: 0px;
    right: 20%;
}

/** Boas request styling **/

#node-16 blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    padding: 0;
    font-size: inherit;
	border-left: 0;
}

#node-16 h2 {
    clear: both;
}

#node-16 thumbnail.left {

    float: left;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 80%;
    text-align: center;
    display: inline-block;
}



element {

}
#node-16 p {

    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1.5em;
    margin-left: 0px;
    clear: both;

}

/** New images page **/

.view-new-items .views-column-1.views-column-first {
    clear: left;
}

.view-new-items .col-md-4 {
    padding: 2%;
}

/** TEI OpenSeadragon Viewer **/

#paged-tei-seadragon-viewer-seadragon-pane {
    width: 54%;
}

#paged-tei-seadragon-viewer-tei-pane {
    width: 45%;
}
