body, html{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    color: #5A4B47;
}
a, a:hover, a:visited {
    color: #d61130;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
}
p {
    font-weight: 300;
}
strong {
    font-weight: 500;
}
.wrapper {
    margin: 0;
    height: 100%;
    width: 100%;
}
.background {
    background-image: url('../images/background.jpg');
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}
.over {
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background:rgba(0,0,0,0.6);
    text-align: center;
    display: block;
}
.over-grid {
    min-height: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: table;
}
.over-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
h1 {
    font-family: BodoniBT-Roman;
    display: block;
    color: #d61130;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    text-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
}
h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

hr {
    border: 0;
    border-bottom: 3px solid #d61130;
    width: 30px;
    height: 1px;
}

a.button {
    border: 3px solid #d61130;
    padding: 0.5em 1em;
    font-size: 18px;
    background: none;
    color: #d61130;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
    margin-top: 1em;
    margin-left: auto;
    display: inline-block;
    text-decoration: none;
}

a.button:hover {
    background-color: #d61130;
    color: #fff;
}
section {
    max-width: 1280px;
    margin: 1em auto;
    padding: 1em;
}

    section h3 {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        color: #d61130;
        font-size: 2em;
        font-weight: 400;
    }

    section.books {
        background: rgb(247, 247, 247);
        max-width: 100%;
        padding: 3em;
    }

    @media screen and (max-width: 860px) {
        section.books {
            padding: 3em .5em .5em;
        }
    }

    .section-inner {
        max-width: 1280px;
        margin: 0 auto;
    }

.hero-quote {
    text-align: left;
}
    .hero-quote blockquote {
        width: 50%;
        margin: 2em auto;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.6em;
        word-wrap: normal;
    }

@media screen and (max-width: 860px) {
    .hero-quote {
        font-size: 1em;
    }
        .hero-quote blockquote {
            width: 80%;
            margin: 1em auto;
        }
}

@media screen and (max-width: 480px) {
.hero-quote blockquote {
        width: 100%;
    }
}

.grid {
    width: 100%;
    margin: 2em 0 1em;
}

    .grid.grid__no-margin {
        margin: 0;
    }

.grid-item {
    display: inline-block;
    vertical-align: top;
}

    .grid-item.half {
        width: 49%;
    }

    @media screen and (max-width: 650px) {
        .grid-item.half {
            width: 100%;
        }
    }

    .grid-item.third {
        width: 33.33%;
    }

    @media screen and (max-width: 980px) {
        .grid-item.third {
            width: 50%;
        }
    }

    @media screen and (max-width: 650px) {
        .grid-item.third {
            width: 100%;
        }
    }

    .grid-item.two-thirds {
        width: 66.66%;
    }

    @media screen and (max-width: 980px) {
        .grid-item.two-thirds {
            width: 50%;
        }
    }

    @media screen and (max-width: 650px) {
        .grid-item.two-thirds {
            width: 100%;
        }
    }

.grid-inner {
    margin: 1em;
    /*padding: 1.5em;*/
    text-align: center;
    background: #fff;
    vertical-align: top;
    box-shadow: rgba(0,0,0, 0.15) 0px 0px 1px
}

.latest-book .grid-inner {
    box-shadow: none;
    text-align: left;
}

.grid-content {
    padding: 0 1em 2em;
}

.grid-inner img,
.grid-content img {
    width: 100%;
}

h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0;
}

.grid-inner blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    margin: 0 0 2em;
    font-weight: 100;
    line-height: 1.5em;
}

.grid-inner blockquote:last-child {
    margin: 0;
}

    .grid-inner blockquote p:before {
        color: #d61130;
        content: open-quote;
        font-size: 2em;
        line-height: 0.1em;
        margin-right: 0.1em;
        vertical-align: -0.4em;
    }

    .grid-inner blockquote p:after {
        color: #d61130;
        content: close-quote;
        font-size: 2em;
        display: inline;
        line-height: 0.1em;
        vertical-align: -0.45em;
        margin-left: 0.1em;
    }

    .grid-inner blockquote p{
        color: #d61130;
        font-size: 1em;
        display: inline;
    }

    .grid-inner blockquote .quote {
        font-size: 2em;
        color: #d61130;
        display: block;
        line-height: 0em;
    }

    .grid-inner blockquote footer {
        margin-top: 0.5em;
    }

.center {
    text-align: center;
}

.contact a{
    font-size: 1.5em;
}

footer.page-footer {
    background: #343434;
    padding: 0.75em;
    margin-top: 1em;
    color: #fff;
    text-align: center;
}

footer.page-footer a {
    color: #fff;
}

footer.page-footer a:hover {
    color: #d61130;
}

/** LOST ENGLAND **/

body.lost-england .background {
    background-image: url('../images/lost_england_background.jpg');
}

body.lost-england .social {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 10;
}

    body.lost-england .social img {
        height: 20px;
    }

body.lost-england .cover .grid {
    margin-top: 0;
}

body.lost-england .cover .grid-inner {
    box-shadow: none;
}

body.lost-england .cover .grid-content p:first-child {
    margin-top: 0;
}

body.lost-england .cover .grid-content p {
    text-align: left;
}
body.lost-england .grid-content .he_logo {
    width: auto;
    display: block;
    margin: 0 auto 1em;
}


@media screen and (max-width: 800px) {
    body.lost-england .grid-item.two-thirds,
    body.lost-england .grid-item.third {
        width: 100%;
    }

    body.lost-england .grid-item.two-thirds .grid-content,
    body.lost-england .grid-item.third .grid-content {
        padding: 0;
    }

    body.lost-england .grid-item.two-thirds p {
        font-size: 0.85em;
    }
}

body.lost-england .inside img {
    width: 100%;
}

body.lost-england form {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 860px) {
    body.lost-england form {
        width: 100%;
        margin: 0 auto;
    }
}

    body.lost-england form .form-item {
        margin: 20px 0 10px;
    }

    body.lost-england a.button.margin {
        margin-right: 10px;
    }

        body.lost-england form .form-item label,
        body.lost-england form .form-item input,
        body.lost-england form .form-item textarea {
            display: block;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
        }

        body.lost-england form .form-item input {
            height: 40px;
            margin-top: 1em;
            padding: 5px 10px;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        body.lost-england form .form-item textarea {
            height: 200px;
            margin-top: 1em;
            padding: 5px 10px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            outline: none;
        }

        button {
            border: 3px solid #d61130;
            padding: 0.5em 1em;
            font-size: 18px;
            background: none;
            color: #d61130;
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms;
            cursor: pointer;
            margin-top: 1em;
            margin-left: auto;
            display: inline-block;
            text-decoration: none;
        }

            button:hover {
                background-color: #d61130;
                color: #fff;
            }
