/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.is-expanded-menu #header.transparent-header.floating-header .container,.is-expanded-menu .header-misc a  {
    border-radius: 25px;
}
.card-header {
background-size: contain;
    transition: background-size 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-header:hover {
background-size: 30%;
}

