@charset "utf-8";

/* - portfolio styles - */

.contentArea{
	width:805px;
	height:352px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-align: center;
}

#linkHolder{
	width: 610px;
	margin: auto;
}

.portSection{
	font-family: Impact, fantasy;
	color: #000;
	display: block;
	float: left;
	width: 263px;
	height: 200px;
	background: url(../assets/hat.png) no-repeat;
	margin-top: 60px;
	margin-right: 35px;
	text-align: center;
	border: none;
	outline: none;
	text-decoration: none;
}
.portSection:HOVER{
	color: #fff;
}

.portSection span{
	display: block;
	margin-top: 145px;
	font-size: 32px;
}
