
/*
     IT 270 Final Project

      Home Page Styles
      Author: Gregory Miler
      Date:   1/22/2016

      Filename:         home.css
      Supporting files: 


*/

/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}

/* Header styles */

header {
	font-family: Garamond, Courier, sans-serif;
	display: block;
	width: 95%;
	margin: 5px auto;
}


header img {
	height: 280px;
	width: 68%;
	float: left;
	margin-left: -2%;
	border-radius: 15px;
}

div.nameCard {
	color: indigo;
	float: right;
	width: 31%;
	border-radius: 25px;
	margin-top: 30px;
	background-color: moccasin;
	border: 1px solid black;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

h1 {
	font-size: 2.6em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
	text-align: center;
}

/* Navigation styles */

nav {
	float: left;
	width: 100%;
	margin: 10px 1% 10px 1%;
}

nav li {
	display: block;
	width: 11%;
	margin-left: 1%;
	margin-bottom: 5px;
	float: left;
}

nav li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: vivaldi;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: 
}

li a:hover {
	background-color: 
}

/* Body styles */

body {
	font-family: Garamond, Geneva, sans-serif;
	background-color: navajowhite;
	background-image: url(fleur.jpg);
	background-size: 25%;
	min-width: 900px;
	max-width: 1200px;
	}
	
article {
	width: 50%;
	height: 50%;
	overflow: scroll;
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	margin-left: 335px;
	margin-top: 200px;
	text-align: left;
	padding-left: 15px;
	background-image: url(savour5.jpg);
	border: 1px solid black;
	border-radius: 10px;

}

article h1 {
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
}
/* Footer styles */
footer {
	background-color: 
	color: rgb(55, 25, 30);
	text-align: center;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	right: 50px;
	position: fixed;
	bottom: 0px;
	min-width: 900px;
	max-width: 1000px;
	
	}