/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url(/pictures/ps-texture.jpg);
  color: White;
  font-family: Verdana;
  text-shadow: 1px 2px #0c8fc7;
  padding-left: 25px;
  padding-right: 25px;
}
h1{
  background-color: Navy;
  color: White;
  font-family: Verdana;
  clear:left;
}
.topnav{
   overflow: hidden;
  background-color: #009900;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ccffcc;
  color: black;
}

.topnav .active {
  background-color: #004d00;
  color: white;
}
.content-area{
max-width: 90%;
margin-right: auto;
margin-left: auto;
  background-color: #0c0ef6;
  padding: 10px;}
.center{display: block;
  margin-left: auto;
  margin-right: auto;}
img{max-width: 100%;
width: auto;}
  div.gallery {
    background-color:  #ded8ba;
  margin: 7px;
 float: left;
  width: 250px;
}

div.gallery:hover {
  border: 2px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 5px;
  text-align: center;
}
h3{color: white;
text-shadow: 2px 3px #1bee93;
font-size: 1.7em;
font-family: Georgia
}
iframe{max-width: 100%;
}
a:link{color: Yellow;}
a:visited{Color:black;
background-color:cyan;}
a:hover{color:red;}