@charset "utf-8";

html {
	background: url(../images/ThickAsThieves_v02.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: rgba(0,0,0,.2);
	width: 100%;
	position: fixed;
	margin: 0 auto;
	height: 100px;
}

.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;
}

/* Mobile Header */

#mobile-header, .mobile-menu {
     display: none;
 }

.logo_div {
	margin-left: 100px;
	margin-top: -20px;
}

.title {
	position: absolute;
	width: 290px;
	margin-top: -4px;
	margin-left: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #606060;
	z-index: 100;
}

.banner {
	position: absolute;
	width: 130px;
	height: 481px;
	z-index: -10;
	margin-top: 100px;
}

.ThickAsThieves_bkg {
	position: absolute;
	width: 100%;
	padding-top: 100px;
}

.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: rgba(0,0,0,.6);
}

.footer_text_div {
	margin-left: -170px;
	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;
}
