.heighthack { height: 88px; }

#image-top
{
	padding-top: 88px;
	width: 100%;
	height: 400px;
}

/* div.imgfilter { filter: saturate(.5); } */

.flex-container
{
	position: relative;
	/* background-color: lightblue; */
	max-width: 100%;
	height: 300px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* Main content section project description and pictures */
.project-description
{
	padding-top: 30px;
	max-width: 1100px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.flex-container ul { margin-left: 30px; }
.flex-container h1,h2,h3 { margin-bottom: 20px;}
h1, h2, h3, h4 {font-weight: 500;}
.project-description p, .project-description ul
{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 40px;
	font-size: 1.0rem;
	color: rgb(66, 66, 66);
}

@media only screen and (min-width: 800px)
{
	#image-top
	{
		padding-top: 0rem;
		width: 100%;
		height: 600px;
	}
}

@media only screen and (min-width: 700px)
{
	.flex-container
	{
		height: 400px;
		background-size: cover;
	}
}

@media only screen and (min-width: 1187px)
{
	#image-top
	{
		padding-top: 0rem;
		width: 100%;
		height: 600px;
	}
	
	.flex-container
	{
		height: 400px;
		background-size: 100% 100%;
	}
	
	.heighthack
	{
		padding-top: 0rem;
		margin-top: 0px;
		width: 100%;
		height: 0px;
	}
}