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

.container {
	padding: 80px 0 0;
	margin: 0 auto;
	width: 100%;
	max-width: 414px;
	background-color: #fbf8f4;
	height: 100vh;
	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: 15px;
	font-weight: normal;
	margin: 0;
}
p {
	margin-bottom: 0px;
}
.divide {
	padding: 15px 0 0;
}
.subtitle {
	text-decoration: underline;
}
.h3-margin-top {
	margin-top: 25px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#image-gallery {
	position: relative;
	background-color: #3a3a3a;
	top: 0px;
	left:0px;
	border: 16px solid #3a3a3a;
	box-sizing: border-box;
	display: none;
	margin-bottom: 50px
}
#image-gallery.active {
	display: block;
}
#image-container {
	position: relative;
	width: 100%;
	background-size: cover;
	padding-bottom: 133.33333%;
}
.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;
	line-height: 16px;
}
#next-button {
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#nav-column {
	width: 175px;
	display: none;
	margin-bottom: 80px;
	padding-left: 2px;
}
#nav-column.active {
	display: block;
}

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

#project-info-container {
	background-color: #dbdbdb;
	height: auto;
	padding-bottom: 150px;
	padding-left: 2px;
	box-sizing: border-box;
}


@media (min-width: 740px) {
	.divide {
		padding: 25px 0 0;
	}
	.column {
		width: 50%;
	}
	.container {
		width: 600px;
		max-width: 600px;
	}
	#nav-column {
		width: 175px;
		padding-left: 0px;
	}
	.info-box, 
	#project-info-container {
		height: 400px;
		padding-bottom: 0px;
		padding-left: 0;
	}
	#image-gallery {


		margin-bottom: 0;
		top: -20px;
		left:-70px;
/*		border: 10px solid #3a3a3a;*/
		box-sizing: content-box;
	}
	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;
	}
}
*/

