/* Enter Your Custom CSS Here */

.site-description {
    color: #b71818!important;
    font-size: 36px!important;
	text-shadow: 1px 1px 1px #000;
}

@media screen and (max-width: 979px)
{
	.site-description {
		font-size: 29px!important;
	}
}

@media screen and (max-width: 880px)
{
	.site-description {
		font-size: 21px!important;
	}
}
@media screen and (max-width: 750px)
	{
	.site-description {
		font-size: 15px!important;
	}
}
@media screen and (max-width: 691px)
	{
	.site-description {
		font-size: 12px!important;
	}
}