/* PORTFOLIO */

.grid-item {
	width: 33.2%;
	height: 252px;
	float: left;
	border: none;
	line-height: 0;
	overflow: hidden;
}

.grid-item img {
	margin: 0;
	padding: 0;
	width: 100.1%;
	height: auto;
}

/* PROJECT */

div.project_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.masthead {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100vh;
}

.mast-image {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}

.project_wrapper h1, .project_wrapper h2, .project_wrapper h3 {
/*	margin: 100px auto 75px auto; */
	margin: 20px auto;
	width: 55%;
	text-transform: uppercase;
	text-align: center;
}

.project_wrapper h2 {
	margin: 20px auto;
}

.project_wrapper h3 {
	margin: 20px auto;
}

.project_wrapper p {
	margin: 20px auto;
	width: 55%;
}

.project_wrapper .section_wrapper {
/*	padding: 0 5%;
	width: 90%; */
	width: 100%;
	background: #f7f6f4;
	position: relative;
	z-index: 10;
}

.project_wrapper section {
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
}

.project_wrapper section.overview {
	padding: 120px 0 80px 0;
}

.project_wrapper ul.text, .body_text {
	margin: 0 auto;
	width: 55%;
	font-size: 16px;
	line-height: 38px;
}

.project_wrapper ol {
	margin: 0 auto;
	padding: 0;
	width: 55%;
	list-style: none;
}

.project_wrapper ol li {
	margin: 35px auto;
	font-size: 20px;
	font-weight: 400;
	counter-increment: myCounter;
	display: table-row;
}

.project_wrapper ol li:before {
	content: counter(myCounter) " ";
	font-weight: 900;
	width: 20px;
	display: table-cell;
	border: solid 9px transparent;
}

.project_wrapper section {
	background: #f7f6f4;
	position: relative;
	z-index: 10;
}

.project_wrapper .gallery {
	padding: 0;
}

.feature_image {
/* 	margin: 100px auto; */
	margin: 60px auto;
	display: block;
	line-height: 0;
	font-size: 0;
}

.feature_image_1 {
/* 	margin: 100px auto 0 auto; */
	margin: 60px auto 0 auto;
	display: block;
	line-height: 0;
	font-size: 0;
}

.credit {
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	text-align: center;
}

section.suggestions {
	margin: 0 auto;
	padding: 80px 0 60px 0;
	width: 80%;
}

.suggestions h3 {
	margin: 35px auto 15px auto;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: none;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {

	div.project_wrapper {
		width: 100%;
	}

	.project_wrapper .section_wrapper {
		padding: 0;
		width: 100%;
	}
	
	.project_wrapper section.overview {
		padding: 40px 0;
	}

	.project_wrapper h1, .project_wrapper h2 {
		margin: 20px auto;
		width: 85%;
	}

	.project_wrapper h3, .project_wrapper p {
		margin: 20px auto;
		width: 85%;
	}
	
	.project_wrapper section {
		padding: 10px 0;
	}
	
	.project_wrapper .gallery {
/* 		padding: 20px 0; */
	}

	.project_wrapper ul.text {
		padding: 0 0 0 20px;
		width: 70%;
	}

	.project_wrapper ol {
		width: 85%;
	}
	
	.project_wrapper ol li {
		width: 100%;
		font-size: 17px;
		line-height: 38px;
	}
	
	.project_wrapper ol li:before {
		width: 15px;
	}
	
	.feature_image, .feature_image_1 {
		margin: 40px auto;
	}

}