/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Logo styling - constrain height and maintain aspect ratio */
#logo img {
	max-height: 65px;
	width: auto;
	height: auto;
	object-fit: contain;
}

