<%= render partial: "layouts/forever_style_guide/navigation" %>

Now presenting .hero_simple

With bonus .color_block-trans for easy implementation.

<%= link_to 'Primary Action', "#", class: 'btn btn-lg btn-primary hero_simple-block-cta', title: "Primary Action" %> <%= link_to 'Learn More', "#", class: 'btn btn-lg btn-artisan btn-inverse hero_simple-block-cta ', title: "Learn More" %>

Only have text to work with?

No problem! .hero_simple-sm is here for you.

Need to add something extra?

.hero_simple-sm-action should help.

<%= link_to 'Primary Action', "#", class: 'btn btn-lg btn-link btn-inverse col-lg-2 col-lg-offset-5', title: "Primary Action" %>