﻿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: #8B8852;
}

/* color behind text on home page */
.tagline {
background: rgba(239, 239, 238, 0.80);
}

.features .icon-box .icon-wrapper {
	background: #506E74;
}

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(28, 57, 63, 0.50);
}

.navbar-inverse {
    background-color: #5A2738;		 /* background color of the header */
    border-bottom: 5px solid #8B8852; /* Border color */
}

.navbar-inverse .navbar-nav>.active>a
{
	border-bottom: 3px solid #8B8852;
}

#footer-top {
	border-top: 5px solid #8B8852;
}