@charset "UTF-8";
/* CSS Document */
body
{background-color:blanchedalmond;}

div.banner
	{background-color:#B284AC;
	height: 200px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	justify-content: center;
	padding-top:25px;}

div.container
	{background-color:#85B2A0;
	height: 600px;
	position:fixed;
	top:0px;
	left:25%;
	width:50%;
	justify-content: center;
	padding-top:25px;
	margin-top:225px;}

div.container2
	{background-color:#455D54;
	width:50%;
	margin-left:25%;
	height:520px;}

h1
	{color:blanchedalmond;
	text-align:center;
	justify-content:center;
	font-size:30pt;
	font-family: Georgia, Times New Roman;}

h2
	{color:blanchedalmond;
	text-align:center;
	justify-content:center;
	font-size:26pt;
	font-family: Georgia, Times New Roman;}

h
	{color:#2C3B35;
	font-size:20pt;
	text-align:center;
	justify-content:center;
	font-family: Georgia, Times New Roman;}

h3
	{color:#B284AC;
	font-size:20pt;
	text-align:center;
	justify-content:center;
	font-family: Georgia, Times New Roman;
	padding-top:40px;}

.finalproject
{margin-left:10%;}

a:link
	{font-family: Verdana, Arial;
	font-size:20px;
	text-decoration:none;
	color:blanchedalmond;
	text-align:center;
	justify-content:center;}

a:hover
	{color:#85B2A0;}

a:visited
	{font-family: Verdana, Arial;
	font-size:20px;
	text-decoration:none;
	color:blanchedalmond;
	text-align:center;
	justify-content:center;}

ul
  	{display: inline-block;
  	list-style: none;
  	padding-top: 20px;
	margin-left:10%;}
