@charset "UTF-8";

body {
    position: fixed;
	height: 100%;
	width: 100%;
	max-height: 98.5%;
	border-top: 8px solid #595959;
	border-bottom: 8px solid #595959;
}
.bg-video {
  z-index: -100;
}

.fullscreenvideo {
   	/*left: 50%;*/
   	right: 0%;
   	bottom: 0%;
    margin: 0 auto;
    position: absolute;
    /*top: 50%;*/
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
    transform: scaleY(-1);
}
.overlay {
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgb(41,41,41);
    background-color: rgba(41,41,41, .6);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: static;
    /*top: 189px;*/
    margin-top: 129px;
    width: 100%;
    text-align: center;
}

.overlay a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.closebtn {
    position: fixed;
    top: 36px;
    left: 29px;
    z-index: 1;
    visibility: hidden;
    transition: .05s;
}
.header {
	position: absolute;
	z-index: 20;
    right: 29px;
    top: 36px;
    visibility: visible;
    transition-delay: 1s;
    transition: 1s;
	/*background: blue;*/
}
h1 {
	z-index: -10;
	position: fixed;
	margin-top: 60%;
	margin-left: 10%;
	width: 216px;
	height: 198px;
	font-family: urbaniultralight;
	font-size: 48px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: 6px;
	color: #fff;
}
h2 {
	font-family: urbaniultrablack;
	font-size: 38px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -2.9px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
}
h3 {
	font-family: urbaniultralight;
	font-size: 25px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 7.7px;
	text-align: center;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 5px;
}
h4 {
	display: block;
	margin: auto;
	font-family: urbanilight;
	width: 85%;
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	line-height: 36px;
}
h5 {
	font-family: urbanibold;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	color: #2a2a2a;
	margin: 0;
	opacity: .6;
}
.heroText {
	color: #000;
	z-index: -10;
}
.underContructionIMG {
	z-index: 100;
	position: absolute;
	display: block;
	margin: auto;
	max-height: 25%;
	padding-left: 2%;
	margin-left: 6%;
}
.projApp{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	transition: .05s;
}
.vidTitle h2{
	display: block;
	clear: both;
	width: 100%
	text-align: center;
	margin-top: 20px;
}
.projVid {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	transition: .05s;
}
.additionalProjects {
	display: block;
	width: 100%;	
}
.additionalProjects a {
	display: block;
	margin-top: 3px;
	margin-right: 7%;
	margin-bottom: 5px;
	float: right;
}
.tagline {
	line-height: 1.85;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 29px;
}
.aboutPara {
	width: 100%;
	height: 100%;
	margin-top: 29px;
	display: block;
	z-index: 2; 
	line-height: 2.47;
	letter-spacing: 2px;
	text-align: justify;
	margin-top: 29px;
}
.expandArrow {
	margin: 3px 5px 3px 12px;
}
.footer {
	display: block;
	margin: auto;
	margin-top: 29px;
	max-width: 85%;
	margin-bottom: 29px;
	padding-bottom: 29px;
}
.contact {
	display: block;
	float: left;
}
.contact h2 {
	font-size: 29px;
	margin-left: -60px;
	margin-bottom: 0;
}
.contact img {
	display: inline-block;
	padding: 4.5px;
	margin-top: 8px;
	margin-bottom: 58px;
}
.resume {
	display: block;
	float: right;
	padding-right: 8px;
	font-size: 29px;
	width: 130px;
}
.resume img {
	display: block;
	padding: 4.5px;
	padding-right: 0px;
	margin-left: 80px;
	padding-top: 8px;
}
.footerMain {
	position: absolute;
    bottom: 1%;
    /*height: 10px;*/
    width: 100%;
    text-align: center;
    z-index: -100;
}
/*.footerMain h5 {
	text-decoration: none;
}*/
.eedCircleLogo {
	margin-bottom: -9%;
	display: block;

}
.eedCircleLogo img {
	transform: scale(.22);
}
.additionalProjects a h5 {
	color: #CCC;
}

/*@media (max-width: 1525px){
	.fullscreenvideo {
		background-size: repeat;
		max-height: 99%;
	}
}*/

@media (min-width: 850px){
	.container {
		max-width: 800px;
		max-height: 600px;
		margin: auto;
	}
	.header {
		top: 5%;
		right: 22%;
	}
	.underContructionIMG {
		min-height: 10%;
	}
	.closebtn {
		top: 5%;
    	left: 22%;
	}
	.overlay-content { 
		max-width: 800px;
		max-height: 650px;
		margin: auto;
		margin-top: 8%;
	}
	h1 {
		width: 300px;
		margin-top: 15%;
		font-size: 58px;
		letter-spacing: 6px;
	}
	h2 {
		font-size: 48px;
		letter-spacing: -5px;
	}

	h4 {
		font-size: 18px;
		letter-spacing: 7px;
		line-height: 36px;
	}
	.aboutPara {

	}
	.contact h2 {
		letter-spacing: -2.9px;
	}
	.resume {
		letter-spacing: -2.9px;
	}
}

