﻿
/* This color is used for the offset color for text. should be same as the border colors at the bottom */
.text-site {
    color: #BDA82F;
}

/* color behind text on home page */
.tagline {
background: rgba(245, 241, 248, 0.80);
}

.features .icon-box .icon-wrapper {
	background: #E4B969;
}

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(228, 185, 105, 0.49);
}

.navbar-inverse {
    background-color: #684242;			/* background color of the header */
    border-bottom: 5px solid #E4B969;	/* Border color */
}

.navbar-inverse .navbar-nav>.active>a
{
	border-bottom: 3px solid #E4B969;
}

#footer-top {
	border-top: 5px solid #E4B969;
}
