body {
    background-color: #fff;
    color: #000;
    font-family: 'Lora', 'Georgia', serif;

    /*base unit for the various elements*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.container {
    padding-bottom: 2em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.header-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content-body {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*margin-bottom: 20px;*/
    /*padding-bottom: 8px;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-top: 8px;*/
    /*padding-bottom: 2em;*/
}

p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #993300;
}

a:visited {
    color: #CC6633;
}

a:hover {
    color: #CC9933;
    text-decoration: none;
}

a:active {
    color: #CC9933;
}

blockquote {
    font-size: 1em;
    line-height: 1.5em;
}

blockquote footer {
    font-size: 1em;
    line-height: 1.5em;
}

.border {
    /*border: #000 .5px solid;*/
}

.img-border {
    /*border: #000 .5px solid;*/
}

img.shadow {
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.breadcrumb {
    /*background-color: #D0D0D0;*/
    margin-top: 0;
    margin-bottom: 0;
    /*padding-left: 0;*/
}

h1#home-link {
    display: inline;

    /*400*/
    /*font-family: 'Bevan', serif;*/
    font-family: 'Patua One', 'Georgia', serif;
    /*font-family: 'Abril Fatface', serif;*/

    /*400, 700*/
    /*font-family: 'Passion One', serif;*/

    font-size: 1.2em;
    font-weight: 400;
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    /*line-height: 1.5em;*/

    margin-top: 1em;
    margin-bottom: 1em;

    color: #CC6633;
}

h2#title {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 700;
    /*margin-top: 1em;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

h3#subtitle {
    font-size: 1em;
    line-height: 1.5em;
    /*font-style: italic;*/
    margin-top: 0;
    margin-bottom: 2em;
}

h4#author-link {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 2em;
}

.align-text-center {
    text-align: center;
}

.align-text-right {
    text-align: right;
}

.para-break {
    margin-top: 2em;
}

.indent-wrapped-line {
    text-indent: -2em;
    padding-left: 2em;
}

.uppercase-bold {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 2em;

    /*border-bottom-color: #dedede;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/
    /*padding-bottom: 2em;*/
}

.section > a {
    display: block;
}

ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    /*Internet Explorer and Opera opted to create the indent with the left margin*/
    padding-left: 1em;
    /*Mozilla/Netscape use padding*/
    text-indent: -1em;
}

ul li:before {
    content: "\00BB \0020";
    color: #999;
}

/*
    To maintain indents as ul, change bullet color to white.
*/
ul li.no-list-bullet:before {
    color: #fff;
}

.author {
    display: block;
    margin-top: 1em;
}

.citation {
    /* border-top-color: #dedede;
    border-top-style: solid;
    border-top-width: 1px; */
    /* padding-top: 2em; */

    /* border-bottom-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 1px; */
    padding-bottom: 2em;
    /* margin-bottom: 2em; */
}

.citation-thumbnail {
    margin-right: 1em;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    /*float: left;*/
}

.separator {
    margin-top: 2em;
    margin-bottom: 2em;
}

.review-title {
    /* margin-top: 2em; */
    font-style: italic;
}

.review-pages,
.review-price,
.review-format {
    display: inline;
}

.amazon-logo {
    font-weight: 600;
}

/*
    Default CSS for <pre> tag:
    http://www.w3.org/TR/CSS2/sample.html
*/
.preformatted {
    display: block;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
}

.end-of-content {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.subauthor {
    padding-top: 2em;
}

/* http://stephen.io/mediaqueries/ */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 80%;*/
    /*}*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 60%;*/
    /*}*/
}

@media (min-width : 1025px) {

    body {
        background-color: #D0D0D0;
    }

    h2#title {
        margin-top: 2em;
    }

    .breadcrumb {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-bottom: 2em;
    }

    .citation-thumbnail {
        float: left;
        padding-bottom: 0;
    }

    /*.container {*/
    /*    width: 80%;*/
    /*}*/
}

.index-quote {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1em;
}

@media (max-width: 767px) {
    .vl {
        display: block;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
    .vl + br {
        display: none;
    }
}

/* ── Hamburger menu toggle ── */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 2px;
    line-height: 1;
    margin-top: 2px;
}
@media (max-width: 767px) {
    .menu-toggle {
        padding: 8px 15px;
        margin-top: 0;
    }
}

.menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #CC6633;
    margin: 5px 0;
    border-radius: 1px;
}

/* ── Offcanvas overlay ── */
.offcanvas-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

.offcanvas-overlay.open {
    display: block;
}

/* ── Offcanvas panel ── */
.offcanvas-nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #f5f5f0;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.3s ease;
    padding: 1.2em;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}

.offcanvas-nav.open {
    right: 0;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #ccc;
}

.offcanvas-title {
    font-family: 'Patua One', 'Georgia', serif;
    color: #CC6633;
    font-size: 1.1em;
    font-weight: 400;
}

.offcanvas-close {
    background: none;
    border: none;
    font-size: 1.4em;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0;
}

.offcanvas-close:hover {
    color: #CC6633;
}

.nav-section {
    margin-bottom: 1.2em;
}

.nav-heading {
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 0.4em;
}

.nav-section-external {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-top: 0.5em;
}

.offcanvas-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.offcanvas-nav ul li:before {
    content: none;
}

.offcanvas-nav ul li a {
    display: block;
    padding: 0.15em 0;
    color: #993300;
    text-decoration: none;
    font-size: 0.95em;
}

.offcanvas-nav ul li a:hover {
    color: #CC9933;
}

/* ── Back issues thumbnail ── */
.backissue-thumb {
    float: right;
    margin: 0 0 1em 1.5em;
    display: block;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .backissue-thumb {
        float: none;
        margin: 0 0 1em 0;
    }
}
