* {
   max-width: 100%;
   max-height: 100%;
   margin: 0;
   padding: 0;
   font-family: 'Open Sans', sans-serif;   
   font-size: 17px;
   color: #fff
}

a {
   color: #f16c49;
}

a#contactlink {
   color: #f16c49;
   font-size: 14pt;
}

a:hover {
   text-decoration: none;
}
a img {
   border: none;
}

body {
	overflow-x:hidden
}

#main_container {
	width: 100%;
	position: relative;
}

nav {
	position: fixed;
	top: 0.1%;
	left: 15%;
	z-index:10000;
}

#nav_items {
	display:none;
}

nav ul li:hover > ul {
	display: block;
}

nav li {
	list-style: none;
	line-height:0;
}

nav ul {
	list-style: none;
}

nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

.iconsdiv ul {
	display: block;
}

.iconsdiv li {
	float: left;
	padding: 50px;
}

li {
	list-style: none;
}

#intro_content {
	position: absolute;
	top: 60%;
	left: 36%;
	width: 100%
}

.center {
 	margin: 5px;
    text-align:center;
    height: 514px;
}

.center_content {
	display:inline-block;
    line-height:1;
}

#employment {
	position: relative;
	top: 0%;
	background-image: url('../images/oddbackground.png');
}

#contactme {
	position: relative;
	top: 0%;
	background-image: url('../images/contact_bg.png');
}

#footer {
	position: relative;
	bottom: 10px;
	background-image: url('../images/contact_bg.png');
}

#footer p {
	font-style: italic;
	font-size: 10pt;
}

.title {
	font-size: 30pt;
	font-weight: bold;
}

.subcontent {
	font-size: 14pt;
	font-style: light;	
}

.evenpanel {
	color: #313131
}

.evenpanel2 {
	color: #313131;
	font-size: 10pt;
}

.headers {
	color: #a3a2a2;
	font-size: 14pt;
}

.blurbcontent {
	color: #555e58;
	font-size: 10pt;
}

.oddpanels {
	color: #fff;
}

.text {
	text-align: left;
}

.employer_name {
	font-style: bold;
	font-size: 15pt;
}

.employment_date {
	color: #c8c8c8;
	font-size: 13pt;
}

.employment_blurb {
	font-size: 10pt;
}

.leftfloater {
	float: left;
}

#contact_info{
	width:23%;
}


#contact_details {
	padding-right: 7%;
}

#cmd {
	color: #f16c49;
}

.screenshots ul {
	display: block;
}

.screenshots li {
	float: left;
	padding: 10px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 0;
}

.overlay {
	position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 600px;
    margin-left: -300px;
}