/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2025 | 00:47:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.footerLogo img {
    filter: invert(1);
}

#content {
	padding-top: 96px;
}

@media screen and (max-width:1200px) {
	#content {
		padding-top: 86px;
	}
}

@media screen and (max-width:767px) {
	#content {
		padding-top: 78px;
	}
}
