body {
    margin: 0px;
    background-color:white;
}

header {
    padding: 5px 0px 0px 0px;
    position:fixed;
    z-index:1;
}

header,footer {
    background: #000088;
    color: white;
    min-width: 100%
}

footer a, footer a:visited{
    color:white;
    text-decoration: none;
}

footer {
    bottom:0px;
    position:fixed;
    width: 100%;
    padding: 5px;
}

footer div {
    display:inline-block;
}

#social {
    float:right;
    padding-right: 10px;
}

#logo-title {
    text-align: center;
    padding-top: 5px;
    margin: 0px 25px 0px 25px;
}

#logo-title img {
    vertical-align: middle;
    border:0px;
}

#logo-title img {
    vertical-align: middle;
    border:0px;
}

#logo-title a, a:visited {
    color:white;
    text-decoration: none;
}

#logo-title h1 {
    font-size:3em;
    display: inline-block;
    margin: 0px;
}

nav {
        padding: 0px;
        margin: 0px 25px -1px 25px;
}

nav menu {
    padding:0px;
    margin:0px;
    white-space: nowrap;
}

nav li {
    list-style:none;
        display:inline;
}

nav a, nav a:visited {
    color: white;
    text-decoration: none;
}

.menuicon {
        display: none;
        font-size:2em;
}

menu.breadcrumbs {
        display: block;
    white-space: initial;
}

.breadcrumbs li + li:before {
    content: "\0000a0\0021d2\0000a0";
} 

.mobilemenu {
        display: none;
}

.mobilemenu li {
    display: block;
        border-top: 1px solid white;
        font-size: 1.5em;
        white-space:initial;
}

.menu {
        display: inline-block;
}

.menu li {
    border:1px solid white;
    padding: 0px 10px;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background: #000088;
}

#pagemenu li:hover {
    background: #6af;
}

#active {
    background: white;
    font-weight: bold;
    position:relative;
}

#active a {
    color: black;
}

h1, h2, h3, h4, h5, h6, .imagetitle {
    font-family:DofTHand;
    text-rendering: optimizeLegibility; /* turns on ligatures in Webkit */
    -moz-font-feature-settings: "dlig" 1;
    -ms-font-feature-settings:"dlig" 1;
    -o-font-feature-settings:"dlig" 1;
    -webkit-font-feature-settings:"dlig" 1;
    font-feature-settings:"dlig" 1;
}

.imagetitle {
    font-weight: bold;
}

img {
    max-width:100%;
}

main {
    border-top:1px solid white;
    background-color: white;
    margin: -1px 0px 0px 0px;
    padding: 0px 25px;
}

main a, a:visited {
    color: #0000ff;
}

.thumb {
    position: relative;
    width: 100px;
    height: 150px;
    overflow: hidden;
    margin: 0px 1px 0px 0px;
}

.thumb:hover {
   /* overflow: inherit; */
}

.thumb:hover figcaption {
    background:white;
}

.thumb figcaption {
    position:absolute;
    text-align: center;
    top: 100px;
    min-width:100px;
}

.thumb img {
    max-height: 100px;
    position: absolute;
    top:0px;
    left: 50%;
    transform: translate(-50%,0%);
}

.full {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 50%;
    padding: 5px;
    border: 5px outset #8bf;
    border-radius: 5px;
    background: #6af;
    transform: translate(50%,50%);
    text-align: center;
    z-index: 1;
    margin: 0px;
}

.full figcaption {
    display:block;
}

.full .imagedesc {
    text-align:left;
}

.full img {
    padding-bottom: 10px;
    position:relative;
}

.full .close {
    position: absolute;
    z-index: 2;
    opacity: .1;
    right: 5px;
}

.full .close:hover {
    opacity: .5;
}

.full .prev-img, .full .next-img {
    z-index: 2;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 2em;
    opacity: .1;
    background:white;
}

.full .next-img {
    right: 5px;
    border-radius: 30px 0px 0px 30px;
}
.full .prev-img {
    left: 5px;
    border-radius: 0px 30px 30px 0px;
}

.full .next-img:hover, .full .prev-img:hover {
    opacity: .5;
}

.gallery {
    display: inline-block;
}

