/*html {
  background: #FAF7F2;
  background-image: url(https://s3.postimg.org/s1n3ji1ur/paper_fibers_2_X.png);
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
*/
/*
*, *:before, *:after {
    box-sizing: inherit;
}
*/
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/css/fonts/Cormorant-Italic.woff') format('woff');
    font-display: swap;
}
.u-clearfix:before,
.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-clearfix {
    *zoom: 1;
}

.subtle {
    color: #595555;
}

.card-container {
    margin: 25px auto 0;
    position: relative;
    max-width: 970px;
}

.card {
    background-color: #fff;
    /*padding: 30px;
    */
    position: relative;
    box-shadow: 0 0 5px rgba(75, 75, 75, .07);
    z-index: 1;
}

.card-body {
    display: inline-block;
    float: left;
    max-width: 610px;
}

.card-number {
    margin-top: 15px;
}

.card-circle {
    border: 1px solid #C9155B;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 25px;
}

.card-author {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.card-description {
    display: inline-block;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
}

.card-read {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 5px 0 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.card-read:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    width: 75%;
}

.card-tag {
    float: right;
    margin: 5px 0 0;
}

.card-media {
    float: right;
}

.card-shadow {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 95%;
    z-index: -1;
}
.divider {
    height: 1px;
    margin: 0.5em 0 1.5em;
}
.divider span {
    background-color: #C9155B;
    display: block;
    height: 1px;
    width: 50px;
}
