/* 
        \/
  ___  _00 
 (___)(_) 
 //|| ||   

hello there! this ant believes in you. */

* {
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 1024px;
	height: 768px;
	margin: 50px auto 0 50px;
}

header {
	width: 100%;
	height: 15%;
}

nav {
	font-family: "century-gothic", sans-serif;
	width: 100%;
	height: 5%;


}

section {
	width: 100%;
	}

article {
	width: 35%;
	height: 90%;
	float: left;

		}

aside {
			width: 10%;
			height: 90%;
			float: left;
		}

article a {
	display: block;

}


figure {
			width: 50%;
			height: 90%;
			float: left;
		}

	figcaption {
				width: 95%;
				height: 15%;
				margin-top: 61%;
			}

	footer {
		width: 100%;
		height: 10%;
	}

body {
	background-color: floralwhite;
	font-family: "didot";

}

h1 {
	font-family: "didot", "times new roman";
	color: lightblue;
	font-size: 36pt;
	text-align: left;
}

h2 {
	font-family: "didot", "times new roman";
	color: pink;
	font-size: 18pt;
	text-align: left;
}

h3 {
	font-family: "didot", "times new roman";
	color: pink;
	font-size: 16pt;
	text-align: left;
}

img {
	width: 200px;
	float: center;
}

#projectone {
width: 100%
}


ul {
	list-style-type: none;

}

li {
	display: inline;
}

li#KnowMe {
	display: block;
}

li a {
	color: wheat;
}

p {
	float: left;
	font-size: 10pt;
}

.thistle {
	color: thistle;
}
