/*!
 * Style sheet for WellBeing
 *
 * Copyright 2017 Samra Nawaz and Vinay R. Acharya
 */

/*.navbar-fixed-top .container-fluid{
	/*background-color: #92D050;*/

/*	background: rgb(255,255,255); /* Old browsers */
/*	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(215,215,215) 75%, rgb(215,215,215) 85%, rgb(230,230,230) 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(215,215,215) 75%,rgb(215,215,215) 85%,rgb(230,230,230) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(215,215,215) 75%,rgb(215,215,215) 85%,rgb(230,230,230) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */


/*	border-color: #FF0000;
	color: white;
}*/

.navbar-inverse/*.navbar-fixed-top*/ .container-fluid a{
	color: white
}

.navbar-inverse./*navbar-fixed-top*/ .container-fluid a:hover{
	color: blue
}

ul.nav.navbar-nav li.active a{
	background-color: white;
	color: black;
}	

.icon-bar{
	background-color: white;

}

.copyright, .copyright a{
	color: white;
	font-style: italic;

}

.copyright a{

	text-decoration-style:  wavy;
	text-decoration:  underline;

}
