@font-face {
    font-family: 'league_gothicregular';
    src: url("leaguegothic-regular-webfont.eot");
    src: url("leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("leaguegothic-regular-webfont.woff2") format("woff2"), url("leaguegothic-regular-webfont.woff") format("woff"), url("leaguegothic-regular-webfont.ttf") format("truetype"), url("leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: Raleway, sans-serif;
    text-align: center;
    border-top: 30px solid #e6b34f;
}

img {
    max-width: 100%;
}

article {
    max-width: 860px;
    margin: 0 auto;
}

article a, article a:visited {
    color: #41617a;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .12em;
}

footer {
    min-height: 200px;
    background: #41617a;
    padding-top: 40px;
    color: #fff;
}

footer a, footer a:visited {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-family: league_gothicregular;
    color: #41617a;
    font-size: 6em;
    display: inline-block;
    letter-spacing: .45em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1 .title_yellow {
    color: #e6b34f;
}

h1 .title_hang {
    font-family: Raleway, sans-serif;
    color: #000;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: .18em;
    display: block;
    position: relative;
    text-align: right;
    right: 38px;
    margin: 0 0 30px;
}

h2 {
    font-weight: bold;
    font-size: 29px;
    display: block;
    border-bottom: 1px solid;
    color: #41617a;
    width: 610px;
    display: inline-block;
    margin: 60px auto 50px;
    line-height: 44px;
    letter-spacing: .12em;
}

p {
    font-size: 21px;
    line-height: 40px;
    letter-spacing: .12em;
}

p.larger {
    font-size: 29px;
}

img.book_cover {
    width: 228px;
    margin: 0 auto 50px;
    display: block;
}

.book_links {
    margin: 40px auto 20px;
}

.contact_info {
    font-weight: 600;
}

.copyright_info {
    font-size: 16px;
    font-family: Cardo, serif;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.cl-effect-1 a {
    transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    -webkit-transition: color 1s ease-in-out;
    -o-transition: color 1s ease-in-out;
}

.cl-effect-1 a:hover {
    color: #000;
}

.cl-effect-1 a::before {
    margin-right: 4px;
    content: '[';
    font-size: 1.6em;
    top: 6px;
    position: relative;
    font-weight: 400;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    top: 6px;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

#intro_graphic_container {
    background: #000;
    width: 100%;
    text-align: center;
}

.sm_graphic {
    display: none;
}

.md-modal input[type="text"], .md-modal input[type="email"] {
    margin: 20px auto 5px;
    height: 40px;
    color: #555;
    width: 80%;
    text-align: center;
}

.mainForm input[type="text"], .mainForm input[type="email"] {
    margin: 20px auto 5px;
    height: 40px;
    color: #555;
    width: 80%;
    text-align: center;
}

.mainForm input[type="submit"] {
    height: 60px;
    color: #fff;
    background: #41617a;
    border: 2px solid #ccc;
    width: 80%;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 1em 0;
}

.mainForm textarea {
    margin: 20px auto 5px;
    color: #333;
    width: 80%;
    text-align: left;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.4em;
}

#mc-embedded-subscribe {
    height: 60px;
    color: #fff;
    background: none;
    border: 2px solid;
    width: 80%;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 1em 0;
}

.md-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 2px solid;
    font-size: 2em !important;
}

.md-trigger {
    color: #41617a;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .12em;
    background: none;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
}

.md-trigger:hover {
    cursor: pointer;
}

.less-line-height {
    line-height: 27px;
}

@media screen and (max-width: 667px) {
    .lg_graphic {
        display: none;
    }
    .sm_graphic {
        display: block;
    }
    h2 {
        width: auto;
        max-width: 610px;
    }
    article a {
        line-height: 2em;
    }
    .copyright_info {
        margin-top: 1.5em;
    }
    h1 {
        font-size: 4em;
    }
    h1 .title_hang {
        font-size: .5em;
        right: 0.7em;
    }
}



.goodreads-button
{
display: block;
width: 149px;
margin: 40px auto 0 auto;
}

.pre-order-button
{
width: 179px;
margin: 20px auto;
}