/* -------------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

html {
    background-color: #90EE90;
    font-size: 100%;
}

body {
    background-color: #90EE90;
    color: #333;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: .8em;
    text-shadow: 1px 1px 1px #333;
}

h1 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}


#gallery{
    background-color: #A9A9A9;
    border-top: 1px solid #00001A;
    border-left: 1px solid #00001A;
    border-right: 1px solid #00001A;
    border-bottom: 1px solid #00001A;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    width: 940px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#gallery td img {
    background-color: #FFFFFF !important;
    border-top: 2px solid #00001A;
    border-left: 2px solid #00001A;
    border-right: 2px solid #00001A;
    border-bottom: 2px solid #00001A;
    display: block;
    padding: 4px;
	height: 160px;
	width: 160px;
}

.line {
    background-color: #24404C;
    border-bottom: 1px solid #00001A;
    height: 1px;
    margin: 2em 0;
    overflow: hidden;
}

#galleryWrapper .line {
    background-color: #00001A;
    border-bottom-color: #00001A;
    margin: 10px 0;
}

#galleryFooter {
    border-top: 1px solid :#00001A;
    margin-top: 0px;
 margin-bottom: 4px;
    padding: 3px;
}

#credit {
   color:#00001A;
   float: left;
    font-size: 1 em;

}

#galleryFooter #credit a {
    color:#00001A;
	margin-bottom: 4px;
}

/* unvisited link */
a:link {
color: white;
}

/* visited link */
a:visited {
Â Â Â  color: white;
}

/* mouse over link */
a:hover {
Â Â Â  color: white;
}

/* selected link */
a:active {
Â Â Â  color: white;
}

h4 {
margin-bottom: 1rem;
font-family: inherit;
font-weight: 700;
line-height: 1.1;
color: inherit;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  width: 75%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.close-btn {
  float: right;
  color: lightgray;
  font-size: 24px;
  font-weight: bold;
}
.close-btn:hover {
  color: darkgray;
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	}


footer {
  text-align: center;
  padding: 1px;
  background-color: 	#707070;
  border-top: 1px solid #00001A;
  color: white;

}

