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


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*base styling*/

body { 
	
	font-family: helvetica, sans-serif;
	background-color: white;
	margin: 0;
}
h1,h2,h3,h4 {text-align: center;
font-family: 'Nunito', sans-serif;
 font-weight: normal;
}


h2 {font-size: 125%;
}

/*header h1 {
        
		float: right;
		clear: both;
		margin-right: 250px;
		margin-top: -80px;
		font-size: 390%;
		}
	*/
.wrapper {
	width: 900px;
	padding-top: 0px;
	margin: auto;
	background-color: #F5F4E6;

-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

	}
	
.logo {
	position: absolute;
	top: 5px;
	}
	
	.nameofsite {float: right;
margin-right: 70px;
margin-top: -10px;
}

	.banner{
		
		position: fixed;
		width: 100%;
		height: 137px;
		z-index: 3;
		
		/*All the code below is just to get slight gradient effect for the  banner*/
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

		
	}
	
.alignthis {text-align:center;
}


 figcaption {
		
		width: 40%;
	
		text-align: center;
		margin-top: 5px;
		margin-bottom: 30px;
		padding: 5px;
		margin-right: auto;
		margin-left: auto;
	}
	
header  {
	position: fixed;
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 135px;
	z-index: 3;
	}
	
	a:link {color:black;
	text-decoration: none;}
	a:visited {color: white;}
	a:hover {color: black;}
	a:active {color: black;
				}
	
	
	nav ul li {
	    font-family: 'Marko One', serif;
		font-size: 100%;
		display: inline;
		border-right: 2px solid black;
		padding: 10px 20px 10px 20px;
		
		}
	nav  {
	
		width: 700px;
		float: right;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		clear: both;
		border-radius: 50px;
		}
		
		nav ul {margin-top: -5px;
		padding-top: 20px;
		
}
ol, ul {
	list-style: none;
	
	}
 aside ul li { list-style-type:square;
 	padding: 5px;

	
	}
	section.info {
			position: relative;
			top: 130px;
			z-index: 2;
			width: 600px;
			padding-top: 10px;
			margin-bottom: 600px;
			border: 0px solid gray;
			
			}
			
	section.portfolio h2 a {
			
			padding-top: 160px;
	
			}
	section.info h2 a {
			
			padding-top: 160px;
			text-align: center;
			
			}
			
		
			
	/*section.info img {
			margin-top: 75px;
			width: 200px;
			float: right;
			border: 1px red solid;
			clear: both;
			}
			not used */
			section.info p {
			margin: 2%;
			
			
			}
			section.contact h2 a {
			padding-top: 200px;
	
			}
			section.resume h2 a {
			
			padding-top: 160px;
	
			}
			
			section.portfolio img {
			margin-left: auto;
			margin-right: auto;
		
			display: block;
			margin-bottom: 5px;
			border: 6px solid black;
			background: black;
			}
			section.customize h2 a {
			
			padding-top: 160px;
		
			}
			
			section.customize {
				margin-bottom:550px;
				margin-left: 30px;
				}
			
	
			
	section aside {

position: absolute;
width: 280px;
top: 25px;
left: 650px;

border-radius: 10px;
background-color: white;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;


}
	
	footer {
	margin: auto;
	text-align: center;
	background-color: brown;
	width: 100%;
	color: #F5F4E6;
	}
	
		
p span {
	color: red;
	}
	
	/*here is the css for the contact form*/
	
section.contact {
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
background-color: white;
width: 450px;
margin-left: auto;
margin-right: auto;
margin-bottom: 300px;
padding-top: 18px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

}
	



/*this is for the name labels*/
label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 95px;
	text-align: right; font-size: 16px; color: #445668;
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
}

input {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 5px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2;  text-shadow: 0px -1px 0px #334f71;
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

textarea {
	width: 260px; height: 100px; padding: 12px 20px 0px 20px; margin: 0 0 5px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2;  text-shadow: 0px -1px 0px #334f71;
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

input[type=submit] {

	display: block;
	width: 185px; height: 42px;  padding: 10px 10px; margin: 10px 15px 0px 115px;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
	text-transform: uppercase;
}

/*end contact form css*/