#navigation {
	margin-top: 20px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}

#navigation a{
	color: #444;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
}
.link-home {
    background: hsl(200, 75%, 27%) none repeat scroll 0 0!important;
    color: hsl(60, 100%, 50%)!important;
    font-size: 21px!important;
}
.link-portfolio1 {
    background: hsl(330, 100%, 86%) none repeat scroll 0 0!important;
    color: hsl(240, 100%, 27%)!important;
    font-size: 20px!important;
    font-weight: normal!important;
}
.link-about {
    background: hsl(180, 100%, 90%) none repeat scroll 0 0;
}
.link-contact {
    background: hsl(60, 100%, 50%) none repeat scroll 0 0!important;
	  color: hsl(240, 100%, 27%)!important;
    font-size: 20px!important;
}

.back {
    background: hsl(90, 98%, 80%) none repeat scroll 0 0;
}
.under_head {
    color: hsl(240, 100%, 27%);
    font-size: 24px;
    font-weight: bold;
    margin-top: 33px;
}
.about_docs > p {
    color: #252525;
    line-height: 27px!important;
}
.read {
    background:#115779;
    bottom: -56px;
    color: hsl(0, 0%, 100%);
    padding: 7px;
    position: absolute;
}
.read:hover{color:#FFF!important;
text-decoration:none;}


.pink {
    color: hsl(216, 100%, 18%);
    font-size: 18px;
    font-weight: bold!important;
}













