/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2025 | 19:11:02 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* update fonts start */
#menu-menu, .jumbotron, h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}
.heading-like-h1 {
	font-size: 64px;
	font-weight: 400;
	line-height: 72px; /* 112.5% */
	letter-spacing: -1.28px;
}
.heading-like-h2 {
font-size: 36px;
font-weight: 700;
line-height: 55px;
}
.heading-like-h3 {
	font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.lead {
	line-height: 1.7;
}
@media(max-width: 768px) {
			.heading-like-h1 {
		font-size: 36px;
			line-height: 1;
	}
		.heading-like-h2 {
			font-size: 24px;
			        line-height: 1.7;
		}
			.heading-like-h3 {
		font-size: 18px;
				        line-height: 1.7;
	}
}
/* update fonts end */

/* update padding on main start */
.page-template-default main#main,
.page-template-page-siblingmenu main#main,
.page-template-page-sidebar main#main,
.single.single-post main#main {
	padding-block-start: min(10vw, 8rem);
}
#customize-theme-controls li h3.accordion-section-title button.accordion-trigger {
    height: unset !important;
}