
/******* Main body *******/
body {
    color: #555040;
    background-color: #828994;
    font-family: serif, monospace;
    /* Veranda, Helvetica, "Sans-Serif"; */
    font-size: 90%;
    /* added new width*/
    width: 50%;
    margin: 0px auto;
}

body p {
    font-family: serif, monospace;
    color: #312d1c;
    padding: 0 2em 0 2em;
}

.greentext {
    color: forestgreen;
}

.copyright {
    color: #312d1c;
    font-style: italic;
}

.container {
    font-family: Courier New;
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    font-variant: small-caps;
    color: #312d1c;
}

.hako {
    height: 35%;
    width: 18%;
    position: fixed;
    top: 50px;
    right: 0;
    overflow-x: hidden;
    padding: 1em;
    margin: 10px;
    /* Styles */
    font-size: 12px;
    background-color: #e9e6d9;
    border: 2px dotted #555040;
    text-align: left;
}

.hako .li {
    color: antiquewhite;
}

/*friendly waifu added*/
.yousei {
    opacity: 60%;
    position: fixed;
    z-index: -1;
    bottom: -10px;
    right: 0px;
}

.yousei img {
    max-height: 500px;
}

.stamps {
    float: none;
    margin: 0;
    padding: 1px;
    height: 32px;
    max-width: 250px;
}

/* bespoke formatting for edits or images in tables*/
.edit{
        float: none;
        /*padding: 5px 15px 15px 1px;*/
        max-height: 70%;
        padding: 1em;
        margin: 0 10% 0 10%;
        vertical-align: central;
        text-align: center;
        overflow: auto;
}

/******* Articles  *******/
main article img {
    float: left;
    /*padding: 5px 15px 15px 1px;*/
    max-width: 70%;
    padding: 10px;
    margin: 0 1em 0 0;
}

.desu {
    float: none;
    padding: 5px;
    width: 45%;
}

.chibi{
    height: 120px;
    max-width: 200px;
  }

.center {
    vertical-align: central;
    text-align: center;
    background-color: #cfd8e69;
    padding: 10px;
    margin: 10px;
    overflow: auto;
    border: 1px dotted #555040;
}

main {
    background-color: #E9E6D9;
    padding: 5px;
    margin: 1em;
    border: 1px solid #555040;
}

main article.lastart {
    /* horizontal lines */
    background-color: #cfd8e6;
    border: 1px dotted #555040;
    margin: 10px;
    padding: 10px;
    overflow: auto;
}

main article.lastart a {
    color: #006699;
    text-decoration: none;
    font-size: 90%;
}

main .mahou {
    background-color: #e9e6d9;
    border: 1px dotted #555040;
    /*width: calc(fit-content / 2);*/
    width: 45%;
    display: inline-block;
    overflow: auto;
}


main article p {
    margin: 5px;
    padding-bottom: 3px;
}

main .quote {
    text-align: right;
}

main iframe {
    border: 2px dotted #312d1c;
    display: block;
    margin: auto;
}

main article h1 {
    font-size: 45px;
    color: #312d1c;
    padding: 0 0 0 1em;
}

main article h2 {
    color: #e9e6d9;
    padding-left: 1em;
    border: #999380 2px dotted;
    background-color: #486187;
    margin: 2px;
}

main article h3 {
    font-size: 105%;
    color: #312d1c;
}

/******* Navigation bar *******/
.sidenav {
    height: 60%;
    width: auto;

    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: #e0dbc9;

    text-align: left;
    border: 1px solid #555040;
    color: #312d1c;

    margin: 1em;
    padding: 5px 0px 5px 0px;
}

.sidenav ul {
    padding-left: 0px;
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 13px;
}

.sidenav h3 {
    margin: 2px;
    background-color: #e9e6d9;
}

.sidenav h3:hover {
    background-color: #e0dbc9;
}

.sidenav a:link, a:visited, a:hover, a:active {
    color: #006699;
    text-decoration: none;
    font-size: 90%;
}

.sidenav hr {
    border-width: 0px;
    height: 1px;
    background-color: #555753;
    margin-left: 10px;
    margin-right: 10px;
}

.sidenav img {
    border: 2px dotted #555040;
    margin: 1em;
}

.navi {
    width: 90%;
    max-height: 150px;
}

/******* Header thing *******/
header img {
    float: left;
    padding: 0 30px;
    /* img padding */
}

header .logo {
    max-height: 150px;
}

header {
    /*background-image: url(../images/bg/bg.gif);
      background-repeat: repeat;*/
    background-image: url(../images/kanon.png);
    background-position: left;
    background-size: cover;
    background-blend-mode: normal;

    /* adds border on bottom w/ padding */
    height: 150px;
    border: 2px solid #555040;
    padding: 1em;
    /* top middle bottom */
    margin: 1em;
}

/* formatting for header 2 */
header h2 {
    font-size: 200%;
    font-weight: 200;
    /*color: #D67A9F;*/
    color: #312d1c;
    font-family: cursive;
    margin: 5px;
}

/*formatting for header 3 */
header h3 {
    font-family: serif;
    font-size: 150%;
    font-style: italic;

    color: antiquewhite;
    text-align: left;
    padding-left: 2em;
}

/***********************************/
/* the styles for the footer */
footer p {
    clear: both;
    /* clears float of aside */
    padding: 1em;
    /*top + bottom */
    margin: 1em;
    text-align: center;
    background-color: #e9e6d9;
    border: 2px solid #555040;
}