h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {

	margin-top:0;

	small,
	.small {
		display:block;
		font-style:italic;
		padding-top:$padding-xsmall-vertical;
	}

}

h1 {
	margin-bottom:40px;
}

h5 {
	color:$gray-light;
}

h6 {

    color:$gray-dark;
    margin-top:0 !important;
    text-transform:uppercase;

}

small,
.small {
	font-size:11px;
}