﻿body{
		/*background-image: url('../images/background.jpg');*/
		background-color: white !important;
}
/* This color is used for the offset color for text. should be same as the border colors at the bottom */
.text-site {
    color: #F9A825;
}

.fa {
	color: #FDD835;
}

/* color behind text on home page */
.tagline {
background: rgba(239, 239, 238, 0.80);
}

.features .icon-box .icon-wrapper {
	background: #004000;
}

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(0, 64, 0, 0.50);
}

.navbar-inverse {
    background-color: rgb(0, 64, 0);		 /* background color of the header */
    border-bottom: 5px solid #FDD835; /* Border color */
}

.navbar-inverse .navbar-nav>.active>a
{
	border-bottom: 3px solid #FDD835;
}

#footer-top {
	border-top: 5px solid #FDD835;
}
.navbar>.container .navigation-wrapper .navbar-collapse a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
 }

.nav-contact, .nav-contact a {
	color: #fff;
}

.active a{
	color: #FDD835 !important;
}
