.heighthack { height: 96px; }


@media only screen and (max-width: 390px)
{
	.heighthack { height: 88px; }
}

.flex-container
{
	position: relative;
	/* background-color: lightblue; */
	max-width: 1100px;
	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%;
}

/* Top Project Name Over Picture Top */
.flex-container > div
{
	padding: 20px;
	height: 50px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.869);
}
.flex-container h1 {
	font-weight: 500;
}

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

hr.horizontal-line
{
	margin-top: 30px;
	border-top: 1px solid rgb(121, 121, 121);
}

h2.project-name
{
	font-family: 'Castoro', serif;
	font-weight: 200;
	font-size: 1.5em;
	color: rgb(3, 3, 3);
}

h3.project-location
{
	font-family: 'Castoro', serif;
	font-size: 1.em;
	font-weight: 200;
	margin-bottom: 20px;
}

p
{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 32px;
	font-size: 1.0rem;
	color: rgb(66, 66, 66);
}

/* ul {} */
li
{
	list-style: none;
	line-height: 30px;
}

/* .project-team-info{ font-family: 'Castoro', serif; font-weight:bolder; text-transform:capitalize; color:black; } */

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

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

/* ============ Make All Links After Project Description, Capitalized =============== */
.project-description a
{
	font-weight: 100;
	text-transform: capitalize;
	color: rgb(66, 66, 66);
}

.project-description a:hover
{
	text-decoration: underline;
	text-decoration-skip-ink: auto;
}

a:not([class]) { text-decoration-skip-ink: auto; }

/* ============ About Link Underline Distance - FIX =============== */
li a.about-link { height: 30px; }
