/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 15:15:40 */
.hide-header {
	transition: transform 0.5s ease-in-out;
	transform: translateY(-150px) !important;
}
#second-header {
	transition: transform 0.5s ease-in-out;
	transform-origin: translateY(0px);
}