@charset "UTF-8";
/* CSS Document */


body {
		margin: 0 auto 0 auto;
		padding: 5px 20px 5px 20px;
		background-color: #E5EBF0;
		max-width: 1400px;
		font-family: Verdana,sans-serif;
		font-size:14px;
		line-height:1.5;
		color: #444;
}

#header, #header p {
	font-size: 54px;
	text-align: center;
	color: #383838;
	font-family: Heebo, "Segoe UI", Arial, sans-serif;
	font-weight: 800;
	color: #fff; 
	background-color: #6B7F82; 
	max-width: 1400px;
}

#container {
	margin: 0 0 0 0 ;
	padding: 20px 0 20px 0;
	background-color: #ffffff;
	max-width: 1400px;

}

h5 {
	
	font-size: 36px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #38687F;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0;
	margin: 20px 20px 20px 20px;
	border-bottom: 1px dotted #38687F;
	
	
}


a {
	color: #38687F;
}

a:hover {
	background-color: #38687F;
	color: #fff;
}

#smaller {
	font-size: 18px;
	color: #2b437f;
	letter-spacing: .4em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
}

p 	{
	font-size: 16px;
	line-height: 24px;
}


#menu {
	font-family: Heebo, Arial, Calibri, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #38687F;
	padding-bottom: 0;
	padding-top: 10px;
	margin: auto;
	letter-spacing: normal;
}

#menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding: 0 12px 0 12px;
}
#menu a:hover {
	color: #999;
	background-color: #fff;
}

#menu ul {
	font-size: 10px;
  margin: 10px; 
  padding: 10px;
  background-color: #000000;
  width: 600px;
  height: 20px;
  position: relative;
}


#menu ul li {
	font-size: 10px;
  	display: inline;
	position: relative;
	width: 200px;
} 

#menu ul li a {
	font-size: 10px;
  display: inline-block;
  color: #FFFDE8;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 400;
  width: 200px;
}

#menu ul li a:hover {
  font-size: 10px;
  background-color: #FFFDE8;
  color: #000000;
}

#menu ul li ul {
	font-size: 10px;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	width: 200px;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

 #menu ul ul a
{
	
	font-size: 10px;
	line-height: 120%;
	width: 100%;
	background: #000000;
	  padding: 10px 16px;

} 

#menu ul li:hover > ul
{
	display: block;
	font-size: 10px;
}




#footer {
	
	
	color: #383838;
	font-family: Heebo, "Segoe UI", Arial, sans-serif;
	
	color: #fff; 
	background-color: #6B7F82; 
	max-width: 1400px;
	
	
	border-top: 1px dotted #d9d9d9;
	font-size: 11px;
	line-height: 20px;
	
	text-align: center;
	padding-top: 10px;
	clear: both;
	
	
}


#footer a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	
	
}
#footer a:hover {
	color: #999;
	background-color: #fff;}




#footer p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.boxrow {
	margin: 0 auto; 
	width: 100%; 
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.boxy, .boxyleft, .boxyright {
	width: 10%;
	float: left;
	line-height: 1.6em;
	text-align: center;
	padding: 10px;
	margin: 10px 5% 10px 5%;
	border: 1px solid #fafafa;
}

.boxyleft, .boxyright {
	margin: 10px 0 10px 0;
}



#boxy2 {
	width: 580px;
	float: right;
	margin: 0 20px 20px 20px;
	line-height: 1.6em;
	/* box-shadow: 2px 5px 8px #ccc; */
	text-align: center;
	padding: 20px;
	border: 1px solid #fafafa;
}

#flexy {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#flexy #essay {
	width: 400px;
	
}




#essay {
	margin: 5px;
	background-color: #fafafa;
	border: 1px dotted #ddd;
	margin: 0 10px 15px 10px;
	padding: 5px 0px 5px 10px;
	
}

#essay:hover {
		background-color: #E5EBF0;
}


#comms:hover {
		background-color: #E5EBF0;
}



#essay a {
	color: #38687F;
	text-decoration: none;
}



#essay a:hover {
	background-color: #38687F;
	color: #fff;
}
#story {
	margin: 10px 20px 10px 20px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;
	border: 1px dotted #ddd;
	clear: both;
}

#story p {
	font-size: 18px;
	line-height: 36px;
	margin-left: 10px;	
}


#story img {
	margin-top: 2px;	
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #cc66ff;
  border-radius: 50%;
  display: inline-block;
}

.legend {
	width: 70%; 
	margin: auto; 
	margin-top: 0;
	background-color: #ececec; 
}



.legend p {
	font-face: Calibri, Arial, Verdana; 
	font-size: 11px;
}

