
body{
    color: #FFFFCC;
    background-color: #761616;
    padding: 0px;
    margin: 5px 5px 50px 5px;
}

a:visited, a:active, a:link{
    color: #FFFFCC;
}

/* Section title at top of each page */
h2{
    margin: 5px 0px 10px 0px;
    padding: 0px;
}

/* in the year of our lord - and updated */
h4{
    margin-top: 0px;
    font-style: italic;
    font-weight: normal;
    font-size: 0.9em;
}

.nav{
    padding: 20px;
}

.nav img {
    border: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.nav img:hover {
    border: 1px solid #f7f7c6;
    box-shadow: 4px 4px 8px rgba(247, 247, 198, 0.5);
}

.photos{
    border: 0px;
    text-align: center;
}                                                          

.photos:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}

.row{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    text-align: center;
    margin-bottom: 50px;
}

.cell{
    width: 350px;
    height: 420px;
    text-align: center;
    background: #661616;
    padding: 5px;
    border: 1px solid #000;
    margin: 5px;
    
    display: inline-block;
    vertical-align: middle;

    
}

.inner{
    height: 370px;
    background: #ffc;
    padding: 5px;
}

.caption{
    font-family: Arial, Helvetica;
    font-style: italic;
    margin-top: 5px;
    /* border: 1px solid #444; */
    /* background-color: #333; */
    /* padding: 2px; */
    filter: drop-shadow(2px 2px 2px #000);
}

.inner img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 95%;
    
    margin: 5px;
    filter: drop-shadow(2px 2px 5px #222);
}

.shrink {
    max-width: 100%;
}

