/*footer*/
footer{
	background-color: #000;
	color: #fff;
	clear: both;
	text-align: center;
	height: 15vh;
}

#links img{
	width: 50%;
	text-align: center;
}

.center{
	text-align: center;
}

/*about*/
#quote p {
	text-align: center;
	font-style: italic;
	font-size: 5vh;
	padding-top: 50%;
}

#quotesm{
	text-align: center;
	font-style: italic;
	font-size: 5vh;
}

#name {
	height: 60vh;
}

#name img{
	width: 100%;
	padding-left: 4%;
}

#story {
	margin-bottom: 2%;
}

#story p{
	font-size: 2vh;
}

/*work*/
.big {
	font-size: 2.5vh;
}

#featured img{
	clear: both;
	max-width: 100%;
	border-radius: 5px;
}

#projects {
	clear: both;
}

#projects img{
	max-width: 100%;
	border-radius: 10px;
	padding: 5px;
}

.icons img{
	width: 50px;
	float: right;
}

#about{
	clear: both;
}

