@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');
/*Eric Meyers Global Reset*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, small, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tr, th, td, article, aside, details, figure, figcaption, footer, header, menu, nav, output, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
/*    background-color: #f9f9f9;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*global styles*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: 'raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
    height: 100%;
}
.container-fluid {
    max-width: 1200px;
}
.title {
    font-style: italic;
    font-weight: bold;
}
.title-2 {
    font-style: italic;
    font-weight: normal;
}

/*--------------navigation----------------------*/
.slide-nav ul,
.bottom-slide-nav ul {
    text-align: center;
    white-space: nowrap;
}
.slide-nav li, .bottom-slide-nav li {
    display: inline-block;
    padding: .1rem 1rem .2rem;
    font-size: 1.2rem;
}
.slide-nav a,
.bottom-slide-nav a {
    background-color: transparent;
    padding: 1px 2rem;
    color: #303030;
    font-size: .85rem;
}
.slide-nav a:hover,
.bottom-slide-nav a:hover {
    background-color: #021F3D;
    color: #fff;
}
.bottom-slide-nav {
    background-color: #FAFAFA;
}

.disabled a {
    color: lightgrey;
    background-color: #efefef;
}
.disabled a:hover {
    color: lightgrey;
    background-color: #efefef;
    cursor: default;
}
li.counter {
    font-size: .9rem;
}

.btn-outline-primary {
	float: left;
	font-size: .75rem;
	margin-top: 15px;
	padding: .5rem;
	color: #000;
	border-color: #B4B4B4;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #666;
	border-color: #B4B4B4;
}
.btn-outline-primary:focus, .btn-outline-primary:visited {
	box-shadow: none;
}
/*--------------end navigation--------*/ 
    
.top-figure {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}
.space-5-3 {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.spacer {
    height: 20px;
}
.secondary-figure {
    margin-top: 2em;
}
.long-horizontal-img {
    margin: 4em auto;
}
.plain-holder img {
    display: inline-block;
    max-height: 87vh;
     text-align: center;
}
.holder-fluid {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
.holder img {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    max-height: 85vh;
    text-align: center;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.5);
}
.img-description {
    text-align: center;
}
.img-description p {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: 1.5em;
}
.img-description h1 {
    font-weight: bold;
    font-style: italic;
   /* margin-top: 100px;*/
}
.img-description h2 {
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    font-size: .9rem
}
/*--------------image handling------*/
.detail-img-medium {
    max-width: 75%;
    margin: 1rem auto;
    display: block;
}
.img-description-2 {
    text-align: center;
}
.img-description-2 p {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: 1.5em;
}
.img-description-2 h1 {
    font-weight: bold;
    font-style: italic;
    margin-top: 50px;
}
.img-description-2 h2 {
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    font-size: .9rem
}
p.artist-name {
    color: #000;
    font-weight: 500;
    margin: .5rem 0 .25rem 0;
}
/*------------------------------------------*/
.story {
    font-style: normal;
    margin: 2em auto 0;
    text-align: left;
    max-width: 95%;
    color: #303030;
    line-height: 1.5em;
}
.story-90 {
    font-style: normal;
    margin: 2em auto 0;
    text-align: left;
    max-width: 90%;
    color: #303030;
    line-height: 1.5em;
}
.story-2 {
    margin: 2em auto 0;
    text-align: left;
    max-width: 95%;
    font-style: normal;
    color: #303030;
    line-height: 1.5em;
}
.story-1 {margin:1rem auto 0;
text-align: left;
    max-width: 95%;
    font-style: normal;
    color: #303030;
    line-height: 1.5rem;}
.pntg-description {
    margin: 2em auto 0;
    text-align: left;
    max-width: 100%;
    font-style: italic;
    color: #303030;
    line-height: 1.5em;
}
.pntg-description a {
    color: #303030;
    text-decoration: underline;
}
.artist-cited {
    margin-left: 2rem;
    font-weight: bold;
    font-size: .9rem;
}
 .attribution {
            float:right;
            margin:1rem 0;
   
        }

/*-----------------handle photos---*/
.img-display-full {
    margin: 2em auto 0;
    text-align: center;
    max-width: 100%;
    display: block;
}
.img-display-95 {
    margin: 1em auto 0;
    text-align: center;
    max-width: 95%;
    display: block;
}
.img-display-90 {
    margin: 1em auto 0;
    text-align: center;
    max-width: 90%;
    display: block;
}
.img-display-85 {
    margin: 1em auto 0;
    text-align: center;
    max-width: 85%;
    display: block;
}
.img-display-thirds {
    margin: 1em auto 0;
    text-align: center;
    max-width: 75%;
    line-height: 1.5em;
    display: block;
}
.img-display-half {
    margin: 1em auto 0;
    text-align: center;
    max-width: 50%;
    line-height: 1.5em;
    display: block;
}
/*-----------------spacing for additional paragraphs---*/
.pntg-description-2 {
    margin-top: 1em;
    text-align: left;
    max-width: 100%;
    font-style: italic;
    color: #021F3D;
    line-height: 1.5em;
}
.pntg-description-2 a {
    color: #000;
    text-decoration: underline;
}
.detail-img {
    text-align: center;
    display: block;
  /*  margin: 20px auto;*/
}
.zoom-info {
    font-size: .85em;
    font-weight: 400;
    padding: 10px 0px 10px;
    text-align: center;
    margin: 20px 0px 20px;
	
}
.plain-link:link, .plain-link:visited {
    color: #000;
}
.plain-link:hover, .plain-link:active, .plain-link:focus {
    color: #fff;
    background-color: #021F3D;
}
.font-80 {
    font-size: 80%;
    
    
    
}
ul.bullets {
    list-style-type: disc;           /* restore bullet style */
    list-style-position: outside;    /* bullet sits to the left */
    padding-left: 1.5rem;            /* space between bullet and text */
    margin-left: 0;                  /* reset Bootstrap override */
}
ul.bullets li {
    margin-bottom: 0.75em;           /* space between list items */
    text-align: left;                /* align text to the left */
}

/*--------------------------------Social Bar------------------------------------------*/

#socialbar img {
    border: 0px;
}
#socialbar li img {
    width: 20px;
    height: 20px;
}
#socialbar li a:hover {
    position: relative;
    top: 2px;
}
#socialbar {
    list-style: none outside none;
    margin: 0px;
    position: static;
}
#socialbar li {
    display: inline;
    padding-right: 2px;
}
#socialbar {
    padding: 10px;
    text-align: center;
}

footer {
    text-align: center;
    margin-bottom: 1rem;
}
footer p {
    padding-top: .25rem;
    margin-bottom: .25rem;
     font-size: .95rem;
}
footer a {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}


@media only screen and (max-width: 769px) {
   
    .slide-nav ul,  .bottom-slide-nav ul {
    text-align: center;
    padding: 0;
    font-size: .75rem;
}
    
    .slide-nav li, .bottom-slide-nav li  {
        padding: .25rem;
    }

    .slide-nav a, .bottom-slide-nav a {
        padding-left: 0;
        padding-right: 0;
    }
}
