@charset "utf-8";

html {
	background: url(../images/demo_reel_bkg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	background-size: auto auto;
	margin: 0;
	padding: 0;
}

.container {
	position: absolute;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

.header { /*all liinks items are for the pdf & resume */
	background-color: rgb(0,0,0);
	width: 100%;
	position: fixed;
	margin: 0 auto;
	height: 100px;
	z-index: 1000;
}

.nav_div {
	margin-right: 100px;
	margin-top: 40px;
}

.nav_items li {
	display: inline-block;
	padding-left: 25px;
	float: right;
}

.nav_items li a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
	color: #606060;
	transition: all 0.4s ease 0s;
}

.nav_items li:hover, .nav_items li a:hover {
	color: #8CC63F;
}

.nav_items li a:active { /* */
	color: #CCC;
}

.logo_div {
	margin-left: 100px;
	margin-top: -20px;
}

/* Mobile Header */

#mobile-header, .mobile-menu {
    display: none;
}

.logo_div {
    margin-left: 100px;
    margin-top: -20px;
}

.title {
	position: absolute;
	width: 400px;
	margin-top: -4px;
	margin-left: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #606060;
	z-index: 100;
}

.content {
	width: 750px;
	height: 860px;
	position: relative;
	top: 150px;
	bottom: 0;
	left: -30px;
	right: 0;
	margin: auto;
}

.profile_pic {
	position: relative;
	/*z-index: 100;*/
	float: left;
}

.about_me_text {
	width: 600px;
	position: relative;
	float: right;
	margin-top: -20px;
    padding-bottom: 130px;
}

.h_style_1 {
	position: relative;
	width: 450px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px;
    line-height: 1.3em;
	letter-spacing: 1px;
	color: #606060;
	z-index: 100;
	padding-top: 10px;
}

.p_style_1 {
	width: 600px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 1.4em;
	letter-spacing: 1px;
	color: #CCC;
	z-index: 5000;
}

.p_style_1 a {
	color: #8CC63F;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer { /* bottom bar all pages*/
	position: fixed;
  	bottom: 0;
  	padding: 1rem;
	height: 25px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(0,0,0);
	z-index: 1000;
}

.p_style_2 {
	width: 600px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 1.4em;
	letter-spacing: 1px;
	color: #CCC;
	z-index: 6000;
}

.footer_text_div {
	margin-left: -100px;
	margin-top: -13px;
}

.footer li { /*bottom bar text*/
	border-right: #606060 solid 2px;
	display: inline-block;
}

.footer li a { /*bottom bar text styles*/
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
	color: #606060;
	transition: all 0.4s ease 0s;
}

.footer ul li:last-child { /*bottom bar border control*/
	border-right: none;	
}

.footer li:hover, .contact li a:hover { /*bottom bar border control*/
	color: #8CC63F;
}

.footer li a:active { /*bottom bar on click*/
	color: #CCC;
}
