LARGE heading text

sub heading text

sub-sub heading text

is this even a heading? woaw

fonts

Topping bear claw lemon drops. Cake powder gingerbread. Powder halvah powder danish. Cookie gingerbread muffin wypas cake marzipan dessert. Pastry jelly beans tootsie roll dessert wypas gingerbread pastry candy toffee. Sweet roll cupcake halvah. Gingerbread cotton candy tiramisu muffin carrot cake chocolate sweet roll donut. Applicake toffee halvah toffee dragée toffee candy canes sesame snaps cheesecake. Sweet powder lollipop apple pie candy halvah chupa chups croissant. Jelly beans bear claw soufflé apple pie. Gummies ice cream marzipan tootsie roll wypas carrot cake. Bonbon lemon drops candy gummi bears lemon drops lollipop. Powder caramels jelly.

Strong

Emphasis

Bold

Italic

If you want to use the accent colour, set class="accent"

pivots

var defaults = {
		animationDuration: 350,
		headerOpacity: 0.25,
		fixedHeaders: false,
		headerSelector: function (item) { return item.children("h3").first(); },
		itemSelector: function (item) { return item.children(".pivot-item"); },
		headerItemTemplate: function () { return $("<span class='header' />"); },
		pivotItemTemplate: function () { return $("<div class='pivotItem' />"); },
		itemsTemplate: function () { return $("<div class='items' />"); },
		headersTemplate: function () { return $("<div class='headers' />"); },
		controlInitialized: undefined,
		selectedItemChanged: undefined
	};

$(function () {
	$("div.metro-pivot").metroPivot(defaults);
});