
/* reset css */
html, a, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

body{
	background-color: #fffff9;
	margin-top: 20px;
}

img {
   max-width:100%;
   height:auto;
   max-height:100%;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	-moz-box-shadow: 10px 10px 6px #555;
	-webkit-box-shadow: 10px 10px 6px #555;
	box-shadow: 10px 10px 6px #555;
}

.shadow {
-moz-box-shadow: 10px 10px 6px #555;
-webkit-box-shadow: 10px 10px 6px #555;
box-shadow: 10px 10px 6px #555;
}

#imgContainer {
	position: relative;
	padding-bottom: 20vh;
	margin-left: 0vw;
	margin-right: 0vw;
	display: flex;
	justify-content: center;
	text-align: center;
	overflow: hidden; /* contain float */
	padding-bottom: 2vh;
} 

 a:link, a:visited {
 	position: sticky;
	color: #232696;
	text-decoration: none; 
	font-weight: 500;
}

a:hover {
 	position: sticky;
	color: #e497e5;
	text-decoration: none; 
	font-weight: 700;
}

a:active {
 	position: sticky;
	color: #232696;
	text-decoration: none; 
	font-weight: 500;
}
 
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li {
	float: left;
}

li a {
	display: flex;
    justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2vw;
	padding-right: 2vw;
}

#pageHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 155px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 15px;
	background-color: #c9d0f9;
	z-index:20;
}

#pageHeader h1 {
	position: sticky;
	font: 3.5vw Georgia;
	font-family: Georgia;
	color: #000000;
	font-weight: 700;
	font-style: italic;
}

#pageHeader h2 {
	font: 36px Georgia;
	font-family: Georgia;
	color: #0A786C;
	font-weight: 700;
}

#nav {
	position: sticky;
	top: 130px;
	width: 100vw;
	height: 32px;
	display: flex;
    justify-content: center;
	z-index=20;
}

#nav a {
	position: sticky;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 22px; 
 }

#galleryNav {
	position: sticky;
	top: 130px;
	width: 100vw;
	height: 32px;
	display: flex;
    justify-content: center;
	z-index=20;
}

#galleryNav a {
	position: sticky;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 22px; 
 }

#hrzLine {
	position: sticky;
	top: 165px;
	width: 100vw;
    display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0vw;
	margin-right: 0vw;
	/* border-style: inset; */
	border-style: solid;
	border-width: 2px;
	color: #000000;	
	display: flex;
	justify-content: center;
}

#pageContent{
	position: relative;
	top: 3vh;
	display: block;
	margin-left: 15vw;
	margin-right: 15vw;
	padding-top: 16vh;
	text-align: center;
	overflow: hidden; /* contain float */
}

#pageContent h1 {
	font: 44px Georgia;
	font-family: Georgia;
	color: #0A786C;
	font-weight: 700;
}

#pageContent h2 {
	font: 36px Georgia;
	margin-bottom: 15px;
	font-family: Georgia;
	color: #000000;
	font-weight: 700;
	text-align: left;
}

#pageContent h3 {
	margin-left: 0vw;
	margin-right: 0vw;
	font-family: Georgia; 	
	font-size: 25px; 
	font-weight: 700; 
	color: #0A786C;
	text-align: center;
}

#pageContent p {
	margin-left: 0vw;
	margin-right: 0vw;
	font-family: Georgia; 	
	font-size: 30px; 
	font-weight: 500; 
	color: #0A786C;
	text-align: left;
}

#pageContent a {
	font-family: Georgia; 	
	font-size: 30px; 	
}

#intro {
	position: relative;
	margin-left: 5vw;
	margin-right: 5vw;
	overflow: hidden; /* contain float */
	z-index:-5;
}

#intro p {
	font: 30px Georgia;
	margin-bottom: 15px;
	font-family: Georgia;
	text-align: left;
	color: #0A786C;
	font-weight: 700;
	font-style: italic;
}
 
#linkLine{
	padding-top: 35px;
	text-align: center;	
}
	
#linkLine a {
	font: 20px Georgia;
}
	
#copyright{
	position: relative;
	display: block;
	text-align: center;	
	margin-left: 0vw;
	margin-right: 0vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000F00;
	z-index:-5;
}

