/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2023 | 19:07:09 */
/*
style for mobile devices to keep mega menu below banner
can change the padding-top if banner size changes due to text
*/

@media (max-width: 500px) {
	header {
		top: 0;
		padding-top: 45px;
	}
}


