/* PROJECT */

#project-wrapper {
	margin: 135px 20px 0 30px;
	font-size: 16px;
	opacity: 0;
}

#project-wrapper h1 {
	font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

#description {
	position: fixed;
	width: 30%;
	top: 135px;
	z-index: 2;
}

#images {
	position: absolute;
	left: 30%;
	margin: 0 0 50px 60px;
	z-index: 1;
}

.subtitle {
	margin: 5px 0 30px 0;
}

#images img {
	display: block;
}

#project-wrapper a {
	text-decoration: underline;
	color: #262525;
	line-height: 25px;
	font-family: "Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif;
	font-weight: bold;
}

#project-wrapper a.next:after {
	content: 'Next Project';
}

.project-nav {
	color: #9497a0;
}

/* responsive project page (image flip) */
@media all and (max-width: 1230px) {
	#images img {
		width: 100%;
	}
}

/* responsive project page (navi flip) */
@media all and (max-width: 700px), handheld, (max-device-width: 641px) {
	#description {
		position: relative;
		width: 100%;
	}
	#images {
		position: relative;
		left: 0;
		margin: 165px 0 0 0;
	}
	#images img {
		width: 100%;
	}
}