body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url("./images/bg.jpg");
}

body {
    max-width: 1000px;
    margin-left: auto;
    margin-right:auto;
}
hr {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}

header {
    width: 100%;
    min-height: auto;
    background-color:rgb(126, 107, 81);
    background-image: url("./images/paperbg.jpg");
    background-size: cover;
    color: tan;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0;
}
header img{
    max-height: 150px;
    max-width: 1024px;
    width: 100%;
    filter: drop-shadow(3px 3px 3px rgba(84, 72, 56, 0.5));
}
.navBar {
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    text-align: center;
}
.navBar table{
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-height: 100%;
}
.navBar td{
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}
.navButton {
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: black;
    display: block;
    justify-content: center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 2px 2px rgba(210, 180, 140, 0.8);
}
.navButton:hover {
    text-decoration:none;
    background-color: rgba(255, 255, 255, 0.25);
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.navButton:active {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
    text-shadow: 10px 10px 10px rgba(255, 255, 255, 0.75);
}
.navButton:visited {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
#bloghead {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color:#f1e6d4;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
#midpage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    min-width: auto;
    max-height: auto;
    background-color:tan;
    background-color: #f1e6d4;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
#midpage p {
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
}
iframe {
    background-image: url("./images/paperbg.jpg");
    background-size: cover;
    background-blend-mode:normal;
    width: 100%;
}
footer {
    background-color: tan;
    background-image: url("./images/paperbg.jpg");
    background-size: cover;
    background-blend-mode:normal;
    width: 90%;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5), tan 0px 10px 10px -5px inset;;
}