
body {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #fbf8f4;
}

.container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 414px;
	background-color: #fbf8f4;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.column {
	width: 100%;
	float: left;
	position: relative;
}
a {
	text-decoration: none;
	color: #000!important;
}
a: hover {

}
h3, p, span {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.h3-light {
	opacity: 0.1;
}
p {
	margin-bottom: 0px;
}
.divide {
	padding: 15px 0 0;
}
.double-divide {
	padding: 30px 0 0;
}
.subtitle {
	text-decoration: underline;
}
.h3-margin-top {
	margin-top: 25px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#image-gallery {
	position: fixed;
	height: 100%;
	width:100%;
	background-color: #fbf8f4;
	top: 0px;
	left:0px;
/*	border: 0px solid #3a3a3a;*/
	box-sizing: border-box;
	display: none;
	margin: 0;
}
#image-gallery.active {
	display: block;
}
#image-container {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	width: 100%;
	background-size: cover;
	padding-bottom: 133.33333%;
}
#image-button {
	cursor: pointer;
}
.button {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#close-button {
	/*top: -16px;
	right: -16px;*/
	top: 8px;
	right: 8px;
	line-height: 16px;
	color:#3a3a3a;
}
#next-button {
	top: 50%;
	right: 8px;
	color:#3a3a3a;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#nav-column {
	margin-top:80px;
	width: 200px;
	display: block;
	margin-bottom: 40px;
	padding-left: 2px;
}
#nav-column.active {
	display: block;
}
#nav-column-top {
	margin-bottom: 15px;
}

.info-box {
	width: 100%;
	height: auto;
}

#project-info-container {
	position: relative;
	background-color: #dbdbdb;
	height: auto;
	padding-left: 2px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.project-inner {
	position: absolute;
	width:100%;
	left:0;
	background-color: #dbdbdb;
	z-index: 0;
	
}

.mobile {
	display: block;
}
.desktop {
	display: none;
}

@media (min-width: 740px) {
	body {
		background-color: #ffffff;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	.divide {
		padding: 25px 0 0;
	}
	.double-divide {
		padding: 50px 0 0;
	}
	.column {
		width: 50%;
	}
	.container {
		width: 600px;
		max-width: 600px;
	height: 100vh;

	}
	#nav-column {
		width: 175px;
		padding-left: 0px;

	}
	.info-box, 
	#project-info-container {
		height: 400px;
		padding-bottom: 0px;
		padding-left: 0;
		margin-top: 80px;
	}
	#image-gallery {
		height: auto;
		width: 100%;
		position: absolute;
		margin: 80px 0 0;
		top: 0px;
		left:0px;
		box-sizing: content-box;
	}
	#image-container {
		top: 0%;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	h3, p, span {
		font-size: 15px;
	}
}
@media (min-width: 890px) {
	.container {
		width: 600px;
	}

	h3, p, span {
		font-size: 15px;
	}
	#nav-column {
		width: 175px;
	}
}
/*@media (min-width: 1038px) {
	.container {
		width: 900px;
	}
	.info-box {
		height: 600px;
	}
	h3, p, span {
		font-size: 15px;
	}
}*/
/*@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	#project-info-container {
		height: 800px;
	}
}
*/

