body
{
  background-image: url("UP.gif");
  color: black;
  font-family: Georgia;
}

#container
{
  background-image: url("BG2.jpg");
  max-width: 1200px;
  height: 1500px;
  margin: auto;
  border: 6px;
  border-style: ridge;
  border-color: #1d1e1f;
  overflow: hidden;
}

#header
{
 width: 1200px;
 height: 330px;
 border: 0px;
 border-bottom: 2px;
 border-style: ridge;
 border-color: #1d1e1f;
}

#banner
{
  background-image: url("HEADER.png");
  width: 800px;
  height: 300px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
}

#text-con
{
  height: 30px;
  width: 800px;
  margin: auto;
}
#text
{
 text-align: right;
 font-size: 20px;
 font-weight: bold;
 border: 0px;
 border-top: 2px;
 border-style: ridge;
 border-color: #1d1e1f;
 height: 20px;
}

#main
{
  margin-top: 10px;
  display: flex;
}

#nav
{
  color: white;
  text-shadow: white 5px;
  margin-top: 15px;
  margin-left: 20px;
  width: 30%;
  height: auto;
  margin-right: 35px;
  border: 2px;
  border-style: dashed;
  border-color: white;
  padding: 10px;
  background-color: black;
}

#nav a
{
 color: #027C7D; 
}
#about
{
  color: #E6006A;
  padding: 20px;
  margin-top: 15px;
  margin-right: 20px;
  height: 1000px;
  flex: 1;
  background-image: url("BG3.gif");
  border: 10px;
  border-style: groove;
  border-color: #1d1e1f;
}
  
#about a
{
  color: #027C7D;
}

#about hr
{
 border-color: #E6006A; 
}

#text-about
{
  border: #E6006A 2px dashed;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#footer
{
  padding: 5px;
  text-align: center;
  background-color: black;
  height: 100%;
  width: 100%;
}

#footer a
{
  color:  #027C7D;
}

#pic
{
  border: #E6006A 2px dashed;
  background-color: black;
  width: 80%;
  height: 300px;
  margin: auto;
}

#pics
{
  overflow-y: scroll;
  height: 480px;
  text-align: center;
}

details a
{
  color: white;
}


.sum
{
 font-size: 20px; 
}

a:link
  {
  color: white;
  text-decoration: none;
  }
  
  a:visited
  {
  color: white;
  text-decoration: none;
  }
  
  a:hover
  {
  font-weight: bold;
  color: white;
  text-decoration: none;
  }
  
  body::before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
  z-index: 100;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}


  #about::before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
  z-index: 100;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

