/* Generated by Bluefish */
/* Initial purpose is for prs01.html picture gallery by GFV  */
@charset "utf-8"; 

#content {
  margin-top: 10px;
  position: absolute;
  width: 800px;
  background-color: #ffffff;
}

#central {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  position: relative;
  max-width: 800px;
  text-align: left;
  background-color: #ffffff;
}

h2 {
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
}

    .container {
    	display: block;
    	max-width: 800px;
    	margin: 0 auto;
    	text-align: center;
    }
     
    .small {
    	width: 180px;
    	height: auto;
    	position: relative;
    	margin: 3px;
    	border-radius: 5px;
    }
     
    .small:hover {
    	-webkit-transform: scale(1.03, 1.03);
    	transform: scale(1.03, 1.03);
    }
    
    .lightbox {
    	display: none;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 1;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.7);
    }
    
    a div {
    	position: relative;
    	margin: auto auto;
    	text-align: center;
    }
     
    .lightbox:target {
    	display: -webkit-box;
    	display: flex;
    }
     
    .container a {
    	text-decoration: none;
    }
     
    .container p {
    	font-size: 20px;
    	color: white;
    	font-family: 'Poiret One';
    }
    