@CHARSET "UTF-8";

picture > img {
	max-width: 100%;
	max-height: 100%;
}

img.navbar-brand,
a.navbar-brand img {
	max-height: 3em;
	width: auto;
}

img.navbar-brand {
	box-sizing: content-box;
}

.icon-link > picture {
	width: 1em;
	height: 1em;
}

.icon-link > picture > img {
	vertical-align: unset;
}

.w-1em {
	width: 1em !important;
}

.w-2em {
	width: 2em !important;
}

.w-3em {
	width: 3em !important;
}

.h-1em {
	height: 1em !important;
}

.h-2em {
	height: 2em !important;
}

.h-3em {
	height: 3em !important;
}