.blog-item {
    
    padding-top: 1rem;
    margin-bottom: 2rem;

}
.blog-item header { 
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #000000;
}

.blog-item .excerpt a {
    text-decoration: none;
}

.blog-item a {
    color: #000000;
}


.blog-item a:hover {
    color: #ad7d16;
}

.blog-item a:visited {
    color: #684b0c;
}

.blog-item .date {
    display: block;
    margin-top: 1rem;
}



body.default > div > header {
    margin-top: 2rem;
    margin-bottom: 3rem;
}




.blog-item img {
    padding: 1rem;
    width: 100%;
}

.blog-item {
    justify-content: space-between;
    align-items: center;
}

.blog-item .excerpt p {
    margin-bottom: 0;
}

