/*
Theme Name:   Baskerville Child
Description:  child theme for DFM Workers
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     baskerville
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  baskerville-child
*/

/* Write here your own personal stylesheet */
.post.sticky{
	background:#a5a39d;
	
}
.post.sticky .post-excerpt a{
	color:white;
	
}
.post.sticky .post-excerpt p{
	color:white !important;
	
}
.featured-media a img, .featured-media img {
	display:block;
	height: auto;
margin: 0 auto;
max-width: 100%;
	
}
body{
	font-family: "PT Serif",serif !important;
}