body {
    font-family: 'Libre Baskerville', serif;
    background: #333333 url("img/back_fill.gif");
    background-repeat: repeat-x;
    background-position: top;
}

.titles,
.laurels {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.titles li,
.laurels li {
    padding: 0 25px;
    text-shadow: 0 0 2px #000, 0 0 4px rgba(0, 0, 0, .5);
}

.column {
    background: url(/img/SitePortraitBG-2.jpg);
    /* min-height: 100vh; */
    width: 100vw;
    max-width: 700px;
    /* background-size: contain; */
    background-repeat: no-repeat;
    margin: 0 auto;
}

.laurels li {
    max-height: 130px;
    overflow: hidden;
    height: 60px;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laurels li img {
    display: flex;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.name {
    font-size: 70px;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.block_intro {
    display: flex;
    flex-direction: column;
    padding-top: 420px;
    margin: 0 auto;
    max-width: 500px;
}

.text_intro {
    font-size: 15px;
    line-height: 1.53;
    color: rgba(255, 255, 255, .7);
    padding: 50px 45px 10px 45px;
}

.text_intro p:first-child:first-letter {
    color: rgba(255, 255, 255, 1);
    display: block;
    float: left;
    margin: 0 15px -10px 0;
    font-size: 78px;
    line-height: 72px;
    height: 72px;
    width: 72px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}
.three_across {
    display: flex;
    margin: -10px 20px 20px 20px;
    align-items: center;
}

.three_across > div {
    flex: 1;
    overflow: hidden;
    padding: 0 10px;
}

.portrait img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.block_text p {
    font-family: 'Nunito Sans', sans-serif;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.43;
}

h2 {
    color: #e4573d;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Libre Baskerville;
    text-align: center;
    margin: 0;
}

.header h1 {
    margin: 0;
}

.block_text h2 {
    margin-top: 30px;
}

.pull_quote {
    text-align: center;
    font-style: italic;
    line-height: 1.5;
    font-size: 18px;
    color: #c5a374;
    margin: auto 0 auto 0;
}
.pull_quote img {
    width: 80px;
    margin: 20px 0;
}


.the_books {
    background: #f4f3ec;
    padding-bottom: 20px;
}

.header {
    text-align: center;
    background: url("img/Feather.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 330px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    flex-direction: column;
}

.book {
    display: inline-block;
    margin: 15px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.book {
    text-decoration: none;
    cursor: pointer;
}

.image img {
    max-width: 100%;
}

.book_list {
    display: flex;
    justify-content: space-around;
    margin: -10px 40px 0 40px;
}

.tag {
    background: #38cb89;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    height: 22px;
    line-height: 23px;
    pointer-events: none;
    text-align: center;
    position: absolute;
    top: -9px;
    left: -10px;
    z-index: 3;
    text-transform: uppercase;
    padding: 0 2px 0 5px;
}

.tag.soon {
    background: #e4573d;
}

.tag.soon:before {
    top: 0;
    border-top: 16px solid #e4573d;
}

.tag.soon:after {
    bottom: 0;
    border-bottom: 16px solid #e4573d;
}

.tag:before,
.tag:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    border-right: 10px solid transparent;
}

.tag:before {
    top: 0;
    border-top: 16px solid #38cb89;
}

.tag:after {
    bottom: 0;
    border-bottom: 16px solid #38cb89;
}

.price {
    font-size: 12px;
    font-family: "Nunito Sans";
    font-weight: 400;
    line-height: 1.25;
    color: #c5a374;
    text-align: center;
}

.title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin: 6px 0;
}

.sub_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, .7);
    text-align: center;
}

.product_info {
    margin-top: 10px;
    /* cursor: pointer; */
}

a.book .product_info:hover > div,
a.news .news_info:hover > div {
    color: #e4573d;
}

.product_info > div,
.news_info > div {
    transition: .5s ease;
}

.recent_press {
    background: #fff;
}

.news_list {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 50px 0;
    flex-wrap: wrap;
}

.news_list .news {
    flex: 1;
    overflow: hidden;
    text-decoration: none;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.date {
    font-family: "Libre Baskervilla";
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #ababab;
    margin: 8px 0;
}

.headline {
    color: #333333;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

.blurb {
    color: #696969;
    font-family: "Nunito Sans";
    font-size: 14px;
    text-align: center;
}

.icon {
    background: #38cb89;
    position: absolute;
    bottom: -15px;
    left: 7px;
    font-size: 12px;
    color: #fff;
    padding: 9px;
}

.image {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* margin: 0 auto; */
}

.top_nav {
    z-index: 100;
    position: fixed;
    padding: 6px;
    top: 0;
    font-size: 14px;
    background: #666666;
    right: 0;
}

.top_nav a {
    text-decoration: none;
    color: #b7b7b7;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0 0 0px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .25s ease;
}

.top_nav a span {
    margin-left: 4px;
}

.top_nav a:hover {
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #fff;
}

.top_nav:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    left: -50px;
    background: linear-gradient(90deg, transparent, #666666);
    width: 50px;
    height: 100%;
    top: 0;
}

.contact {
    background: #f4f3ec;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email_icon {
    display: inline-block;
    background: #e4573d;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    margin-right: 8px;
}

.email_link {
    position: relative;
    margin: 20px 0;
}

.email_link a,
.email_link a:visited {
    text-decoration: none;
    color: #666666;
    transition: .25s ease;
    border-bottom: 1px solid rgba(228, 87, 61, 0);
}

.email_link a:hover {
    border-bottom: 1px solid rgb(228, 87, 61);
    color: #e4573d;
}

@media only screen and (max-width: 768px) {
    .column {
        width: 100%;
        max-width: unset;
        background-position: center top;
    }

    .titles, .laurels {
        flex-wrap: wrap;
    }

    .top_nav {
        font-size: 24px;
        width: 100vw;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        margin: 0;
        padding: 8px 0 8px 0;
    }

    .top_nav a {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .titles li, .laurels li {
        margin-bottom: 10px;
    }

    .three_across {
        flex-direction: column;
        margin-top: -20px;
    }

    .book_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .book, a.book {
        width: 50vw !important;
        min-width: 300px;
        flex: 0;
        /* display: block; */
        margin: 0 0 50px 0;
    }

    .news_list .news {
        min-width: 300px;
    }
    
    .top_nav a span {
        display: none;
    }
    
    .block_text p {
        font-family: inherit;
        font-size: 15px;
        line-height: 1.53;
        padding: 0 14px;
    }

    .text_intro {
        padding-top: 10px;
    }
}
