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

.contentbg{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.title{
	width:auto;
	height:130px;
	margin-left:12%;
	margin-bottom:40px;
	float:left;
}

.title h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:60px;
	font-weight:400;
	text-align:left;
	color:#333;
}

.content1{
	width:100%;
	height:400px;
	float:left;
	background-color:rgba(245,245,245,0.5);
}

h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	font-weight:300;
	text-align:center;
}

h2 a{
	text-decoration:none;
	color:#333;
}

h2 a:hover{
	color:#666;
}

.circlebg1{
	width:235px;
	height:auto;
	margin-top:60px;
	margin-left:10%;
	margin-bottom:10px;
	float:left;
}

.circlebg2, .circlebg3, .circlebg4{
	width:235px;
	height:auto;
	margin-top:60px;
	margin-left:8%;
	float:left;
}

.circle1{
	border-radius:50%;
	border:5px solid #fff;
	box-shadow: 0px 3px 10px rgba(102,102,102,0.3);
	width:225px;
	height:225px;
	float:left;
	margin-bottom:5px;
}

.circle2, .circle3, .circle4{
	border-radius:50%;
	border:5px solid #fff;
	box-shadow: 0px 3px 10px rgba(102,102,102,0.3);
	width:225px;
	height:225px;
	float:left;
	margin-bottom:5px;
}


#content2{
	width:100%;
	height:auto;
	background-color:rgba(255,217,217,0.3);
	float:left;
	margin-top:5px;
	margin-left:0px;
}

.text1, .text2, .text3, .text4{
	width:60%;
	height:auto;
	float:left;
}

.image1, .image2, .image4{
	width:40%;
	height:auto;
	float:left;
	overflow:hidden;
}

.image3{
	width:40%;
	height:auto;
	float:right;
	overflow:hidden;
}

.image1 img, .image2 img, .image3 img, .image4 img{
	width:100%;
	height:auto;
}

h3{
	font-family: 'Courgette', cursive;
	font-size:32px;
	font-weight:300;
	text-align:left;
	color:#3d3d3d;
	margin-top:40px;
	margin-left:10%;
}

p{
	width:80%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	margin-left:10%;
	color:#222;
	line-height:25px;
	text-align:justify;
}

#content3, #content5{
	width:100%;
	height:auto;
	background-color:rgba(247,245,181,0.4);
	float:left;
	margin-top:5px;
}

#content5{
	margin-bottom:5px;
}

.text2{
	width:60%;
	height:auto;
	float:right;
}

#content4{
	width:100%;
	height:auto;
	background-color:rgba(204,153,255,0.2);
	float:left;
	margin-top:5px;
}

.view{
	width:130px;
	height:40px;
	background-color:rgba(244,168,69,0);
	border:2px solid #f4a845;
	outline:none;
	border-radius:8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	float:right;
	margin-bottom:40px;
	margin-right:10%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:500;
	color:#f4a845;	
}

.view:hover{
	background-color:#f4a845;
	color:#fff;
	text-decoration:none;
	outline:none;
}


@media screen and (max-width: 1920px) and (min-width: 1601px) {
	.contentbg{
		height:2180px;
	}
	
	h3{
		font-size:36px;
		margin-top:5%;
	}
	
	p{
		font-size:17px;
		margin-top:10px;
	}
	
	#content2{
		height:450px;
	}
	
	#content3, #content4, #content5{
		height:380px;
	}
	
	.image1{
		height:450px;
		overflow:hidden;
	}
	
	.image2, .image3, .image4{
		height:380px;
		oveflow:hidden;
	}
	
	.image1 img{
		margin-top:-50px;
		overflow:hidden;
	}
	
	.image2 img, .image3 img, .image4 img{
		margin-top:-35px;
		overflow:hidden;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1201px) {
	.circlebg1{
		margin-left:8%;
	}
	
	.circlebg2, .circlebg3, .circlebg4{
		margin-left:3%;
	}
	
	h3{
		font-size:30px;
		margin-top:5%;
	}
	
	p{
		font-size:17px;
		margin-top:10px;
	}

}

@media screen and (max-width: 1200px) and (min-width: 901px) {
	.title{
		height:80px;
		margin-left:auto;
		margin-right:auto;
		margin-top:8%;
		float:none;
	}
	
	.title h1{
		font-size:50px;
		text-align:left;
		margin-left:6%;
	}
	
	.content1{
		height:350px;
		background-color:rgba(153,204,255,0.2);
	}
	
	.circlebg1{
		width:190px;
		margin-left:3%;
	}
	
	.circlebg2, .circlebg3, .circlebg4{
		width:190px;
		margin-left:3%;
	}
	
	.circle1, .circle2, .circle3, .circle4{
		border-radius:50%;
		width:180px;
		height:180px;
	}
	
	#content5{
		height:235px;
	}
	
	.image4{
		height:235px;
		overflow:hidden;
	}
	
	.text4{
		height:360px;
	}
		
	h3{
		font-size:24px;
		margin-top:5%;
	}
	
	p{
		font-size:16px;
		margin-top:10px;
	}
	
	.image1 img, .image2 img, .image3 img{
		width:120%;
		height:auto;
		overflow:hidden;
	}
	
}

@media only screen and (max-width: 900px) and (min-width: 769px){
	.title{
		height:80px;
		margin-left:auto;
		margin-right:auto;
		margin-top:8%;
		float:none;
	}
	
	.title h1{
		font-size:50px;
		text-align:left;
		margin-left:6%;
	}
	
	.content1{
		height:320px;
		margin-top:-40px;
	}
	
	h2{
		font-size:18px;
	}
	
	.circlebg1, .circlebg2, .circlebg3, .circlebg4{
		width:160px;
		float:left;
		margin-left:3%;
		margin-top:60px;
	}
	
	.circle1, .circle2, .circle3, .circle4{
		border-radius:50%;
		width:150px;
		height:150px;
	}
	
	h3{
		font-size:24px;
		margin-top:40px;
	}
	
	p{
		font-size:15px;
		margin-top:0px;
		line-height:1.3;
	}
	
	#content2{
		height:360px;
	}
	
	#content3{
		height:320px;
	}
	
	.image1, .image2, .image3, .image4{
		width:40%;
		height:auto;
		background-color:rgba(102,255,204,0.5);
		float:left;
	}

	.image1 img, .image2 img, .image3 img{
		width:140%;
		height:auto;
		overflow:hidden;
		margin-left:-30px;
	}
	
	.image4 img{
		width:140%;
		height:auto;
		overflow:hidden;
		margin-left:-80px;
	}
	
	.view{
		width:120px;
		height:40px;
		font-size:18px;
	}
}



@media only screen and (max-width: 768px) and (min-width: 481px){
	.title{
		height:100px;
		margin-top:8%;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	.title h1{
		font-size:44px;
		margin-top:30px;
		margin-bottom:-10px;
		text-align:center;
	}
	
	.content1{
		height:auto;
	}
	
	#content4{
		height:600px;
	}
	
	#content5{
		height:640px;
	}

	.circlebg1, .circlebg2, .circlebg3, .circlebg4{
		width:260px;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		float:none;
	}
	
	.circle1, .circle2, .circle3, .circle4{
		border-radius:50%;
		width:250px;
		height:250px;
		margin-bottom:10px;
	}
	
	.text1, .text2, .text3, .text4{
		width:100%;
	}
	
	h3{
		font-size:26px;
		margin-top:30px;
	}
	
	p{
		margin-top:0px;
		margin-bottom:20px;
	}
	
	.image1, .image2, .image3, .image4{
		width:100%;
		background-color:rgba(102,255,204,0.5);
		float:left;
		overflow:hidden;
	}

	.image1 img, .image2 img, .image3 img, .image4 img{
		width:100%;
		height:auto;
		margin-top:-50px;
	}
}

@media only screen and (max-width: 480px) and (min-width: 321px){
	.title{
		width:100%;
		height:70px;
		margin-top:40px;
		margin-left:3%;
	}
	
	.title h1{
		font-size:32px;
		text-align:center;
	}
	
	.content1{
		height:auto;
	}
	
	#content4{
		height:580px;
	}
	
	#content5{
		height:660px;
	}
	
	.circlebg1{
		margin-top:40px;
	}
	
	.circlebg1, .circlebg2, .circlebg3{
		width:220px;
		float:none;
		margin:0 auto;
		margin-bottom:60px;
	}
	
	.circlebg4{
		width:220px;
		float:none;
		margin:0 auto;
		margin-bottom:120px;
	}
	
	.circle1, .circle2, .circle3, .circle4{
		border-radius:50%;
		width:210px;
		height:210px;
	}
	
	.text1, .text2, .text3, .text4{
		width:100%;
	}
	
	h3{
		font-size:26px;
		margin-top:40px;
	}
	
	.image1, .image2, .image3, .image4{
		width:100%;
		height:auto;
		background-color:rgba(102,255,204,0.5);
		float:left;
		overflow:hidden;
	}

	.image1 img, .image2 img, .image3 img, .image4 img{
		width:100%;
		height:auto;
	}
}

@media only screen and (max-width: 320px) {
	.title{
		width:100%;
		height:50px;
		margin-top:40px;
		margin-bottom:40px;
		margin-left:2%;
	}
	
	.title h1{
		font-size:28px;
		text-align:center;
	}
	
	.content1{
		height:auto;
	}
	
	#content4{
		height:460px;
	}
	
	#content5{
		height:560px;
	}

	.circlebg1, .circlebg2, .circlebg3, .circlebg4{
		width:200px;
		height:250px;
		float:none;
		margin:0 auto;
		margin-bottom:30px;
	}
	
	.circle1, .circle2, .circle3, .circle4{
		border-radius:50%;
		width:190px;
		height:190px;
	}
	
	.text1, .text2, .text3, .text4{
		width:100%;
	}
	
	h3{
		font-size:22px;
		margin-top:20px;
	}
	
	p{
		font-size:14px;
		margin-bottom:20px;
	}
	
	.view{
		width:100px;
		height:40px;
		font-size:16px;
	}
	

	.image1, .image2, .image3, .image4{
		width:100%;
		height:auto;
		background-color:rgba(102,255,204,0.5);
		overflow:hidden;
	}

	.image1 img, .image2 img, .image3 img, .image4 img{
		width:100%;
		height:auto;
	}
	
}
	
	
	
	

