.h2 {
	color: #282DF0;
	text-align: center;
	
	}
	
body {
	
	
	color: #3344DD;
	font-family: paytone-one, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify-all;
	font-weight: 400;
	font-style: normal;
	height: 100vh;
	width: 100%;
	float:none;
	background-size: cover;
	background-image: url("WPWDImages/pastelBackground.jpg");
	padding-right: 20px;
	
}



#main_wrapper{
	min-width:600px; 
	max-width: 1100px;
	margin: auto;
	width: 60%;}

#content {
	  float: none;
	  text-align: justify-all;
	  color: #3344dd;
	  font-size: 14pt;
      height: 100%;
	  width: 100%;
	text-wrap: inherit;
	
	
	}


	
header {background:#9900CC;
	color:#ff6699;
	padding:5px 10px;}

.hr {align-content: center;
	color: #E911CD;
	width: 60%;
	background-color: #B60DA0;
	height: 2px;
	border-color: #3344dd;
	border-width: 3px;
		}




column {
	padding-left: 200px;
	
}

/* nav CSS */

#nav {
	
	list-style-type: none;
	width: 95%;
	
}

nav ul {
  list-style-type: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: justify;
  font-size: 12pt;
  background-color: #AA06E0;
}

nav ul li {
  float:left;
  font-size: 12pt;
  border-right: 1px solid #bbb;
}

nav ul li a {
  display: block;
  color: #FFFFFF;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
	font-size: 12pt;
}



nav ul li a:hover {
  background-color: #FFFFFF;
  color: #282DF0;
}


.navbar {
	 overflow: hidden;
  background-color: #AA06E0;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: inherit;
  overflow: hidden;
	width: 20%;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #282DF0;
}

.dropdown-content {
  display: none;
  position: inherit;
  background-color: #f9f9f9;
  min-width: 70px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: inherit;
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: justify;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.active {
  background-color: #04AA6D;
}

ul {
	display: block;
	list-style-type: none;
}


ol {
	font-size: 12pt;
	list-style-type: none;
	display: block;
	
}

ol li {
	font-size: 12pt;
	margin-bottom: 10px;
	list-style-type: none;
	
	
}

websites{
	text-align: center;
	align-content: center;
	font-size: 12pt;
	
		
	
}

figure {
	border-top: none;	
	align-content: center;
	text-align: center;
	width: auto;
	font-size: 12pt;
	
}

div.figure {
	float: right;
	width: 30%;
	text-align: center;
	text-indent: 0;
	margin: 0.5em;
	padding: 0.5em;
	font-size: 12pt;
}

figcaption { padding: 0.5em;
	border-bottom: none;
	display: block;
	height: 100%;
	font-size: 10pt;
	
}



.footer {
     position: absolute;
   	 width:100%;
	 line-height: 1.0em;
	 text-align: center;
	 padding-top: 800px;
		
	
}
