/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #CE1126;
	--cnvs-themecolor-rgb: 206, 17, 38;
	--cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), 0);
	--cnvs-featured-box-bg-dark: #012169;
}

.heading-block h1.custom-h1-2rem {
	font-size: 2rem;
}

.heading-block h1.custom-h1-2rem + span, .heading-block .h1.custom-h1-2rem + span {
	font-size: calc(2rem / 1.5);
}

.network-logo {
	max-height: 30px;
	height: auto;
	width: auto;     /* keeps original aspect ratio */
	flex-shrink: 0;  /* prevents squishing on small screens */
}