/*My External CSS Page */
/*to add to html insert in header <link href= "csspage.css" rel= "stylesheet" type= "text/css" /> */

@charset "utf-8";

/* ------ Browser reset to zero out margins and padding ------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin: 0;
padding: 0;
}





/*-- End Reset --*/



}

a {text-decoration: none;}
a:link { color: white;}
a:hover {color: white;}
a:visited {color: white;}
a:active {color: white;}


html, body {
	height:100%;
}

body {
    background-image: url('Images/Pattern2.png');
    background-repeat: repeat;
    background-size: auto;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    position: fixed;
    overflow: hidden;
	

}


video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;

 /*-- Interesting Effect
background-image: url('Images/Pattern2.png');
    background-repeat: repeat;
	background-size: cover;    --*/
	background-size: cover;
	

}

html, body {
  height: 100%;
  margin: 0;
}

.container {
  height: 100%;
}

#testnow {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-- Landing Page Specific Below --*/
#landing {
	position: fixed;
	text-align: center;
	left: 43.3%;
	top: 35.3%;
	margin: 0 auto;
	}



.close img {
	margin-left: 928px;
	position:relative;
	margin-top: 10px;
	opacity: 0.8;
	border: 0;
	filter: alpha(opacity=80);
	/*-- Animation Code Causing Errors
	
	-webkit-transition: -webkit-transform .3s;
}

.close img:hover {
	margin-left: 928px;
	position:relative;
	margin-top: 10px;
	opacity: 0.8;
	border: 0;
	filter: alpha(opacity=80);
	-webkit-transform:rotate(90deg); /* Chrome, Safari, Opera
transform:rotate(90deg); --*/
}





	
#homelogo {
	position: relative;
	left: 7px;
	-webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
-webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

#homelogo:hover {
	
	-webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#divide {
	position: relative;
	top: 6px;
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*-- End Landing Page --*/

.menu {
	

}


#menu li {
	font-family: "Helvetica", Arial;
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 35px;
	font-size: 20px;
	padding: 0px;

}

#menu {

	position: relative;
	top: 2px;
	text-align: left;
}


#mainboxportfolio {
	position: fixed;
	left: 50%;
	margin: auto;
	padding: 0px;
	border: solid 2px white;
	width: 960px;
	height: 450px;
	display: block;
	overflow: auto;
	
	
	
}


.mainbox {
	position: fixed;
	left: 450px;
	margin: auto;
	padding: 0px;
	bottom: 250px;
	border: solid 2px black;
	width: 960px;
	height: 450px;
	display: block;
	z-index: -1;
	
	
	
	
}

.mainbox:after {
	background-color: black;
    	opacity: .75;   
    	width: 960px;
	height: 450px;
   	left: 0;
	bottom: 0px;
   	position: absolute;
   	z-index: -1;
   	content: "";
}

#blogcontent  {
	margin: 15px;
        Top: 50%;
	width: 400px;
	height: 450px;
	float: left;
	vertical-align: middle;
}


#portrait {
	float: left;
	
}


#componentWrapper {
	text-align:center;
}



#blog {
	Float: right;
	position: relative;
	top: 150px;
	display: block;
	right: 200px;
        

}

#break {
	right: -45px;
	position: relative;
	alignment-adjust: middle;
	top: 18%;
	display: block;
	opacity: .7;
        

}

p {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	opacity: 0.8;
	color: white;
	filter:alpha(opacity=80);

}



sub {
	text-align: center;
	font-size: 10px;
}

h1 {
	text-align: left;
	font-style: strong;
	font-size: 40px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	
}

hr {

}
    
#soon {
	position: relative;
	text-align: center;
}

#email {
	margin: 10px;
	top: -66%;
	left: -85px;
	position: relative;
	text-align: center;
	font-size: 11px;
}

#inside {
    text-align: left;
    width: 2870px;
    height: 420px;
   
    
}


.footer {

	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	background: #000;
	opacity: 0.95;
	filter:alpha(opacity=95);
	color: #FFF;
	padding-bottom: 5px;
	text-decoration: none;
	height: 25px;
	box-shadow: 1px 0 2px #000000;
	z-index: 2000;
	
}

.footer a{
	padding: 8px 10px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	letter-spacing: 1px;
	color: #e94a4a;
	float: right;
	text-decoration: none;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.footer a:hover{
	text-decoration: underline;
	opacity: 1.0;
	filter:alpha(opacity=100);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

.footer a.left{
	float:left;
}

.footer a.right{
	opacity: 0.5;
	padding: 5px 10px;
	filter:alpha(opacity=50);

}
.footer a.right:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;

}

.footer h3{
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	padding: 8px 10px;
	letter-spacing: 1px;
	color: #FFF;;
	float: right;
	text-decoration: none;
	opacity: 0.65;
	filter:alpha(opacity=50);
	float:left;
}













#header{
	position: absolute;
	z-index: 2000;
	width: 110px;
	top: 90px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#logo{
	position: relative;
	text-decoration: none;
	left: -18px;
}

#header h1{
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	padding-top:23px;
	padding-bottom:23px;
	padding-right:23px;
	padding-left:20px;
	background: #FFF
	opacity: 1;
	filter: alpha(opacity=0);
}
#navigation {
	margin-top: 20px;
	width: 110px;
	display:block;
	list-style:none;
	list-style-type: none;
	z-index:3;
}
#navigation a{
	font-family: 'PT Sans', "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: white;
	display: block;
	background: black;
	opacity: .8;
	filter: alpha(opacity=80);
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 13px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
}
#navigation a:hover {
	background: black;
	opacity: 0.95;
	filter: alpha(opacity=95);
	color: #FFF;
	padding-left: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.panel h2{
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:5px;
}
.panel ul li {
	font-size: 15px;
	padding-left: 5px;
	padding-top: 2px;
	list-style-type: none;
}

.panel p{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: black;
	opacity: 0.9;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 750px;
	max-width: 750px;
	
}
.panel ul li a {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.panel ul li a:hover {
	color: #FFF;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	opacity: .9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.panel{
	width: 950px;
	min-height: 100%;
	position: fixed;
	background-color: #000;
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: 102%;
	left: 0px;
	top: 0px;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.panel:target{
	margin-left: 0%;
	background-color: rgba(0,0,0,0.5);;
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact{
	background: #000;
	color: #fff;
}















#contact {
	opacity: 0.9;
	filter:alpha(opacity=90);
	}
#contact p {
	width: 700px;
	}
#contact p a {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	}
#contact a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	text-decoration: underline;
	}
	
	
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
	width: 90px;
}
#form input:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
	
	
	
	
	
	/*SCROLL*/
.scroll-pane{
	width: 100%;
	height: 500px;
	overflow: auto;
}
.horizontal-only{
	height: auto;
	max-height: 200px;
}
#content{
	right: 40px;
	left: 130px;
	top: 30px;
	position: absolute;
	padding-bottom: 30px;
	width: 790px;
	height: 900px;
}



