.content{
	color:rgb(90,90,90);
}

body{
	/*background: linear-gradient(to right, rgb(242, 229,150) , white 25%);*/
}

.myheader{
	/*background-color:rgb(81,148,45);*/
	background: linear-gradient(to right, rgb(67,122,38) 55%, rgb(81,148,45),rgb(67,122,38));
	color: white;
	padding: 2em 2em 2em 2em;
	border-radius:0.3em;
}

.myimage{
	padding:4.5em;
	padding-top:2em;
}

.navigation{
	background-color: rgb(233, 211,91);
	padding: 0.5em;
	border-radius: 0.3em;
}

.text{
	margin-left: 1.5em;
	margin-top: 1.5em;
	line-height:1.8em;
}

.text a{
	color:rgb(67,122,38);
	font-weight: bold;
}

h1{
	font-size:2.2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.2em;
}

li{
	margin-bottom:0.5em;
}

a {
	color:rgb(50,50,50);
}

a:hover
{
	color:rgb(70,70,70);
}

.nav-pills > li.active > a{
	background: rgb(81,148,45);
}

 .nav-pills > li.active > a:hover{
   background: rgb(67,122,38);
 }
 
  .nav-pills > li > a:hover{
   background: rgb(242,229,150);
 }
