.header {
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	height: 55px;
	top: 0px;
	position: fixed;
	z-index: 3;
	max-width: 1920px;
}

.header-background {
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	height: 55px;
	top: 0px;
	position: fixed;
	z-index: 2;
}

.header-home-button {
	border: none;
	cursor: pointer;
	display: inline-block;
	width: auto;
    margin: 0;
    padding: 10px 15px 0px 15px;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.5;
}

.header-home-button:hover {
	background-color: #f2f2f2;
}

.header-color {
	background-color: #ffffff;
	color: #000000;
}