body{
	margin: 0;
	
}
.logoBox{
	position: absolute;

	width: 300px;
	left: 380;
	z-index: 999;
}
h1{
	text-align: center;
	width: 300px;
	font-size: 40px;
	color: white;
	border: 2px solid white;
	font:'Oleo Script', Helvetica, sans-serif;
}

.main{
	
	width: 1000px;
	height: 1265px;
	margin: 0 auto;
	
}

.text p, h2{
	font-size: 18px;
	font-family: 'Verdana', sans-serif;
	text-align: justify;
}
.green{
	margin: -430 auto;
	position: absolute;
    width: 1000px;
	height: 400px;
    z-index: 99;
}
/***********************************************/
.yellow1{
	
	background:  url("../images/macc.jpg");
	opacity: 0.9;
	right: 50;
	margin: 0 auto;
	position: absolute;
    width: 400px;
	height: 400px;
    z-index: 100;
	border-radius: 200px;
}
.circle1{
	opacity: 1;
	right: 0;
	margin: 0 auto;
	position: absolute;
    width: 400px;
	height: 400px;
    z-index: 101;
	border-radius: 200px;
	
}
.circle1 h3, .circle2 h3{
	padding: 10px;
	font-size: 26px;
	color: white;
	text-align: center;
	font-family: Ariel, sans-serif;
	font-weight: 400;
	border: 1px solid white;
}
.circle1 h5, .circle2 h5{
	width: 80px;
	margin-left: 120px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	color: white;
	background: rgba(66, 42, 15, 1);
}
.circle1 p, .circle2 p{
	width: 200px;
	text-align: right;
	font-size: 16px;
	color: white;
	padding-left: 15px;
}

.yellow2{
	background:  url("../images/panna.jpg");
	margin: 0 auto;
	position: absolute;
    width: 400px;
	height: 400px;
    z-index: 100;
	border-radius: 200px;
	left: 50;
}
/***********************************************/
.slantedRed{
	background: url("../images/forest.jpg") no-repeat center top;
	height: 500px;
	width: 1000px;
	position: relative;
	z-index: 1;
	margin-bottom: 350px;
	top: 0;
}
 .slantedRed:before {
  content: "";
  border-bottom: 175px solid white;
  border-right: 1705px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
} 
.slantedRed:after{
	content: "";
	border-bottom: 65px solid white;
	
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.slantedRed p{
	color: white;
	text-align: center;
	padding-top: 100px;
	font-size: 100px;
	text-shadow: 2px 2px 4px #000000;
}
/***********************************************/

 .bottomBox{
	background: url("../images/wf.jpg") no-repeat center;
	position: relative;
	width: 1000px;
	height: 400px;
	margin-bottom: 0;
	
}
.bottomBoxT{
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 1000px;
	height: 300px;
	margin-bottom: 0;
	top: 50;
}
.text{
	
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0 auto;
	column-count: 3;
	color: rgb(0, 51, 0);
	
	
}
  
