/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body {
	background-color: ivory;
}

.imagen-logo {
	align-content: center center;
}

.imagen-logo img {
	max-height: 350px;
}

@media only screen and (max-width: 1360px) {

	.imagen-logo img {
		max-height: 300px;
	}

}