@charset "utf-8";
/* CSS Document */


body{
	background-image: url("../images/background.jpg");
	background-color: black;
   	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.name {
	font-family: "Papyrus","georgia","tahoma";
	font-size: 40px;
	color: blue;
	text-align: center;
	text-shadow: 2px 2px gray;
	margin: 0;
	background-color: black;
	z-index: 1000;

}
.da-slider{
	width: 1000px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/*background: transparent url(images/hiresskyline1.jpg);*/
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	margin-top: -25px;
	z-index: -999;
}

.list-nav {
  	list-style:none;
 	margin:20px auto;
 	padding:0;
	postion:absolute;
        max-width: 80%;
	margin-left:12.5%;
	margin-right:12.5%;
	
}

.list-nav li {
  	display:inline;
}

.list-nav li a {
	font-family: "myriad pro","georgia","tahoma";
	font-size: 24px;
	text-color: #000;	
  	text-decoration: none;
  	padding:5px 0;
  	width:20%;
	height: 60px;
  	background: none;
  	color: #03F;
  	float:left;
  	text-align:center;
  	/*border-left:20px solid #fff;*/
	border-bottom: 5px solid white;
	background-color: white;
	border-bottom: 5px solid blue;  
	
}

.list-nav li a:hover {
  /*background: #0CF;*/
  color:#000;
  font-weight: bold;
  font-size: 25px; 
  text-decoration: underline;
  border-bottom: 10px solid black;  
}


#social{
	float: left;
	margin-top: -320px;
	position: fixed;
	list-style: none;
}

#social li img {
	width: 60px;
}

#social li img:hover {
	-webkit-transform: scale(1.25);
   	-moz-transform: scale(1.25);
}
#nav {
  left: -40px;
  list-style: none;
  position: fixed;
  top: 360px;
}
#nav li {
  margin-bottom: 2px;
}
#nav a {
  background: #ededed;
  color: #666;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#nav a:hover {
  background: #dedede;
}
#nav .current a {
  background: #666;
  color: #ededed;
}
.current {
  background-color: red;
}
#container {
  margin: 0 auto;
  max-width: 80%;
  position: relative;	
}

#drexlogo {
	width: 300px;
	float: left;
}
.section {
  border-bottom: 5px solid #ccc;
  padding: 20px;
  word-wrap: break-word;
}
.section p:last-child {
  margin-bottom: 0;
}
.section img {
	float: right;
}
.background {
	background-color: white;
	max-width: 75%;
	margin-left:12.5%;
	margin-right:12.5%;
	
	}

.codeblock {
	width: 90%;
	height: 30em;
	padding: 0.5em;
	/*padding-right: 20px;*/
	/*margin: auto;*/
	border: solid black 1px;
	overflow: auto;
	margin-left: 40px;
	margin-bottom: 20px;

}

#education4 {

	padding-bottom: 20px;	
}

table tr td img{
	width: 400px;
}

#mouse {
	width: 90%;
}

.quote {
	font-family:'Shadows Into Light', cursive;
}

#right {
	text-align: right;
}

#cvdownload img:hover {
    -webkit-transform: scale(1.10);
    /*-ms-transform: scale (1.10);*/
   	-moz-transform: scale(1.10);
    /*transform: scale(1.10);*/   
}

#cvdownload img:active {
        -webkit-transform: scale(.95);
   	-moz-transform: scale(.95);
}


/*#cvdownload img:hover {
    width: 110%;
    height: 110%;*/
}