body {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px;
}

header {
	/* background-color: #eeeeee; */
	
	/* padding: 10px 20px; */
}
/* header .container{
display: flex;
	justify-content: space-between;
	align-items: center;
} */
header .logo-slogan-wrapper{
	height: 40px;
	display: flex;
	justify-content: start;
	gap: 5px;
}
header .logo-slogan-wrapper .logo-wrapper{
	height: 40px;
	display: inline-flex;
}
header .logo-slogan-wrapper .slogan-wrapper{
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	display: inline-flex;
}

header .nav-wrapper{
	height: 40px;
	display: flex;
	justify-content: end;
}
/* header .nav-wrapper ul {
	padding: 0 !important;
	margin: 0 !important;
}
header .nav-wrapper ul li{
	height: 40px;
	list-style: none;
	gap: 5px;
	display: inline-flex;
	padding: 0 !important;
}
header .nav-wrapper ul li a{
	line-height: 40px;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	padding: 0 20px;
}
header .nav-wrapper ul li a:hover{
	background-color: #ffffff;
	color: #000000;
} */

/* main {
	padding: 50px;
	background-color: #ffffff;
}

footer{
	background-color: #eeeeee; 
} */

.list-inline {
  font-size: 16px;
}