.floorHTML-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.style__dark .floorHTML-title {
  color: #fff;
}  

.floorHTML-text {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.style__dark .floorHTML-text {
  color: #fff;
}  