/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Header height override to accommodate larger logo */
#header {
	--cnvs-header-height: 160px;
}

/* Logo styling - override framework height constraint */
#header-wrap #logo img {
	height: 140px;
	max-height: 140px;
	width: auto;
	object-fit: contain;
}

