body { 
  margin: 0px; 
  padding: 0px;
  border: 0px;
  font-family: "Calibri Light", Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
  font-size: 14px;
  background: #1c3247;
	background: linear-gradient(91deg, #385b3a 100px,#517244 300px,#324c4f 550px,#1c3247 800px); /* W3C */
  color: #fcfcfc;
} 

a { 
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 3px #404040;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
    outline:none;
}



div#container {
	margin-top: 40px;
}

div#intro {
	margin-left: 100px;
	width: 1100px;
	text-align: justify;
	color: #f0f4d0;
	font-size: 15px;
}

div.back { 
	margin-top: 6px;
	margin-left: 1120px;
	font-size: 18px;
	clear: both;	
}

div.menu {
	margin-left: 220px;
	width: 1000px;
  font-size: 20px;
	line-height: 150%;
}

div.m2 {
	margin-left: 40px;
  font-size: 16px;
	line-height: 130%;
}

div.pics { 
	margin-left: 90px;
	width: 1150px;
}

div.p1, div.p2 {
	padding: 10px;
	border: 1px solid rgba(220,220,220,0.4);
	margin: 10px;
	float: left;
	text-align: center;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(50,50,50,0.3);
}	

div.p2 {
	padding: 4px 4px 0px 4px;
}	

div.p1 img {
	height: 240px !important;
	margin-bottom: 6px;
}	

div.p2 img {
  margin: 0;
}	


div.p1 img:hover { 
	cursor: pointer;
}

div.p2 img:hover { 
	cursor: pointer;
}


h2 {	
	margin-left: 100px;
	font-size: 18px;
}

div#bigpicbg { 
	position: fixed;
	height: 0px;
	width: 0px;
	background: rgba(20,20,20,0.8);
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 10;
	/*pointer-events: none;*/
}

div#bigpic {
	position: fixed;
	left: 10%;
	top: 20px;
	background: rgba(0,0,0,0.9);
	width: 80%;
	height: 630px;
	z-index: 12;
}

img.bgp {
	position: relative;
	top: 10px;
	height: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid rgba(220,220,220,0.4);
}
	
div#bgl {
	position: fixed;
	left: 10%;
	width: 30%;
	top: 20px;
	height: 630px;
	background: yellow;
	z-index: 20;
	cursor: pointer;
}

div#bgr {
	position: fixed;
	right: 10%;
	width: 30%;
	top: 20px;
	height: 630px;
	background: yellow;
	z-index: 20;
	cursor: pointer;
}


