@charset "utf-8";
/* CSS Document */

h1
{
border-bottom:solid 1px;
width:950px;
height:45px;
line-height:45px;
background:#648830;
color:#ffffff;
opacity:0.9;
padding-left:10px;
text-align:left;
margin-left:25px;
margin-top:25px;
}

#main-text
{
 width:950px;
 height:75px;
 margin-left:25px;
 text-align:justify;
 	
}

#main
{
	height:auto;
}

#clear
{
	clear:both;
	height:50px;
}

#photo-gallery
{
	width:1020px;
	height:100%;
	margin-top:60px;

}

.photos
{
	margin-left:27px;
	margin-bottom:40px;
	margin-right:0px;
	float:left;
	width:300px;
	height:300px;

}

.photo-text
{
	background-color:#648830;
	color:#ffffff;
	width:300px;
	text-align:center;
	margin:auto;
}



.photos a
{
	text-decoration:none;
}



#lightwrap {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    cursor:-webkit-zoom-out;
    cursor:-moz-zoom-out;
    z-index:999;
}

/* overlay covering website */
#lightbg {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, .9);
}
#lightwrap img {position:absolute;display:none;}
#lightzoomed {opacity:0;}
#off-screen {position: fixed;right:100%;opacity: 0;}

