#header { background-image: url('../img/bg-bookademo.jpg');
	background-position: bottom;
	color: white;
}

.overlay-block {
	opacity:.7;
	filter: url(~"data:image/svg+xml;
    utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	background:  #ac3490;
	background: -webkit-linear-gradient(to left, #c02238, #ac3490 );
	background:  linear-gradient(to right, #c02238, #ac3490);
}

#header h1 { position:relative; color: white;}

#bookdemothanks {
	display: none;
}

input {
	height: 2rem;
}
