body {
	/* increase for footer use */
  	/*
	bottom: 0; 
    left: 0;
	position: absolute;
    right: 0;
    top: 0;
	*/
    background-image:url('../img/background2.jpg');
    /*background-size:	cover;*/
	background-repeat: no-repeat;
    background-size:	40%;
	background-attachment:fixed;
}
.container
	{
	}
#navbar
	{
	}
.navbar-nav
	{
	/*background-color: 	rgba(248,248,248,1);		*/
    }
.navbar-default .navbar-brand 
	{
	color: rgb(55,96,146);
	font-size: 30px;
	}
.navbar-default 
	{
	font-size: 			20px;
    padding-left:		137px;
	background-color: 	#f8f8f8;
	background-color: 	rgba(248,248,248,1);		
	border: 			none;
	box-shadow: 		0px 5px 10px -5px rgba(0,0,0,1);
	}
.jumbotron
	{
	background-color: 	rgba(255,255,255,0.5);	
	margin-left:		200px;
	border-radius: 		0px;
	min-height:			670px;
	/*opacity: 0.5*/	
	}
li
	{
	}
h2
	{
	color: rgb(55,96,146);
	margin-bottom: 20px;		
	}