

/*
 * HEADING CONTENT
 */

div.heading-content
{
	padding: 40px 0;
}


/**
 * FEATURE BLOCKS
 */

div.features div.feature-background
{
	flex-grow: 1;
	width: 420px;
}

div.features div.feature-background:first-child,
div.features div.feature-background:last-child
{
	flex-grow: 2;
}

div.features div.feature-background div.feature
{
	background-image: url('../images/feature.png');
	background-repeat: no-repeat;
	background-position: 50% 20px;
	padding: 75px 50px 30px;
	width: 320px; /* 420px - 2x50px = 320px */
}

div.features div.feature-background div.feature a
{
	color: white;
}

div.features div.feature-background:first-child div.feature
{
	float: right;
	text-align: center;
}

div.features div.feature-background:last-child div.feature
{
	float: left;
	text-align: center;
	
}

div.features div.feature-background div.feature h3
{
	text-transform: uppercase;
	text-align: center;
	font-size: 12pt;
}