The way that css files are renamed, and the placement of css style load statements is changed when the frontpage is "cloned" leads to loss of preservation of css "load order", and broken page styles.
In order to fix this, css files should not be renamed, and the placement of the load statements should be preserved within the html frontpage during the "clone".
Cheers!