.projectContainer {
	position: relative;
	width: 100%;
	text-align: center;
}
.projectBox {
	position: relative;
	width: 43%;
	min-width: 230px;
	height: auto;
	vertical-align: top;
	display: inline-block;
	margin: 25px 1vw;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	-webkit-filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
	filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
}
.projectData {
	position: relative;
	width: 90%;
	aspect-ratio: 3 / 2;
	margin: 15px auto;
	overflow: hidden;
}
.projectData a:hover > img {
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
	opacity: 0.8;
}
.projectData img {
	max-width: 110%;
	max-height: 110%;
}
.projectInfoContainer {
	position: relative;
	width: 100%;
	vertical-align: top;
}
.projectInfoLeft {
	position: relative;
	width: 58%;
	float: left;
	vertical-align: top;
}
.projectInfoRight {
	position: relative;
	width: 35%;
	float: right;
	vertical-align: top;
}
.projectInfoRight p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: calc(100% - .1vw);
	color: #111111;
	line-height: 140%;
}
.projectInfoRight p a {
	color: #111111;
	text-decoration: underline;
}
.projectBold {
	font-weight: 600;
}
.returnLink {
	margin-top: 44px;
	margin-bottom: 44px;
}
.projectInfoImage {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	vertical-align: middle;
	overflow: visible;
}
.projectInfoImage img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin: auto;
	display: block;
	border: solid 1px #999999;
	-webkit-filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
	filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
}
.projectInfoThumbs {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 85px;
	margin-top: 20px;
}
.projectInfoThumbs img {
	width: auto;
	height: 70px;
	margin: 12px 4px;
	display: inline-block;
	border: solid 1px #999999;
	-webkit-filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
	filter: drop-shadow(3px 3px 9px rgba(0,0,0,0.4));
}
.projectInfoThumbs img:hover {
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
	opacity: 0.8;
}
.projThumb {
	cursor: pointer;
}
#productDetails {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.94);
	display: none;
	z-index: 100;
}
#productClose {
	position: relative;
	width: auto;
	max-width: 1000px;
	padding: 28px 28px 0px 28px;
	margin: 2vh auto auto auto;
	text-align: right;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}
#productImage {
	position: relative;
	width: 90%;
	max-width: 1000px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
}
#productImage img {
	position: relative;
	max-width: 100%;
	max-height: 80vh;
	padding: 0px;
	margin: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
	border: solid 10px #FFFFFF;
	border-radius: 2px;
	display: inline-block;
}
#projectMain {
	cursor: pointer;
}
#projectMain:hover {
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
	opacity: 0.8;
}

@media only screen and (max-width: 960px) {
	.projectInfoLeft, .projectInfoRight {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: auto;
	float: none;
	vertical-align: top;
	}
	.projectInfoThumbs {
	margin-bottom: 0px;
	}
	.projectInfoThumbs img {
	height: 60px;
	}
	.projectInfoRight h2, .returnLink {
	text-align: center;
	}
	.projectInfoRight p {
	text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.projectBox {
	width: 86%;
	}
}