* {
margin: 0; 
padding: 0;
box-sizing: border-box;}

#header-art {
background-image: url(art/graywave2.jpg); 
display:flex;
flex-direction: column;
justify-self: center;
justify-content:center;
align-items: center;
}


#header-text {
margin-left: auto;
margin-right: auto;
padding: 20px 40px;
border: 3px solid #191970;
border-radius: 2em;
width: 46em;
background-color: #F5FFFA;
display:flex;
flex-direction: column;
justify-self: center;
justify-content:center;
align-items: center;
}

#title-text {
margin-left: auto;
margin-right: auto;
padding: 20px 40px;
border: 3px solid #191970;
border-radius: 2em;
width: 46em;
background-color: #E0EEEE;
}


body { /* set the whole view port base */
font-family: Georgia, "Bitstream Charter", serif;
font-size: 1em;
font-style: normal;
color: #191970;
line-height: 1.3; 
background-color:#607B8B;
display:flex;
flex-direction: column;
justify-self: center;
justify-content:center;
align-items: center;
}

#maincol {
padding: 2em;
width: 58em;
margin: auto;
background-color: #ffffff;
font-size: 90%; 
text-align: left; 
color: #000000;  
border: 2px solid #191970;
border-radius: 2em;
}	

p {
text-align: left;
font-size: 109%;
line-height: 1.4;
width: 50em;
font-family: Georgia, "Bitstream Charter", serif;
padding-top: 1em;
}

/* for the introductory text  */
.highlight {
margin: 2em;  /* align for good browsers */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #191970;
width: 42em;
text-align: center;  /* counter the body center */
line-height: 1.1;
}
/* close the introductory text  */

.contact-box {
	width: 40em;
	text-align: center;
	font-family: serif;
	font-size: 100%;
	font-weight: normal;
	margin: auto 2em;;
	padding: 0.4em;
    padding-left: 3em;
	background-color: #F5FFFA;
	border: 2px solid #191970;
    border-radius: 1em;
}


h1 {
color: #191970;
text-align:center;
font-size: 160%;
letter-spacing: 0.08em;
line-height: 1.2em;
}

.byline {
text-align: center;
font-size: 110%;
font-weight: bold;
letter-spacing: 0.1em;
}

.sitelink {
background-color: #E0EEEE;
border-top: 2px solid #838B8B;
text-align: center;
line-height: 1.1;
padding: 0.2em;
}

h2 {
	text-align: center;
	font-family: serif;
	font-size: 160%;
	font-weight: normal;
	margin-top: 1em;
	padding: 0.2em;
	letter-spacing: 0.1em;
	background-color: #E0EEEE;
	border-top: 2px solid #838B8B;
	}

h3 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 0.2em;
	letter-spacing: 0.1em;
	background-color: #E0EEEE;
	border-top: 1px solid #838B8B;
	margin: auto 5em auto 5em;
	}

h4 {
	text-align: left;
	font-family: serif;
	font-size: 116%;
	font-weight: bold;
	padding: 0.2em;
    margin-top: 1em;
    border-top: solid 2px #838B8B;
	letter-spacing: 0.1em;
	background-color: #fff;
}

.byline {
text-align: center;
font-size: 120%;
font-weight: bold;
letter-spacing: 0.1em;
padding-top: 0.4em;
}



/* for the short-length list items using balls as bullets  */
ul.small-ball { 
list-style-type: none; 
padding-top: 0.6em;
} 

.smallball li {
list-style-type: none;
padding: 0.5em 0 0 1.6em;
background-image: url(../art/star.gif); 
background-repeat: no-repeat;
background-position: left center; 
}

ol li { background: transparent;
margin-left: 2em; 
width: 96%;
padding: 0 1.5em 0 0.5em; 
}

.comment-box {
 margin-left: auto;
 margin-right: auto;
border: 2px solid #607B8B;
padding: 4px 16px;
background-color: #F0F8FF;
line-height: 1.1;
width: 90%;
font-size: 100%;
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
border-radius: 1em;
}
.Elenor {
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
font-style: italic;
font-weight: bold;
}


.center-table {
  margin-left: auto;
  margin-right: auto;
}

h5 {
    font-style: italic;
	font-size: 1.1em;
	
	padding: 0.2em;
    margin-top: 1em;
    border-top: solid px #838B8B;
}


.logo {
display:flex;
flex-direction:column;
justify-self: center;
justify-content:center;
align-items: center;
align-items: top;
border: 0;
}

.logo-caption {
text-align: center;
font-size: small;
border: 0;
width: 200px;
margin-right: auto;
margin-left: auto;
}

#copyright {
padding-top: 15px;
line-height: 1.2;
font-size: small;
font-family: serif;
margin: auto;
margin-bottom: 5px;
text-align: center;
}

