/* 
Theme Name: Funi 2025
Template: hello-elementor
*/

/* Add your custom styles here */

#stickyheaders{
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}

.headerup{
	transform: translateY(-105px); /*adjust this value to the height of your header*/
}

#stickyheaders.bg-sticky{
	background-color: #111;
}

h2 a{
	font-weight: bold;
}