/* html5 styles */

body {
	background-color: #F0E68C;
	}
header {
	background-image: url("./images/weave_background.jpg");
	text-align: center;
	color: #F0E68C;
	}
nav {;}
footer {
	background-image: url("./images/weave_background.jpg");
	height: 100px;
	text-align: center;
	color: #F0E68C;
	font-size: large;
	}
article {
	text-align: center;
	color: #643B0F;
	}
article h2 {
	text-align: center;
	color: #643B0F;
	}
aside {
	display: block;
	padding: 10px;
	width: 400px;
	color: #F0E68C;
	background-color: #643B0F;
	box-shadow: 8px 8px 19px 0px rgba(0,0,0,0.75);
	}
img { 
	border: 5px solid #643B0F;
	box-shadow: 8px 8px 19px 0px rgba(0,0,0,0.75);
	}

nav ul {
	list-style-type: none;
	}
	
nav ul li {
	display: inline;
	}

nav  a {
	font-size: large;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	}
nav a:hover {
	font-weight: bold;
	}
nav  a:visited {;}

}
#page {
	padding: 4em;
	}
