h1, h2, p, details, a {
    margin: auto;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

h1 {
    color: black;
    text-shadow: 3px 3px 10px darkslategray;
    width: 80%;
    margin: 0.75em 0em;;
    padding: 6px;
    
}

h1::after {
    content: "";
    border: solid 3px darkslategray;
    border-radius: 8px;
    margin-left: 2em;
    height: 50%;
}
h2 {
    margin-bottom: 1em;
}

p {
    margin: 0.5em;
    line-height: 1.25em;
}

.galleryfig {
    padding: 0.4em;
    margin: 0.4em;
    border-radius: 1em;
    align-content: center;
}

.figimg {
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
}

.figcap {
    font-style: italic;
    font-size: 0.9466666666em;
    text-align: center;
    color: rgb(50, 50, 50);
}

img {
    border-radius: inherit;
}

.mainheader {
    width: 100%;
    background-color: darkslategrey;
    position: sticky;
    top: 0px;
    color: white;
    font-size: x-large;
    font-weight: bold;
    float: left;
    padding: 0.5em;
    box-sizing: border-box;
}

.mainfooter {
    width: 100%;
    background-color: darkslategrey;
    color: white;
    bottom: 100%;
    font-size: x-large;
    font-weight: bold;
    align-content: center;
    font-size: small;

    text-align: center;
    padding: 0.5em;
    box-sizing: border-box;
}

.contentbox {
    border-style: none none none solid;
    border-color: darkslategray;
    border-left-width: 5px;
    border-radius: 5px;
    background-color: rgb(241, 241, 241);
    box-sizing: border-box;
    margin: auto;
    padding: 1em 3em;
    margin-bottom: 1em;
}

html {
    top: 0px;
    margin: 0px;
}

body {
    top: 0px;
    margin: 0px;
}