.alpha {
    margin-right: unset !important;
}

.article-body-text {
    margin-top: 0;
}

article .card-titles a:hover {
    text-decoration: none !important;
}



.article_body {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;

    border-bottom: none;
}

article.landing-stack-card {
    display: inline-block;
    transition: all .2s ease-in;
}

article.landing-stack-card {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    border: solid 2px #ececec;

    margin-bottom: 20px;
}

article.landing-stack-card:hover .card-figure-wrap {
    /*background-color: #FFFFFF;**/
}

article.landing-stack-card:nth-child(3n) {
    margin-right: 0;
}

.card-figure-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
    position: relative;
}

.card-figure-wrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

header.card-titles-wrap {
    padding: 0 10px;
}

article.landing-stack-card h1 {
    font-family: 'Times';
    font-size: 1.5em;
    line-height: 32px;
    /*border-bottom: solid 2px #efefef;*/
    padding-bottom: 0px;
}
article .card-titles author{
    color:#868686;
    font-size: 0.9em;
}
article .card-titles hr{
    border-color: #ececec;
    opacity: .3;
}

article.landing-stack-card:hover {
    background-color: rgba(239, 239, 239, .5);
    border-color: rgba(100, 71, 53, .3);
}

article.landing-stack-card:hover h1 {
    color: #644735;
}

article.landing-stack-card:hover img {
    opacity: .8;

}

article .card-excerpt-wrap p {
    margin-top: 20px;
}

.page-header {
    /*height: 80px;*/
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 0 !important;

}

.page-header h1 {
    color: #644735;
    font-size: 42px !important;
    font-family: 'Times' !important;
    text-transform: initial;
    border-bottom: solid 2px;
    display: inline-block;
}

.read-more {
    text-align: center;
    position: relative;
    top: -30px;
    font-size: 1.2em;
    display: block;
    height: 50px;
}

.read-more:before, .read-more:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 2px;
    border-bottom: 2px solid #644735;
    position: relative;
    top: -5px
}

.article-body p {
    line-height: 1.5em;
}


body.article-landing.botw-landing .alpha {
    padding: 25px;
    border-right:none;
}