@charset "UTF-8";
/* CSS Document */

/* main styles below */

/*
L GREEN   rgba(153,204,102,1)
D GREEN   rgba(51,102,51,1.00)
BLUE   rgba(153,204,255,1) rgba(194,224,255,1.00) <--nav bar color   rgba(12,106,200,1.00)
YELLOW   rgba(204,153,51,1.00)
ORANGE   rgba(204,102,51,1.00)
BROWN   rgba(102,51,0,1.00)
*/

/* =============================================================================basic stuff */

body{background: rgba(153,204,102,1);
	margin: 0px;
	padding-top: 80px;
}

#home_banner{width: 100%;
			height:500px;
			background:url("../images/grassland/tree.jpg") no-repeat scroll center center / cover;
			padding-top: 100px;
	background-attachment:fixed
}

/* =============================================================================typefaces/fonts */
h2{
	background-color:rgba(197,226,169,1.00);
	color:rgba(51,102,51,1.00);
}

/* =============================================================================button stuff */

button {
	color: #FFFFFF;
	background-color: rgba(12,106,200,1.00);
}

button:hover {
	color: #FFFFFF;
	background-color: #54A854;
}

.clearfloats{clear:both;}

/* =============================================================================duo box and fast facts box */

#duo_container{width: 1160px;
	height:800px;
	background:white;
	margin: auto;
	border-radius:20px;
}

.single_interior{width:1120px;
	height:760px;
	margin:auto;
	background:rgba(153,204,102,.15);
	color:rgba(0,0,0,1.00);
	padding:20px;
	border-radius:20px;
}

.ff_interior{width:373px;
	height:380px;
	background:rgba(51,102,51,1.00);
	color:rgba(255,255,255,1.00);
	padding:0px 20px;
	content-align:center;
	margin-bottom:0px;
	border-radius:20px;
}

