/* Palette sampled from the Adya logo: cyan blue, royal indigo and soft ice blue. */

	.logo-brand{display:block!important;width:220px;height:auto}
	.logo-brand img{display:block;width:100%;height:auto;max-height:50px;
		object-fit:contain;object-position:left center}
	
	
	@media(max-width:575px){
		.logo-brand{width:180px}
	.logo-brand img{max-height:42px}}
