


header .header-logo								{
	width: 240px; color: transparent;
	background-image: url("/brand/logo.svg"); /* background-image("/brand/"); */
	height: 100%;
	background-position: 	center center;
	background-size:     	240px 51px;
	background-repeat: 		no-repeat;
}


@media (max-width:600px) {
	header .header-button                       { display: none; }
	/* hamburger button or user id later */
	header .header-logo							{ width: 100%; }
}
