/*Home*/

#home{
	height: 820px;
}
.heading{
	font-size: 1.7rem;
}

#pic img{
	width: 200px;
	height: 200px;
}

#intro h2{
	font-size: 1.5rem;
}

/*Portfolio*/
.gallery img{
	width: 250px;
	height: 150px;
	margin: 10px;
}

/* Contact*/

.input{
	width: 80%;
}
#msg{
	width: 70%;
}
#send{
	width: 20%;
}