.animated {
    transition: transform 0.2s ease-in-out;
}

.slideDown {
    transform: translateY(0%);
}

.slideUp {
    transform: translateY(-100%);
}

.page-body {
    margin-top: 110px;
}

article {
    padding-bottom: 110px;
}

.article-container {
    max-width: 760px;
    padding: 0 20px;
    margin: 0 auto;
}

.pt-3 {
    padding-top: 1rem !important;
}

.article-container h1 {
    font-size: 2.25rem;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.article-container .article-author {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .6);
}

.article-container .author-highlighted {
    font-weight: 700;
}

.article-container .article-author .author-notes {
    cursor: help;
    padding-left: 4px;
}

.article-container .article-date {
    font-size: 1.06rem;
    letter-spacing: .03em;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 20px;
}

.feature-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.feature-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.feature-img-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding: 2px 8px;
    color: #fff;
    font-size: .9em;
    line-height: 1.5;
    background: #000;
    text-align: right;
    z-index: 5;
    opacity: .65;
    border-radius: 5px 0 0 0;
}

.btn {
    border-color: #1565c0;
    margin: 8px 8px 8px 0;
    display: inline-block;
    font-weight: 400;
    color: #1565c0;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #1565c0;
    padding: .16rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover, .btn:active {
    color: #fff;
    background-color: #1565c0;
    border-color: #1565c0;
    text-decoration: none;
}

.article-info {
    background-color: rgba(0, 0, 0, .1);
    padding: 1.2rem;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.2rem;
}

.article-style {
    margin-bottom: 2rem;
}

.article-style h2 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin-top: 1.2rem;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    color: #313131;
}

.article-style p {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

.article-tags {
    margin-top: 1.2rem;
}

.article-tags a {
    border: none;
    color: rgba(0, 0, 0, .68);
    background: rgba(0, 0, 0, 5%);
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    padding: .5em .8em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.article-tags a:hover, .article-tags a:focus {
    background: #e5e5e5;
}

.author-card {
    display: flex;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 5%);
}


.author-card img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1.2rem;
}

.card-body {
    flex: 1;
}

.card-body h5 {
    font-size: 1.3rem;
    font-family: montserrat, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 600;
    color: rgba(0, 0, 0, .84);
}

.card-body h6 {
    font-weight: 300;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 7px;
    font-family: montserrat, sans-serif;
    line-height: 1.3;
}

.card-body ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
}

.card-body ul li {
    margin-right: 15px;
}