@charset "UTF-8";

/*  */
html, body {
	height: 100%;
    background-color: #f7f1e5;
    font-family: "open sans";
    font-size: 15px;
    line-height: 20px;
}
h1 {
    font-size: 2.5em;
    margin: 1em 0;
    color: #436254;
    line-height: 1.25em;
}
h2 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
    h2.comic {
        font-size: 1.5em;
        margin: 1em 0;
        color: #436254;
        line-height: 1.25em;
    }
h3 {}
p {
    margin: 1em 0;
}
a {
    color: #000000;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* STICKY FOOTER */
#PageContainer {
    box-sizing: border-box;
    min-height: 100%;
    margin-bottom: -75px;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 75px;
        background-image: url("../assets/nav-loop.jpg");
        background-size: cover;
        background-position: center center;
}
    #Footer {
        position: absolute;
        z-index: 10;
        display: flex;
        justify-content: space-evenly;
        max-width: none;
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
    }
        #FooterContainer {
            display: flex;
            justify-content: space-between;
            line-height: 75px;
            color: #ffffff;
        }
            #FooterContainer a {
                color: #ffffff;
            }
            #PageContainer:after {
              height: 75px; 
            }


/* MISCELLANY */
.book-fly.section-home .nav-home{color: #fcbc7c !important;}
.book-fly.section-letters .nav-letters{color: #fcbc7c !important;}
.book-fly.section-photos .nav-photos{color: #fcbc7c !important;}
.book-fly.section-videos .nav-videos{color: #fcbc7c !important;}
.book-fly.section-news .nav-news{color: #fcbc7c !important;}
.book-fly.section-haiku .nav-haiku{color: #fcbc7c !important;}
.section-books .nav-books{color: #fcbc7c !important;}

.hidden {
    display: none;
}

.ornament {
    max-width: 2em;
    vertical-align: 0.1em;
    padding-right: 0.3em;
}