/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 08:54:00 */
html {
  font-size: 14px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0D1C3F;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0D1C3F;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0D1C3F;
}

h4,h5 {
	font-size: 16px;
	font-weight: bold;
	color: #0D1C3F;
}

@media screen and (min-width:991px) {
	html {
	  font-size: 16px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4,h5 {
		font-size: 18px;
	}
}