There is a minor error in the generated html
<section class="hero">
<div class="cont scrollable radial-gradient">
<div class="title">
<img src="res/logo-black.png">
<div class=""description"">. . .</div>
</div>
<div class="buttons"><a href="#main-cont" data-smoothscroll="#main-cont,.overlay" class="continue-btn bounce icon-arrow-down button"></a></div>
</div>
</section>
The quotes for the description class are encoded ( & # 3 4 ; ), so the css styling no longer works.