html, body {
    margin: 0;
    padding: 0;
    background: #fff;
}

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

header {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    position: fixed;
    top: 0;
    left: 0;
    background: center/cover #333;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    font-size: 14pt;
    text-align: center;
    z-index: 10;
}

footer {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: center/cover #333;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    font-size: 2em;
    color: #ccc;
    z-index: 9999;
}

.selector {
    margin: 7px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.selector select {
    width: auto;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: none;
}

.mobile .selector select {
    width: 150px;
}

.buttons {
    width: 200px;
    margin: 7px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

.buttons .btn {
    color: #ccc;
    float: right;
    text-align: center;
    vertical-align: center;
    font-size: 16px;
    line-height: 18px; /*border: 1px solid #777;*/
    background: none;
    border: none;
    margin-left: 7px;
}

.buttons button {
    padding: 0 5px 0;
}

.mobile .buttons button {
    padding: 3px 5px 0;
}

.buttons .smaller {
    font-size: 10px;
    padding: 0 7px 0;
}

.mobile .buttons .smaller {
    font-size: 10px;
    padding: 5px 7px 0;
}

.message {
    display: none;
    position: relative;
    top: 0;
    z-index: 10;
    background: #efe;
    color: #070;
    max-width: 500px;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    font-size: 12pt;
}

.message a {
    text-decoration: underline;
}

.message a:hover {
    cursor: pointer;
}

.book {
    max-width: 470px;
    margin: 0 auto;
    padding: 90px 20px 300px;
    transform: scale(1.2);
    transform-origin: center 0;
}

.mobile .book {
    transform: none;
    padding: 90px 3px 300px;
}

.book a {
    color: #000;
}

.dropcap {
    height: 36px;
    width: auto;
    float: left;
}

.back {
    position: fixed;
    z-index: 10;
    left: 10px;
    bottom: 10px;
    color: #ccc;
    text-decoration: none;
}

.next {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    color: #ccc;
    text-decoration: none;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 15px;
    font-size: 10pt;
}

.footer a {
    text-decoration: underline;
}

.footer div {
    padding: 0 30px;
    text-align: center;
}

.mobile .footer div {
    padding: 0 60px;
    text-align: center;
}

.overlay {
    background: url(/assets/img/parchment.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media screen and (max-width: 70rem) {

    .dropcap {
        height: 42px;
    }

    .footer {
        font-size: 8pt;
    }

}
