File: index.html
<!-- inverse color -->
<section class="panel-bg-with-text panel-quotes bg-bright">
...
</section>
<!-- aligns text inside of panel on top part - default is center -->
<section class="panel-bg-with-text panel-quotes text-top-align">
...
</section>
<!-- aligns text inside of panel on bottom part - default is center -->
<section class="panel-bg-with-text panel-quotes text-bottom-align">
...
</section>
<!-- removes the blurred background gradient behind text -->
<section class="panel-bg-with-text panel-quotes text-readability-off">
...
</section>