.scroll-indicator {
	position: absolute;
	width: 100px;
	height: 50px;
	bottom: 10px;
	left: 50%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 35px 0 15px 0;
	text-align: center;
	z-index: 11;
	background: rgba(255,174,0,.8);
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.title {
	text-transform: uppercase;	
	font-weight: 800;
}
#about {
	background: url(../img/cover3.jpg) no-repeat;
	background-size: cover;
}
#about .container {
	background: rgba(47,50,56,0.95);
	padding: 10px;
}
.profile {
	width: 90%;
}
.profile-description {
	color:#fff;
}
.image-left {
	float: left;
	margin: 0 10px;
}
#work {
	background: rgba(47,50,56,0.9);
	height: auto;
}