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

html{
	width:100%;
	height:100%;
	
}
body
{
background : -moz-radial-gradient(50% 50%, circle farthest-corner, rgba(211, 224, 83, 1) 0%, rgba(208, 223, 83, 1) 25.93%, rgba(199, 220, 82, 1) 43.62%, rgba(184, 214, 80, 1) 58.85%, rgba(162, 206, 78, 1) 72.69%, rgba(134, 195, 75, 1) 85.59%, rgba(101, 183, 72, 1) 97.63%, rgba(93, 180, 71, 1) 100%);
  background : -webkit-radial-gradient(50% 50%, circle farthest-corner, rgba(211, 224, 83, 1) 0%, rgba(208, 223, 83, 1) 25.93%, rgba(199, 220, 82, 1) 43.62%, rgba(184, 214, 80, 1) 58.85%, rgba(162, 206, 78, 1) 72.69%, rgba(134, 195, 75, 1) 85.59%, rgba(101, 183, 72, 1) 97.63%, rgba(93, 180, 71, 1) 100%);
  background : -webkit-gradient(radial,50% 50% ,0 , 50% 50%, 731.91 ,color-stop(0,rgba(211, 224, 83, 1) ),color-stop(0.2593,rgba(208, 223, 83, 1) ),color-stop(0.4362,rgba(199, 220, 82, 1) ),color-stop(0.5885,rgba(184, 214, 80, 1) ),color-stop(0.7269,rgba(162, 206, 78, 1) ),color-stop(0.8559,rgba(134, 195, 75, 1) ),color-stop(0.9763,rgba(101, 183, 72, 1) ),color-stop(1,rgba(93, 180, 71, 1) ));
  background : -o-radial-gradient(50% 50%, circle farthest-corner, rgba(211, 224, 83, 1) 0%, rgba(208, 223, 83, 1) 25.93%, rgba(199, 220, 82, 1) 43.62%, rgba(184, 214, 80, 1) 58.85%, rgba(162, 206, 78, 1) 72.69%, rgba(134, 195, 75, 1) 85.59%, rgba(101, 183, 72, 1) 97.63%, rgba(93, 180, 71, 1) 100%);
  background : -ms-radial-gradient(50% 50%, circle farthest-corner, rgba(211, 224, 83, 1) 0%, rgba(208, 223, 83, 1) 25.93%, rgba(199, 220, 82, 1) 43.62%, rgba(184, 214, 80, 1) 58.85%, rgba(162, 206, 78, 1) 72.69%, rgba(134, 195, 75, 1) 85.59%, rgba(101, 183, 72, 1) 97.63%, rgba(93, 180, 71, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
  background : radial-gradient(50% 50%, circle farthest-corner, rgba(211, 224, 83, 1) 0%, rgba(208, 223, 83, 1) 25.93%, rgba(199, 220, 82, 1) 43.62%, rgba(184, 214, 80, 1) 58.85%, rgba(162, 206, 78, 1) 72.69%, rgba(134, 195, 75, 1) 85.59%, rgba(101, 183, 72, 1) 97.63%, rgba(93, 180, 71, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}

header{
	margin:0 0 0 100px;
}
h1{
	font-size:35px;
	margin:25px 0 0 0px;
	text-align:center;
	font-family:arial;
	color:#030;
	text-shadow: 1px 1px#FFF ;
}
.h1_background{
	background-image: url(file:///F|/Anti%20Waste/img/CM.png);
	width:1172px;
	height:802px;
	margin:-40px 0 0 100px;
	background-repeat:no-repeat;
}
.h2{
	background-image: url(file:///F|/Anti%20Waste/img/CM.png);
	width:1083px;
	height:1083px;
	background-repeat:no-repeat;
	margin:-600px 0 0 30px;}


p{
	text-align:center;
	color:#000;
	margin:20px 0 0 20px;
	font-size:18px;
	font-family:arial;
}
footer{
	font-size:20px;
	margin: 20px 0 0 0;
	text-align:center;
}

h3{
		font-size:20px;
	margin:-400px 0 0 0px;
	text-align:center;
	font-family:arial;
	color:#030;
	text-shadow: 1px 1px#FFF ;}
	
nav{
	margin:-50px 0 0 103px;
	width:1150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	position:absolute;
	z-index: 1000;
}
	
	nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
	background: #aff9bb; 
	background: linear-gradient(top, #99dc380%, #2c7736 100%);  
	background: -moz-linear-gradient(top, #99dc38 0%, #2c7736 100%); 
	background: -webkit-linear-gradient(top, #99dc38 0%,#2c7736 100%);
	background: -ms-linear-gradient(top, #99dc38 0%,#2c7736 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	width:1110px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #0ab901;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		background: -ms-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 20px 35px;
		color: #ffffff; text-decoration: none;
	}
	nav ul ul {
	background: #8ffd00;
	background: linear-gradient(top, #99dc380%, #2c7736 100%);  
	background: -moz-linear-gradient(top, #99dc38 0%, #2c7736 100%); 
	background: -webkit-linear-gradient(top, #99dc38 0%,#2c7736 100%);
	background: -ms-linear-gradient(top, #99dc38 0%,#2c7736 100%); 
	 border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width:180px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #8ffd00;
			}
			nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.gallery {
  width: 700px;
  margin: -450px auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  width: 200px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.8,1.8);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}