.navbar-inner{
	background-color: #E6E1DF; 
	background-image: linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -o-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(230,225,223)),
		color-stop(0.54, rgb(255,255,255))
	);
}
#contact{
	background-color: #E6E1DF; 
	background-image: linear-gradient(bottom, rgb(255,255,255) 7%, rgb(230,225,223) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(230,225,223) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(230,225,223) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(230,225,223) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(230,225,223) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(255,255,255)),
		color-stop(1, rgb(230,225,223))
	);
	
}
#contact .copyright-text{
	color:#444444;
}
.navbar .nav > li > a{
	color: #000;
}
.navbar .nav > li > a:hover{
	color: #666;
}

#team h1,#team h2,#team h3,#team  h4,#team h5,#team h6{
	font-weight:350;
}

.navbar-fixed-top {
    border-top: 4px solid #c9af2e;
}
/* .navbar-inner, #contact {
   background-color: rgba(235, 235, 235, 0.9);
} */

.navbar .nav > li > a{
	color: #555555;
	font-weight:bold;
	 padding-right: 65px;
}
.navbar .nav > li > a:hover,a:active{
	color: #42c5f2;
	
}


#team {
	/* background-color: #2F96B4;
    background-color: rgba(47, 150, 180, 0.8);*/
    
    /*background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);*/
}
#team h1,#team h2,#team h3,#team  h4,#team h5,#team h6{
	font-weight:350;
}

.navbar-fixed-top {
    border-top: 4px solid #c9af2e;
	}
.main-div{
	/*min-height:600px;*/
}

