.h1 {
    font-family: "Roboto Slab",sans-serif !important;;
    font-size: 2.8em !important;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.blog-title {
    font-family: "Roboto Slab",sans-serif !important;;
    font-size: 3.2em !important;
    font-weight: 900;
    text-align: center;  
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.blog-title a {color: #D51900 !important; }

body a:hover {
	color: #5D51900  !important;
	text-decoration: none;
}

.blog-title a:hover { color: #D51900  !important; }

.blog-description {
    font-size: 1.5em !important;
    line-height: 110%;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: 20px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}