/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Description: Child theme for Twenty Sixteen
Author: Your Name
Version: 1.0
*/

/* Custom styling for entry title and date */

.entry-title {
    font-size: 1.4375rem;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.entry-meta {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5em;
    color: #686868;
}

.entry-meta .entry-date {
    color: #686868;
}

p {
    margin: 0 0 1.75em .5em;
    font-size: .8em;
}