/*
   Homework 7-4
   about me Style Sheet

   Filename:  aboutstyles.css
   Supporting Files: 

*/

body {
	background-image: url(back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* Header Styles */

header img{
   width: 100%;

 
}

header nav {
   position: fluid;
   top: 190px;
   width: 100%;
   z-index: 2;
}

header nav ul li {

   display: block; 
   float: left; 
   width:13%;
   margin: 0px 5px;
   text-align: center;
}

header nav ul li a {
   display: block;
   border: 1px solid red;
   width: 100%;
   background-color: black;
   color: white;
}

header nav ul li a:hover {
   color: red;
}


/* body styles */

body {
	border: 4px dotted yellow;
	min-width: 1100px;
}

h1 {
	position: fluid;
	display: block;
	font-family: Verdana, Geneva, sans-serif;	
	margin-top: 50px;
	text-align: center;
	font-style: italic;
	text-shadow: 2px 2px black;
}

p {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	
	margin-left: 100px;
	margin-right: 100px;
	
}

aside img {
	position: fluid;
	float: right;
	margin: -350px 300px;
}

/* footer style */

footer {
	display: block;
	height: 20px;
	width: 90%;
	border-top-style: dotted;
	border-top-color: gray;
	padding: 10px;
}
