body {
    background-color: darkslategrey;
    box-sizing: border-box;
    color: floralwhite;
    font-family: "Baskervville", serif;
}
#navigation {
    display: flex;
    justify-content: space-evenly;
    background-color: black;
    width: 9.55in;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 5px;
    position: sticky;
    top: 0;
    border-radius: 5px;
    z-index: 3;
}
#navigation a {
    color: floralwhite;
    font-weight: 300;
}
#navigation a:hover {
    background-color: #2F4F4F;
}

img[src = "PixilTitle2.png"] {
    width: 110%;
    height: 110%;
    margin-top: 5px;
    margin-bottom: 0;
}

img[src = "Title2.png"] {
    display: block;
    width: 40.5pc;

    margin: auto;
    margin-top: 2em;
}

#title {
    width: 50%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 0px;
}


.article {

    margin: auto;
    width: 9.55in;
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: justify;
    margin-bottom: 100px;
    border-top-style: dashed;
    border-width: thin;
}

.page {
    width: 9.55in;
    margin: auto;
    margin-bottom: 8in;
}

.bodyPar {
    padding: 1pc;
}

.dropCap {
    padding: 1pc;
}

.signature:before {
    content: "[";
}

.signature:after {
    content: "]"
}

.image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 2em;
}
.imageCaption {
    text-align-last: center;
    font-size: 10pt;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}
.imageByline {
    text-align-last: center;
    font-size: 10pt;
    font-style: oblique;
    font-family: "Lucida Handwriting";
    color: black;
}
img[src = "Image395.jpg"] {
    width: 23.5pc;
    height: 25.5pc;
    display: block;
    margin: auto;
    margin-bottom: 1pc;
}
img[src = "Image396.jpg"] {
    width: 24pc;
    height: 35pc;
    display: block;
    margin: auto;
    margin-bottom: 1pc;
}
img[src = "Image397.jpg"] {
    width: 24pc;
    height: 18pc;
    border-style: double;
    display: block;
    margin: auto;
    margin-bottom: 1pc;

}
img[src = "Image398.jpg"] {
    width: 20.5pc;
    height: 24.5pc;
    border-style: double;
    display: block;
    margin: auto;
    margin-bottom: 1pc;

}


.dropCap::first-letter {
    font-size: 65pt;
    float: left;
    border-style: solid;
    border-width: thin;
    border-color: black;
    padding: 5px;
    color: rgba(0, 0, 0, 0);
    margin: 0 .1em 0 0;
    line-height: 0.85;
    background-image: url("dropcap.png");
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: 45% 55%;
    background-blend-mode: multiply;
}

.me:before {
    content: " ";
}



.pageTitle {
    background-color: #1e3333;
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: start;
    margin-top: 2em;
    align-items: flex-start;
    font-family: "Goudy Old Style";

}

img[src = "cometarywanderers.gif"] {
    float: left;

}


.Comets {
    font-size: 30pt;
    text-align: center;
    margin-left: 1pc;
    align-self: center;

}
.Comets:after {
    content: "-";
}
.by {
    font-size: 8pt;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    margin-left: 4pt;
}
.SRB {
    font-size: 15pt;
    text-align: center;
    align-self: flex-end;
}

.formeWork {
    display: grid;
    grid-template-columns: 5pc 45.3pc 5pc;
    grid-template-rows: 2.5pc;
    grid-template-areas: 'left center right';
    border-top-style: dashed;
    border-width: thin;
    margin-top: 2.5pc;
    margin-bottom: 2em;
    background-color: #1e3333;
    font-family: "Goudy Old Style";
    margin: auto;
}

.runningHead {
    display: inline-block;
    grid-area: center;
    text-align: center;
    margin-top: .75pc;
}
.pageNumberR {
    display: block;
    grid-area: right;
    text-align: left;
    margin-top: .75pc;

}
.pageNumberL {
    display: block;
    grid-area: left;
    text-align: right;
    margin-top: .75pc;

}


audio{
    width: 9.55in;
}