/* Add here all your CSS customizations */
#header, #header .header-body {
	min-height: auto !important;
}
#header .header-column {
	display: initial;
}
#header .header-logo {
	width: calc(100% - 61px) !important;
	height: auto !important;
	float: left !important;
}
#header .header-logo img {
	margin: 0 !important;
}
#header .header-btn-collapse-nav {
	margin: 5% 0 8px 15px;
}
#header > div > div > div > div:nth-child(1) {
	flex: 1;
}
@media screen and (min-width: 992px) {
	#header .header-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#header .header-logo {
		width: 90% !important;
		height: auto !important;
		float: left !important;
	}
}