/* header */
.header {
	background-color: #eeeeee;
}
.header-logo {
	/* size and link of logo */
	width: 160px;
	height: 54px;
	background-image: url("/static/logo.png");
}

/* menu */
.menu, .icon-burger .line {
	/* color for menu and burger button */
	background-color: #d20a0f;
}

/* scheme view */
.scheme-view-header {
	background-color: #0072ce;
}
.scheme-view-content {
	/* background color of content*/
	background-color: #89ac76;
}

/* buttons */
.link-button {
	color: white;
	background-color: #4d4d4d;
}
.add-button {
	color: white;
	background-color: #d20a0f;
}

/* hide demo projects */
.demo-marker {
 display: none;
}
