/* 
Theme Name: Iloma 2026
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;
}*/

b, strong{
    font-weight: 900;
}

h3.elementor-heading-title.elementor-size-default{
	font-size:26px;
}