/* CSS Document */

body {
	align-content:center;
	align-self:center;
	align-items:center;
	background-color:black;
	background-image:url(../images/alienTree_Background_2015_v03.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	opacity:35%;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(205, 110, 69, 0.75), rgba(0, 0, 0, 0));
}

.gradientBar{
	background: -moz-linear-gradient(left,  rgba(24,44,56,0.65) 0%, rgba(31,16,61,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(24,44,56,0.65)), color-stop(100%,rgba(31,16,61,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(24,44,56,0.65) 0%,rgba(31,16,61,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(24,44,56,0.65) 0%,rgba(31,16,61,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(24,44,56,0.65) 0%,rgba(31,16,61,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(24,44,56,0.65) 0%,rgba(31,16,61,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6182c38', endColorstr='#e61f103d',GradientType=1 ); /* IE6-9 */
	z-index: 3;
	height: 100px;
	position: fixed;
	bottom: 0;
	width:97%;
	padding:15px;
}

.topGradientBar{
	background: -moz-linear-gradient(left,  rgba(31,16,61,0.9) 0%, rgba(24,44,56,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(31,16,61,0.9)), color-stop(100%,rgba(24,44,56,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(31,16,61,0.9) 0%,rgba(24,44,56,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(31,16,61,0.9) 0%,rgba(24,44,56,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(31,16,61,0.9) 0%,rgba(24,44,56,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(31,16,61,0.9) 0%,rgba(24,44,56,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61f103d', endColorstr='#a6182c38',GradientType=1 ); /* IE6-9 */
	z-index: 3;
	height: 52px;
	position: fixed;
	top: 0;
	width:97%;
	padding:15px;
}

@font-face{
	font-family:bankGothic;
	src:url(../fonts/bgothl.ttf);	
}
.footnoteLinks{
	font-family:bankGothic;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#cd6e45;
	z-index: 3;
}

.bodyLogo{
	font-family:bankGothic;
	font-size:14px;
	color:#cd6e45;
	height:100%;
	z-index:4;
}

.addressDetails{
	align:left;
	font-family:bankGothic;
	font-size:12px;
	color:#cd6e45;
	position:fixed;
	bottom:15px;
	z-index: 3;
}

header{
	position:relative;
	top: 15px;
	left: 1%;
}

.mainLinks{
	top:30px;
	left:1%;
	position:relative;
	line-height:2;
	z-index:4;
}

.demoPanel{
	border-radius: 0px 25px 25px;
	background-color: black;
	width: 380px;
	position:absolute;
	top: 75%;
	z-index:1;
	left:6%;
	color:#cd6e45;
}

.clipsPanel{
	border-radius: 0px 25px 25px;
	background-color:black;
	width:380px;
	position:absolute;
	top:75%;
	z-index:1;
	left:36%;
	color:#cd6e45;
}

.techPanel{
	border-radius: 0px 25px 25px;
	background-color:black;
	width:380px;
	position:absolute;
	top:75%;
	z-index:1;
	left:66%;
	color:#cd6e45;
}

h3{
	font-family:bankGothic;
	font-size:18px;
	color:#cd6e45;
	text-align:center;
	font-weight:bold;
}

.mainBodyText{
	position:absolute;
	font-family:bankGothic;
	color:#cd6e45;
	text-align:right;
	font-weight:bolder;
	left:23%;
	top:25%;
	right:15%;
	font-size:16px;
	text-shadow:hsla(0,0%,0%,0.8);
}

.videoDetails{
	/*border-radius: 25px 25px 25px 25px;
	background-color: hsla(225,25%,66%,0.6);*/
	background: -moz-linear-gradient(left,  rgba(126,136,168,0) 0%, rgba(126,136,168,0.7) 5%, rgba(126,136,168,0.7) 95%, rgba(124,134,165,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(126,136,168,0)), color-stop(8%,rgba(126,136,168,0.7)), color-stop(91%,rgba(126,136,168,0.7)), color-stop(100%,rgba(124,134,165,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 8%,rgba(126,136,168,0.7) 91%,rgba(124,134,165,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e88a8', endColorstr='#007c86a5',GradientType=1 ); /* IE6-9 */

	position:absolute;
	font-family:bankGothic;
	font-size:12px;
	color:#cd6e45;
	text-align:left;
	left:0%;	
	top:12%;
	text-shadow: 1px 1px 3px hsla(0,0%,0%,0.8);
	font-weight:bold;/*
	overflow:auto;*/
	width:100%;
	height:480px;
}

.videoSideDetails{
/*	border-radius: 0px 25px 25px 0px;
	background-color: hsla(225,25%,66%,0.6);*/
	position:absolute;
	font-family:bankGothic;
	font-size:12px;
	color:#442112;
	text-align:left;
	left:2%;	
	top:12%;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,1.00);
	font-weight:bold;/*
	overflow:auto;*/
	max-width:20%;
	height:460px;
	padding:5px;	
}
.videoSideDetailsRight{
	position: absolute;
	font-family: bankGothic;
	font-size: 12px;
	color: #442112;
	text-align: left;
	right: 5%;
	top: 12%;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,1.00);
	font-weight: bold;/*
	overflow:auto;*/
	max-width: 20%;
	height: 360px;
	padding: 5px;
}

.videoPanel{
	width: 720px;
	height: 420px;
	position:relative;
	top:2%;
	z-index:2;
	left:23%;
}
.lowerText{
	vertical-align: text-bottom;
	color: #442112;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,1.00);
}

.minorDetails{
	font-family:bankGothic;
	font-size:12px;
	color:#cd6e45;
	text-align:left;
	position:absolute;
	bottom:2%;
}

.bodyLogo {
}


.button {
	position:relative;
	width:100%;
	height:100%;
    padding: 5px;
    border: 0px solid hsla(37,100%,42%,0.26);
    border-radius: 5px/5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
	z-index:8;
	color:#442112;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,0.5);

}
.buttonSm{
	position:relative;
	width:50%;
	height:100%;
    padding: 2px;
    border: 0px solid hsla(37,100%,42%,0.26);
    border-radius: 5px/5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
	z-index:8;
	color:#442112;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,0.5);

}

#makeResumeButton{
	
	position:relative;
	width:100%;
	height:100%;
    padding: 5px;
    border: 0px solid hsla(37,100%,42%,0.26);
    border-radius: 5px/5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
	z-index:8;
	color:#442112;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,0.5);
}

.button:hover {
  background: -moz-linear-gradient(left,  rgba(252,234,187,0) 0%, rgba(252,205,77,0.26) 10%, rgba(248,181,0,0.26) 90%, rgba(251,223,147,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,234,187,0)), color-stop(10%,rgba(252,205,77,0.26)), color-stop(90%,rgba(248,181,0,0.26)), color-stop(100%,rgba(251,223,147,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fceabb', endColorstr='#00fbdf93',GradientType=1 ); /* IE6-9 */

}

.buttonSm:hover {
  background: -moz-linear-gradient(left,  rgba(252,234,187,0) 0%, rgba(252,205,77,0.26) 10%, rgba(248,181,0,0.26) 90%, rgba(251,223,147,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,234,187,0)), color-stop(10%,rgba(252,205,77,0.26)), color-stop(90%,rgba(248,181,0,0.26)), color-stop(100%,rgba(251,223,147,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(252,234,187,0) 0%,rgba(252,205,77,0.26) 10%,rgba(248,181,0,0.26) 90%,rgba(251,223,147,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fceabb', endColorstr='#00fbdf93',GradientType=1 ); /* IE6-9 */

}

.portfolioLinks{
	font-family: bankGothic;
	color: #cd6e45;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	top: 45%;
	right:22%;
	position:absolute;
	z-index: 5;
	letter-spacing: -1pt;
}

.portfolioLinks:link{
	color:#cd6e45;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.portfolioLinks:hover{
	color:#D5A364;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.portfolioLinks:visited{
	color: #B55932;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1pt;
}

a{
	text-decoration:none;
	color:#cd6e45;
	text-shadow: 1px 1px 6px hsla(0,0%,0%,0.8);
}

a:link{
	text-decoration:none;
	color:#cd6e45;
	text-shadow: 1px 1px 6px hsla(0,0%,0%,0.8);
}

a:hover{
	color:#D5A364;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 6px hsla(0,0%,0%,0.8);
}

a:visited{
	color: #B55932;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 6px hsla(0,0%,0%,0.8);
}

.resumeLinks{
	font-family: bankGothic;
	color: #cd6e45;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	top: 45%;
	right:14%;
	position:absolute;
	z-index: 5;
	letter-spacing: -1pt;
}

.resumeLinks:link{
	color:#cd6e45;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.resumeLinks:hover{
	color:#D5A364;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.resumeLinks:visited{
	color: #B55932;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1pt;
}


.contactLinks{
	font-family: bankGothic;
	color: #cd6e45;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	top: 45%;
	right:5%;
	position:absolute;
	z-index: 5;
	letter-spacing: -1pt;
}

.contactLinks:link{
	color:#cd6e45;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.contactLinks:hover{
	color:#D5A364;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -1pt;
}

.contactLinks:visited{
	color: #B55932;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1pt;
}

.textLogo{
	color: #cd6e45;
	font-family: bankGothic;
	font-size: 48px;
	position: fixed;
	left: 2%;
	top: 2%;
	letter-spacing: -4pt;
}

.subLogo{
	color: #cd6e45;
	font-family: bankGothic;
	font-size: 16px;
	position: fixed;
	left: 2%;
	top: 7.5%;
	letter-spacing: 5pt;
}

.clipName{
	color:#442112;
}

.scrollbar
{
	float: left;
	height: 350px;
	overflow-y:auto;
}

.force-overflow
{
	min-height: 350px;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #cd6e45;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/* Start CONTACT Page Styles */

#contactWrapper{
	position:absolute;
	top:12%;
	left:20%;	
	color:#cd6e45;
}

#contactWrapper h3{
	color:#442112;	
}

#sideBarWrapper{
	position:absolute;
	top:14%;
	right:20%;
	color:#cd6e45;
	text-align:right;
	z-index:6;
}