.color-half{
	transition: opacity 4s linear;
	opacity: 0.5;
}

.color-hide{
	opacity: 0;
}

.heat-hide {
	opacity: 0;
	transform: scale(0.1);
}

.heat-show {
	opacity: 1;
	transform: scale(1);
	transition: all 4s linear;			
}

.label-text{
	font-size: 20px;
}