body {
	background: #c9cacb;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

article {
	background: #c9cacb;
	width: 960px;
	margin: 50px auto 50px auto;
	padding: 50px;
}

header {
	float: left;
	width: 260px;
	font-size: 14px;
	text-transform: uppercase;
	color: #515151;

}

section {
	float: right;
	width: 600px;
}


footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 50 0 0 0;

}

nav {
	margin: 80px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

nav a {
	display: block;
}

a {
	text-decoration: none;
	color: #515151;
}

a:hover {
	color: #b96c9e;
}

h2 {
	margin: 0 0 30px 0;
}

div#icons {
	text-align: center;
}


div#icons a {
	height: 22px;
	width: 22px;
	display: inline-block;
	margin: 0 10px 0 0;
}

a#twitter {
	background-image: url(../images/twitter.png);
}

a#dribbble {
	background-image: url(../images/dribbble.png);
}

a#instagram {
	background-image: url(../images/instagram.png);
}


div.project {
	float: left;
	margin: 20px 0 0 0;
}

div.alternate {
	float: right;
		margin: 20px 0 0 0;


}


/*Responsive stuff*/

@media screen and (max-width: 1000px) {
	article {
		width: auto;
		margin: 30px;
		padding: 30px;
	}

	header, section {
		float: none;
		width: auto;
	}

header {
	text-align: center;
}

nav {
	margin: 30px 0 30px 0;
}

h2 {
	text-align: center;
}

/*This puts a channel between the images*/
div.project {
	width: 48%;
}

div.alternate {
	width: 48%;
}

/*this forces the images to stretch to the full measure*/
div.project img {
	width: 100%;
}

<!--
div.alternate img {
	width: 100%;

}

@media screen and (max width: 480px) {
	div.project {
		width: 100%;
	}
}

}






