.ebookBuy {
    background-color: #9a1400;
    border-radius: 0.5rem;
    padding: 0.625rem 1.25rem 0.625rem 3.4375rem;
    font-family: "proxima-nova";
    position: relative;
    text-align: left;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 1rem !important;
    color: #FFFFFF !important;
}
.ebookBuy:hover {
    color: #FFFFFF;
}
.ebookBuy:before {
    content: " ";
    background-image: url(img/amazon_large.png);
    width: 32px !important;
    height: 22px !important;
    position: absolute;
    left: 10px;
    top: 12px;
}

/* LeftCol — standalone styles for when outside .hero (author row context) */
.LeftCol {
    text-align: center;
}
.LeftCol img {
    max-width: 150px;
    margin-bottom: 15px;
}
.LeftCol .sub {
    margin: 0 100px;
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
.LeftCol a {
    color: #d2d0cf;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.LeftCol a i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 60px;
    margin: 0 5px;
}
.LeftCol .video-modal-poster {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: calc(100% - 30px);
}
.LeftCol .video-modal-poster .fa {
    color: #FFFFFF;
}
.LeftCol .buy {
    margin-top: 15px;
}
.LeftCol .buy a {
    text-decoration: none;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    padding: 10px 25px;
    background-color: #860500;
    color: #d2d0cf;
    transition: background-color 300ms ease-out;
    margin: 0 0 10px;
    display: inline-block;
}
.LeftCol .buy a:hover {
    background-color: #6b0400;
}

/* Beautiful Game Section */
.beautiful-game {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.beautiful-game__story {
    padding-right: 30px;
}
.beautiful-game__image-link {
    display: block;
    margin-bottom: 20px;
}
.beautiful-game__image {
    width: 100%;
    height: auto;
    display: block;
}
.beautiful-game__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.beautiful-game__title a {
    color: #d2d0cf;
    text-decoration: none;
    transition: color 200ms ease-out;
}
.beautiful-game__title a:hover {
    color: #ffffff;
}
.beautiful-game__excerpt {
    font-size: 16px;
    line-height: 1.7;
    color: #d2d0cf;
    margin-bottom: 20px;
}
.beautiful-game__read-more {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-bottom: 2px solid #860500;
    padding-bottom: 3px;
    transition: border-color 200ms ease-out, color 200ms ease-out;
}
.beautiful-game__read-more:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.beautiful-game__read-more .fa {
    margin-left: 6px;
    font-size: 12px;
}
.beautiful-game__interview {
    padding-left: 30px;
}
.beautiful-game__interview-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
    color: #d2d0cf;
}
.beautiful-game__interview-org {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 300;
    color: rgba(210, 208, 207, 0.7);
    margin-bottom: 18px;
}
@media only screen and (max-width: 45em) {
    .beautiful-game__story {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .beautiful-game__interview {
        padding-left: 0;
    }
    .beautiful-game {
        padding: 40px 0;
    }
}

/* Top Navigation */
#primary-nav ul li a {
    font-size: 14px;
}

/* Footer Navigation */
footer[role=contentinfo] #footer-nav ul li a {
    font-size: 14px;
}