﻿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: #F9A825;
}

.fa {
	color: #FDD835;
}

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

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

.features .icon-box:hover .icon-wrapper {
	background: rgba(0, 0, 0, 0.41);
	border-color: rgba(51, 2, 24, 0.5);
}

.navbar-inverse {
    background-color: #2b2d2d;		 /* background color of the header */
    border-bottom: 5px solid #b5b5b5; /* Border color */
}

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

#footer-top {
	border-top: 5px solid #b5b5b5;
}
.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;
}
