#masthead {
	background: #F8F6EE url(https://wizathon.com/project-hug/masthead-bg.jpg) no-repeat ; 
}



/* customize colors for button, names and participant page */
a.rounded-button, .form-button {
    background-color: #7f163e;	
}

a {
	color: #7f163e;
}

#participant_name {
	color: #7f163e;
}

.meter > span {
	background-color: rgb(127, 22, 62);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(127, 22, 62)),
	  color-stop(1, rgb(198, 28, 77))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(127, 22, 62) 37%,
	  rgb(198, 28, 77) 69%
	 );
}


