body {
    overflow: auto;
    margin: 0;
    background-image: url(../img/bg.png);
    background-color: gray;
    background-size: 100%;
}
#nav {
    display: block;
    background-color: rgb(117,113,107);
    margin: auto;
    clear: both;
    padding:10px;
    box-shadow: 0px 10px 10px 0.1px rgb(152,145,131);
}
#nav li {
    display: inline;
    border-right: 0.1em white solid;
    margin-left: 0px;
    font-family: Helvetica Neue;
}
#nav li:first-child{
    margin-left: 80px;
}
#nav li:last-child{
    border-right: 0em;
}
a.my {
    text-decoration: none;
    padding: 20px;
    color: rgb(243,235,211);
}
a.my:hover{
    color: rgb(255,255,255);
}
#main{
    overflow: auto;
    width: 90%;
    height: 98vh;
    min-width: 800px;
    margin: auto;
    margin-bottom: 0px;
    background-color: rgb(249,244,238);
}
#footer {
    display: block;
    width:90%;
    height:2vh;
    text-align: right;
    background-color: rgb(152,145,131);
    margin: auto;
    clear: both;
    padding-top:0px;
    outline-width:0px;
    color: rgb(243,235,211);
    font-size: 0.5em;
}
p {
    text-indent: 2em;
}
div#content {
    margin-top: 10%;
    text-align: center;
}
img, #imgself {
    border: 0.2em white solid;
    box-shadow: 0px 10px 10px 0.1px rgb(152,145,131);
}
#imgself {
    margin: auto;
}
p#daterange {
    font-size: 2.0em;
    font-style: italic;
    color: rgb(50,49,49);
    text-indent: inherit;
}
div#obituary {
    float:left;
    width: 38%;
    height: 80%;
    padding: 5em;
    background-color: rgb(12,12,12);
    color: rgb(152,145,131);
}
#obituary p {
    width: 95%;
    margin-left: 10%;
    font-size: 1vw;
}
#obituary p:first-child {
    margin-top: 5%;
}
#obituary p:nth-child(2) {
    font-size: 1vw;
}
#obituary p:last-child {
    text-align: right;
}
#imgself {
    margin-top: 14vh;
    margin-left: 5vw;
}
strong {
    font-size: 2em;
}
ol {
    list-style: decimal-leading-zero;
    list-style-position: outside;
    margin-top: 5%;
    margin-left: 5%;
    width: 40%;
    line-height: 4em;
}
ol a {
    text-decoration: none;
    font-size: 1.2em;
    color: rgb(50,49,49);
}
ol a:hover{
    color: gray;
}
#recall_article, #lifetime_article {
    margin: auto;
    margin-top: 5%;
    width: 50%;
    line-height: 2em;
}
#recall_article p:first-child {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-indent: inherit;
}
#recall_article p:nth-child(2) {
    text-align: center;
    text-indent: inherit;
}
#recall_article p:nth-child(3) {
    text-align: center;
    margin-bottom: 2em;
    text-indent: inherit;
}
#recall_article p:last-child {
    margin-bottom: 2em;
}
#lifetime_article p:first-child {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-indent: inherit;
}
#lifetime_article p:last-child {
    margin-bottom: 2em;
}
