/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 20:45:51 */
div#content {margin-top: -140px;}
header#masthead {
	background: transparent !important; 
	margin-left: 0px !important;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 500;
	transform: translateY(-91px);
	transition: all .4s ease;	
}
header#masthead.is-scrolled {
	transform: translateY(20px);
	background: rgba(253, 250, 246, .7) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(11px);
	padding: 8px 0;
	box-shadow: 0 10px 40px -20px rgba(26, 58, 58, .15);
	
}