html{
    height: 100%;
    padding: 0;
    margin: 0;
}
body{
    font-family: serif;
    background-color: #330011;
    color: #ddcccc;
}

a{
    color: #ee5555;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.heading-anchor{
    color: #ddcccc;
}

.nav{
    font-size: 28px;
    min-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    border-bottom: solid 1px #ee5555;
}

.nav a{
    background-color: #330011;
    line-height: 50px;
    vertical-align: middle;
    margin: 40px;
    padding: 5px;
}

img[src$='#center']{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.background{
    text-align: center;
    background-image: url("/img/darker_mansion.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 800px;
}
.footer{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    border-top: solid 1px #ee5555;
}

.footer a{
    line-height: 30px;
    vertical-align: middle;
}

.bg-overlay{
    background-image: url("/img/mansion_bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
}

blockquote {
    color: #44aa44;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #00000066;
    background-origin: padding-box;
    font-size: 16px;
}

pre code {
    font-size: 14px;
}

blockquote code {
    font-size: 14px;
}

.content{
    overflow-wrap: anywhere;
    font-family: serif;
    background-color: #00000066;
    height: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 700px;
    min-height: 800px;
}

.content p{
    font-size: 24px;
    line-height: 120%;
}

.content blockquote p{
    font-size: 18px;
    line-height: 100%;
}

.center{
    text-align: center;
}

.postentry{
    font-size: 26px;
}

code {
    font-size: 18px;
    color: #ffffcc;
    background-color: #00000088;
}

ul {
    font-size: 24px;
}

.content h1,h2,h3{
    text-align: center;
}

.returndiv{
    text-align: center;
    margin: 5px;
    padding: 5px;
}
