/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 24 2026 | 06:45:20 */
.blog-post-single.tile-design.has-post-thumbnail .post-thumbnail::after {
    background: #312e2ee0;
}
@media only screen and (max-width:768px){
	h1, h1 a, h1 span{
	font-size:32px !important;
	}
	h2, h2 a, h2 span{
	font-size:26px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
}
@media only screen and (min-width:769px) and (max-width:1024px){
	h1, h1 a, h1 span{
	font-size:35px !important;
	}
	h2, h2 a, h2 span{
	font-size:32px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
}
@media only screen and (min-width:1025px){
	h1, h1 a, h1 span{
	font-size:35px !important;
	}
	h2, h2 a, h2 span{
	font-size:32px !important;
	}
	h3, h3 a, h3 span{
	font-size:20px !important;
	}
	h4, h4 a, h4 span{
	font-size:18px !important;
	}
    .site-branding a {
    font-size: 32px !important;
}
}