@charset "UTF-8";
/* CSS Document */
body {
background-image:url('images/lightpaperfibers.png');
}



a {
    text-decoration:none;
    color: #3B3B3B;
}

a:visited {
	color:#3B3B3B;
	}
a:hover {
	color:#008B45;
	}
a:active {
	color:#3B3B3B;
}

h1 {
	font-size:1.3em;
	margin: 0px;
	padding:0px;
}

p {
	font-size:1em;
}

#top {
	position:relative;
	margin:auto;
	text-align:center;
	color:#000000;
	font-size:2.5em;
	font-weight:bold;
	font-family: 'IM Fell English SC', serif;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (max-width: 600px) {
#top {
	font-size:2em;
}
}

#container
{
}

#footer {
	text-align:center;
	padding-bottom:2em;
	padding-top: 1em;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-family: 'IM Fell English', serif;

}

#navcontainer ul li {
	display: inline-block;
	margin-bottom:15px;
	margin-top:15px;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #ffffff;
background-color: #000000;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #008B45;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           5px;

}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
	margin: 5px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 600px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
	  pointer-events: none;
  }

}

/* The Modal (background) */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}


.modal-content img {
	max-height: 100vh;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
	z-index: 11;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 200px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	z-index: 10;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}