/* Universal or mobile phones: */

body {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}

h1 {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3 {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}





.topnav {
  position: fixed;
  top: 0px;
  width: 100% ;
  height: 40px;
  background-color: #cccc99;
  padding: 10px 20px 20px 20px;
  margin: 0px;
  	z-index: 19;
}

.toplink {
	display:inline-block;
	margin: 5px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	background-color: #ffffff;
	z-index: 2;
}

.bumper {
  width: 100% ;
  height: 80px;
  background-color: #ffffff;
  z-index: 1;
    text-align: center;
}

.navmenu {
  width: 90% ;
  height: 30px;
  background-color: #ffffff;
  z-index: 1;
  text-align: center;
}

.Biog {
  background-color: #ffffff;
width: 100%;
  z-index: 1;
  text-align: left;
  padding: 0px 0px 10px 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
}

.GalleryGrid {
display: inline-grid;
width: 90%;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-auto-rows: auto;
}

.GalleryGrid div {
font-family:Arial, Helvetica;
font-size: 1em;
text-align: left;
padding:10px;
width: 330px;
height: 450px;
}

.GalleryGrid img {
border: 1px solid #000000;
border-radius:6px;
max-width:330px;
max-height:330px;
}

a:link {
text-decoration: none;
color: #223640;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: blue;
}

a:active {
text-decoration: underline;
}

@media only screen and (min-width: 600px) {





}

