Flashed messages, such as "Welcome." and "Ciao!" do not appear in the correct locations -- they are hidden behind the hero image.
The HTML for them looks as follows:
<!-- flashed messages //-->
<div class="container">
<div class="row" id="messagesbox">
<div class="alert alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
Welcome.
</div>
</div>
</div>
<!-- end of flashed messages //-->which seems to represent the current #HKCCP set of elements, and we're loading a copy of its styles.css.