@media only screen and (max-width: 1200px) {
	#about_div{
		background-repeat: repeat;
	}
	#about_div_container{
		padding:10% 10px;
	}

	#about_div_text_1{
		font-size:150%;
		line-height:1.2;
		color:#FFF;
		padding-bottom:20px;
	}

	#about_div_text_2{
		font-size:100%;
		color:#FFF;
		padding-bottom:10px;
	}

	.div_title{
		font-size:200%;
		font-weight:700;
	}

	.activities_sub{
		padding:40px 20px;
		text-align:left;
	}
	
	.activities_box{
		margin:auto;
		font-family: "Montserrat", sans-serif;
		margin-top:20px;
		margin-bottom:20px;
		padding:40px 10px;
		width:70%;
		background-color:#FFF;
		text-align:center;
		border-radius: 25px;
	}
	.div_subtitle{
		font-size:150%;
		font-weight:700;
	}
	#contact_div{
		background-size: auto;
		
	}	
	.contact_text{
		font-size:250%;
		color:#FFF;
		font-weight:700;
	}
	#contact_div_content{
		padding:20px 0 60px 0;

	}
	
	.testimonial_sub{
		padding:20px 30px;
		text-align:center;

	  }

	  #class_div{


		background-position: -30% bottom; 
		}

		.class_paragraph{

		font-size:120%;

	  }
	#class_div_content{

		text-align:center;
		padding-top:20px;
	}
	.class_div_subcontent{
		margin-bottom:20px;
	}
	
	#slider2{
	  
	 background: url("../images/slider/slider1_notext.jpg") no-repeat fixed top; 
	 height:600px;
	 background-size: 100%;
  }
  .coming_soon_text{
	  color:#FF0000;
	  font-family: "Montserrat", sans-serif;
	  /*font-size:9em;*/
	  font-size:100%;
	  font-weight:200;
	  padding-top:80px;
	  text-align:center;
  }
}