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

body  {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	line-height: 24px;
	font-weight: light;
	background: #ffffff;
	color: #444444;
}

a {
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

a:hover {
	background: #657D95;
	color: white;
	text-align: left;
}



p {
	margin-top: 0px;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;

}



#footer p 
{
	font-size: 12px;	
	text-align: left;
	line-height: 18px;
}

#container {
	margin: 0px auto 0px auto;
	padding-bottom: 15px;
	max-width: 1200px;
	background: white;
} 

#top {
	
	font-size: 18px;	
	text-align: justify;
	line-height: 36px;
}

#header {
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arsenal, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		}	

#header a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-size: 20px;
	color: #657D95;
	
}

#header a:hover {
	/* background: #a1b1c0; */
	color: #dddddd;
}
#menu {
	margin: 0;
	padding: 0;	
	font-family: Calibri, Helvetica;
	font-size: 18px;
}

 #menu ul {
	list-style-type: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
} 

#menu a {
	background-color: #a1b1c0;
	text-decoration: none;
	font-weight: normal; 
	
}

#menu li {
	list-style: none;
	float: left;
	display: block;
	background-color: #a1b1c0;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-align: center;

}

#menu a {
	color: #ffffff;	
}

#menu a:hover {
	/* background: #a1b1c0; */
	color: #dddddd;
}

#menu ul ul
{
	display: none;
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	opacity: 1;
	padding: 0;
	margin-top: 34px;
	text-align: center;
}

#menu ul ul li
{
	float: left;
	padding-top: 12px;
	display: block;
}

#menu ul ul a
{
	line-height: 100%;
	width: 175px;
	text-align: center;

}

#menu ul li:hover > ul
{
	display: block;
}






#main {
	width: 100%;
	border: 1px solid #ffffff;
	margin: 10px 0px 10px 0px;
}

#content, #content2 {
	padding: 5px 30px 10px 20px;
	font-size: 14px;
	line-height: 26px;
	background: #f7f7f7;
	margin-bottom: 40px;
	}

#content p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 28px;
	
	
	
}



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

#people {
	
	border: 1px dotted #ddd;
	margin: 25px;
	padding: 10px;
	min-height: 100%; 
	min-width: 220px; 
	text-align: center;
}

#reflections {
	width: 100%; 
	background: #a3b0c0; 
	text-align: center; 
	padding: 10px 0px 10px 0px;
}
	
#footer {
	border-top: 1px dotted #d9d9d9;
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 30px 0;
	text-align: center;
	padding-top: 20px;
	clear: both;
}

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

h6 {

	font-size: 20px;
	font-family: Helvetica, Arial, Verdana;
	line-height: 28px; 
	margin-top: 10px; 
	font-weight: normal;
	color: #657D95;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;

}


h2 {
	font-family: Poppins, Helvetica, Verdana, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	text-align: center;
}
h4 {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}

h5 {
	font-size: 22px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
	margin-top: 0px; 
}


ul {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

li {
  padding-left: 1em; 
  text-indent: -.7em;
  font-size: 16px;
}

li::before {
  content: "• ";
  color: #657D95; /* or whatever color you prefer */
}


.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#66122a;height:3px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-left:active:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:hover:before{right:0}

