﻿/* features box */

.homeFeatureBox
{
    width: 55.6em;
    height: 30.5em;
}

.WhatisTheBBSA
{
    background-color: #005E73;
    width: 55.6em;
    height: 22em;
}

.homeFeature1
{
    background-image: url(../images/home-banner/home-banner-green.png);
    width: 55.6em;
    height: 22em;
    margin-top: -22em;
}

.homeFeature2
{
    background-image: url(../images/home-banner/home-banner-brown.png); 
    width: 55.6em;
    height: 22em;
    margin-top: -22em;
}

.homeFeature3
{
    background-image: url(../images/home-banner/home-banner-orange.png); 
    width: 55.6em;
    height: 22em;
    margin-top: -22em;
}

.homeFeature4
{
    background-image: url(../images/home-banner/home-banner-red.png); 
    width: 55.6em;
    height: 22em;
    margin-top: -22em;
}

.homeTextContainer
{ 
    height: 20em;
    margin: 0;
}

/* feature buttons */

.buttonFeature1
{
    margin: 0em 0em 0em 0em;
}

.button1
{
    margin: 0em;
}

.buttonFeature2
{
    margin: 0em 0em 0em 0.2em;
}

.button2
{
    margin: 0em 0em 0em 0.18em;
}

.buttonFeature3
{
    margin: 0em 0em 0em 0.2em;
}

.button3
{
    margin: 0em 0em 0em 0.18em;
}

.buttonFeature4
{
    margin: 0em 0em 0em 0.2em;
}

.buttonFeature4
{
    margin: 0em 0em 0em 0.2em;
}

.button4
{  
    margin: 0em;
}
/* Feature Text */

.featureHeadingWhite
{
    color: white;
    font-size: 1.6em;
    padding: 1em 1em 0em 1em;
}

.featureBodyWhite
{
    color: white;
    font-size: 1em;
    padding: 0em 1em 0em 1em;
}

.featureHeadingBlack
{
    color: black;
    font-size: 1.6em;
    padding: 1em 1em 0em 1em;
}

.featureBodyBlack
{
    color: black;
    font-size: 1em;
    padding: 0em 1em 0em 1em;
}


/* Feature images */

img.feature1 
{
	float: right;
	width: 22em;
	height: 22em;
	border-width: 0;
	margin: 0;
	padding: 0em 0em 0em 1em;
}

img.feature2 
{
	float: right;
	width: 22em;
	height: 22em;
	border-width: 0;
	margin: 0;
	padding: 0em 0em 0em 1em;
}

img.feature3 
{
	float: right;
	width: 22em;
	height: 22em;
	border-width: 0;
	margin: 0;
	padding: 0em 0em 0em 1em;
}

img.feature4 
{
	float: right;
	width: 22em;
	height: 22em;
	border-width: 0;
	margin: 0;
	padding: 0em 0em 0em 1em;
}