html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	background-image: url(../images/Backgrounds/white-background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	/*-webkit-font-smoothing: antialiased;*/ /* Fix for webkit rendering */
    /*-webkit-text-size-adjust: 100%;*/
/*	font-size: 0.9em;
	letter-spacing: 0.09em;*/
}
main { 
	width: 85%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: rgba(163, 163, 194, 0.3);
    background: rgba(163, 163, 194, 0.3);
    color: rgba(163, 163, 194, 0.3);
	-webkit-border-radius: 14;
	-moz-border-radius: 14;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 5px #6D6D6D;
	-webkit-box-shadow: 0px 0px 5px #6D6D6D;
	box-shadow: 0px 0px 5px #6D6D6D;
	border: 1px solid #6D6D6D;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
    border-bottom-left-radius:14px;
    border-bottom-right-radius:14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;		
}
.IndexHeaderImage { /* Index Header Image */
	margin: auto;
	width: 100%;
	background-size: auto;
	object-fit: cover;
	background-repeat: no-repeat;
	
	border: 1px solid #6D6D6D;
	/* padding: 2px; */
	border-radius: 8px;
}
header, footer {
	padding: 10px;
}
section {
  margin: 5px;
  padding: 10px;
}
article {
  margin: 5px;
  padding: 10px;
}
nav ul {
  padding: 10px;
}
nav ul li {
  display: inline;
  margin: 5px;
  font-size: 1.75em;
  letter-spacing: 0.09em;
  color: #CCC;
}
nav a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
nav a:visited {
  	color: #CCC;
  	text-decoration: underline;
  	font-weight: bold;
}
nav a:hover, a:active, a:focus {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
table.indexNav {  /* this is the links under the */
	table-layout: fixed;
  	width: 100%;    
	font-size: 1.25em;
	letter-spacing: 0.09em;
	color: #FFF;
	text-align: justify;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
}
footer ul {
  padding: 10px;
}
footer ul li {
  display: inline;
  margin: 5px;
  font-size: 1em;
  letter-spacing: 0.09em;
  color: #b3b3b3;
}
footer a:link {
	color: #b3b3b3;
	text-decoration: none;
	font-weight: bold;
}
footer a:visited {
  	color: #b3b3b3;
  	text-decoration: underline;
  	font-weight: bold;
}
footer a:hover, a:active, a:focus {
	color: #b3b3b3;
	text-decoration: underline;
	font-weight: bold;
}
.subFooter {
	text-align: center;
	padding-top: 3px;
	position:static;
}
.subFooterText {
	color: #b3b3b3;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}
h1 {
	font-size: 1.75em;
	letter-spacing: 0.09em;
	color: #444;
	/*color: #CCC;*/
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0.09em;
	color: #444;
	/*color: #CCC;*/
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
h3, h4, h5, h6 {
	font-size: 1.35em;
	letter-spacing: 0.09em;
	color: #444;
	/*color: #CCC;*/
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
p {
	font-size: 1.0625em;
	letter-spacing: 0.09em;
	color: #444;
	/*text-align: justify;*/
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
}
ol, ul, li, dl, dt, dd { /* Ordered List, Unordered List, List, Definition List, Definition Term, Definition Description */
	font-size: 1em;
	/*font-size: 1.1em;*/
	letter-spacing: 0.09em;
	color: #444;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}
li li { /* This corrects nested lists */
	font-size: .95em;
	letter-spacing: 0.09em;
	color: #444;
	line-height: 22px;
	margin: 10px 0px 10px 0px;
}
a:link {   /* https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Styling_links */
	color: #0099FF;
	text-decoration: underline;
}
/*a:hover, */a:active, a:focus {
	color: #00CCFF;
	text-decoration: underline;
}
.hyperColor:hover {  /*  https://www.htmldog.com/guides/css/intermediate/classid  */
	transition: color .5s;
	color: #00CCFF;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
}
.italicize { /* This is used to italicize the honors on the about page. */
	font-style: italic;
}


/*}
a {
}
a:link {
}
a:visited {
}
a:focus {
}
a:hover {
}
a:active {
*/
hr.HRstyle { /* Hard Return Styling */
	color:#959595; 
	background-color:#959595;
	height:1px; 
	border:none; 
	margin-left: auto;
    margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}
.ImageBoarder {
	border: 1px solid #6D6D6D;
	padding: 2px;
	border-radius: 8px;
}
.ImageFloatLeft {
	float: left;
	padding-left: 6px;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #6D6D6D;
	border-radius: 8px;
}
.ImageFloatLeftNoBoarder { /* Image Floar No Boarder */
	float: left;
	margin-right: 30px;
	margin-top: -1px;
}
.ImageFloatRight {
	float: right;
    padding-right: 6px;
	margin-left: 15px;
	padding: 2px;
	border: 1px solid #6D6D6D;
	border-radius: 8px;
}
.clearfix::after { /* This corrects Floating Images by ccreating a div container*/
    content: "";
    clear: both;
    display: table;
	margin-bottom: 8px;
}