﻿body{
		/*background-image: url('../images/background.jpg');*/
}
/* This color is used for the offset color for text. should be same as the border colors at the bottom */
.text-site {
    color: #AE9D65;
}

/* color behind text on home page */
.tagline {
background: rgba(239, 239, 238, 0.80);
}

.features .icon-box .icon-wrapper {
	background: #C09D3F;
}

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(116, 23, 65, 0.50);
}

.navbar-inverse {
    background-color: #666D6D;		 /* background color of the header */
    border-bottom: 5px solid #AE9D65; /* Border color */
}

.navbar-inverse .navbar-nav>.active>a
{
	border-bottom: 3px solid #AE9D65;
}

#footer-top {
	border-top: 5px solid #AE9D65;
}