
h1, h2, h3, h4 {
	clear: both;
}

.candleWrapper {
	width: 150px;
	height: 525px;
	margin: 0;
	
	float: left;
	margin: 1.5em;
}

/*.fireCanvas {
	float: left;
	clear: both;
	margin: 0px;
}*/

.candleBodyWrapper {
	width: 150px;
	height: 200px;
	background-color: black;
	float: left;
	text-align: center;
	margin: 0px;
}

.candleBody {
	width: 120px;
	height: 200px;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
