body {
    text-align:center;
    background-color:#5a5858;
}

.gallery_frame {
    width: 90%;
    margin: 3% auto;
}

a.back_link {
    text-decoration: none;
}

.gallery_canvas {
    width: 98%;
    padding-inline: 1%;
    float: left;
    background-color: grey;
}

.thumbnail_box {
    width:200px;
    text-align:left;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 2% 1%;
    background-color: #E0E0E0;
}

.thumbnail_box img {
    display: block;
    margin: 0 auto;
}

p.gallery_title {
    font-family: Georgia, serif;
    font-weight: bold;
    font-variant: small-caps;
    color: #451000;
    font-size: 200%;
    margin: 10px;
}

p.photo_title {
    font-family: Georgia, serif;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 4px;
    margin-bottom: 4px;
}

p.photo_date {
    margin-top: 4px;
    margin-bottom: 0px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 75%;
    color: #A0A0A0;
}

.photoswipe_credits {
    font-family: Georgia, serif;
    font-size: 75%;
    font-style: italic;
    color: #222;
    float: left;
 }    

.caption_content {
    display: none;
}

.pswp__copy-msg {
    font-family: Georgia, serif;
    text-align: center;
    color: #44A;
    background: rgba(255, 255, 255, .8); 
    font-weight: bold;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.pswp__caption {
    background: rgba(235, 235, 190, 0.8);
    font-size: 100%;
    font-family: Georgia, serif;
    text-align: left;
    color: #fff;
    max-width: 800px;
    padding: 0px 20px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
}

.pswp__caption p.description {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Georgia, serif;
    color: black;
}

.pswp__caption p.author {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 75%;
    color: #888;
}

.pswp__caption p.rights {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 75%;
    color: #888;
}

#pswp__icn-download {
    transform: translateY(-3px);
}
