body 
{
	font: normal 16px 'Muli', Helvetica, sans-serif;
	color: #221f20;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

::-moz-selection 
{ /* Code for Firefox */
  color: white;
  background: #221f20;
}

::selection 
{
  color: white; 
  background: #221f20;
}

p a
{
	text-decoration: underline;
}

h2, h3, h4
{
	text-transform: capitalize;
	font-family: 'Muli', sans-serif;
}

h2
{
	font-weight: bold;
}

h4
{
	font: bold 18px 'Muli', Helvetica, sans-serif;
	margin-top: -5px;
	margin-bottom: 14px;
}

b
{
	font-family: 'Muli', sans-serif;
	font-weight: 900;
}

a 
{
	color: #221f20;
}

li
{
	line-height: 19px;
}

#header a:hover, p a:hover
{
	color: white; 
	background: #221f20;
	cursor: cell;
}

#subHeader a
{
	text-decoration: underline;
	line-height: 20px;
}

#name
{
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 18px;
}

#footer
{
	font-size: small;
}

#footer a:hover
{
	color: white; 
	background: #221f20;
	cursor: cell;
}


.project
{
	height: 400px;
	border: 1px solid #221f20;
	border-right: 0;
	background-position: left top;
	background-size: cover;
	margin-bottom: 57px;
	margin-right: -1px;
	cursor: help;
}

.projectDescription
{
	color: #221f20;
	position: absolute;
	width: calc(100% + 2px);
	font-size: 14px;
	top: 399px;
	left: 0px;
	border: 1px solid #221f20;
	border-top: 0px;
	background: white;
	margin: 0px 0px 0px -1px;
	padding: 20px;
	text-transform: capitalize;
	z-index: 2;	
}

.projectDescription b, #appTitle
{
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 16px;
}

.projectDescription:before
{	
	position: absolute;
	width: 30px;
	height: 30px;
	top: -16px;
	left: 20px;
	border: 1px solid #221f20;
	border-bottom: 0;
	border-right: 0;
	background: white;
	content: "";
	transform: rotate(45deg);
	z-index: -1;
	
}


.projectDescription:hover, .projectDescription:hover:before

{
	color: #221f20;
	text-decoration: underline;
}



#projectContainer
{
	border-right: 1px solid #221f20;
	border-bottom: 2px solid #221f20;
	background: #221f20;
	z-index: -2;
}

.app
{
	border: 1px solid #221f20;
	border-radius: 5px;
	box-shadow: 0px 2px 0px #221f20;
}

.app:hover
{
	color: white; 
	text-decoration: underline;
	background: #221f20;
	cursor: e-resize;
}

#back a:hover
{
	cursor: w-resize;
}

.videoContainer
{
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}

.video
{
	position: absolute;
	
	min-width: 102%; 
	min-height: 102%; 
	
	width: auto;
	height: auto;
	
	top: 51%;
	left: 51%;
	transform: translate(-51%,-51%);	
}

.gallery
{
	height: 250px;
	border: 1px solid #221f20;
	border-right: 0;
	background-position: left top;
	background-size: cover;
	margin-bottom: -1px;
	margin-right: -1px;
}



@media only screen and (max-width: 767px) 
{
	
	.project
	{
		height: 280px;
	}
	
	.projectDescription
	{
		top: 279px;
	}
	
	.gallery
	{
	height: !important 150px;
	}
	

}














