@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);




#container {
	width: 100%;
	height: 100%;
	margin: 0px auto 0 auto;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
	overflow: hidden;
}
	#hero-img {
		width: 100%;
		height: 250px;
		background: url('../images/forest.jpg') no-repeat center center;
		background-size: cover;
	}
	
	#profile-img {
		width: 120px;
		height: 120px;
		margin: -60px auto 0 auto;
		border: 3px solid #FFF;
		border-radius: 50%;
		box-shadow: 0 0 2px rgba(90,90,90,.3);
  }
		
	
	
	#content {
		text-align: center;
		width: 600px;
		margin: 0 auto;
		padding: 0 0 0 0;
		
		
		}
	