/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 08:50:28 */
/* 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 */ 

/* fonts updates start */
body p,
body .lead {
	line-height: 1.7;
}
h1.jumbo-header, .jumbo {
	font-size: 96px;
	line-height: 92%;
	text-transform: uppercase;
	margin-top: 15px;
}
.menu-item a {
	font-size: 16px;
	line-height: 150%;
}
h1, .heading-like-h1 {
	line-height: 100%;
	text-transform: uppercase;
}
h2,.heading-like-h2 {
	line-height: 150%;
}
.heading-like-h2 {
	font-size: 32px;
}
h3, .heading-like-h3 {
	line-height: 120%;
}
h4, .heading-like-h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.lead {
	font-size: 20px;
	margin-bottom: 15px;
}
.small {
	font-size: 12px;
}
.info, .muted {
	font-size: 17px;
}
.heading-like-h3 {
	font-size: 24px;
}
.heading-like-h1 {
	font-size: 60px;
}
.heading-like-h1, .heading-like-h2, .heading-like-h2 {
	font-weight: 600;
}
@media(max-width: 1449px) {
	h1.jumbo-header, .jumbo {
  font-size: 7rem;
  line-height: 120%;
}
}
@media (max-width: 991px) {
	h1, .heading-like-h1 {
		font-size: 4.2rem;
	}
	h1.jumbo-header, .jumbo {
		font-size: 6.4rem;
	}
}
@media (max-width: 768px) {
	h1, .heading-like-h1 {
		font-size: 3.2rem;
	}
	h1.jumbo-header, .jumbo {
		font-size: 4.2rem;
	}
	h2, .heading-like-h2 {
		font-size: 2.4rem;
		margin: 15px 0 20px 0;
	}
	h3, .heading-like-h3 {
		font-size: 2rem;
	}
}
/* fonts updates end */
.page main#main {
	padding: 0;
  padding-block: min(10vw, 4em);
}
.single main#main {
	padding: 0;
  padding-block: min(10vw, 7em);
}