@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------QUERY1----------------------------------------------------------------------------- */
@media screen and (max-width: 950px) {
	
	
.left-stack{
	width: 55%;
	height: 80%;
	box-sizing: border-box;
}
	
	
	
	}	
/*-----------------------------------------------//QUERY1------------------------------------- */	




/*------------------------------------------------QUERY2------------------------------------- */

@media screen and (max-width: 700px) {
	
.header{
	display: none;
}	
	
.header_sml{
	display: none;
}	


.header_med{
	display:block;
	width: 100%;
}

.header_med img{
	width: 100%;
}	
	
	
	.left-stack{
	width: 100%;
	height: 80%;
	box-sizing: border-box;
}
	
	
	.stack_button{
	width: 45%;
	height: 100%;
	background-color: #dc143c;
	color: white;
	text-align: center;
	padding: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5%;
	cursor: pointer;
}
	
	
	
.column{
	width:100% !important;

	}


	#w1 {
	background-image:url("../jpg/principle_bg2.jpg");
	padding-top: 5%;
	padding-bottom: 5%;
    }
	
	
	#w2 {
	background-image:url("../jpg/daya_bg2.jpg")  !important;
	padding-top: 5%;
	padding-bottom: 5%;	
    }
	
	
	}	
/*------------------------------------------------//QUERY2------------------------------------- */	



/*---------------------------------------------------QUERY3--------------------------------- */

@media screen and (max-width: 550px) {
	
.column_subpage{
	display: inline-table;
	padding: 2px;
	  word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
    width: 100%; }
	
	


.header{
	display: none;
}	
	
.header_med{
	display: none;
}	


.header_sml{
	display:block;
	width: 100%;
}

.header_sml img{
	width: 100%;
}	
	
	
	.stack_Button_wrapper{
flex-direction: column;
}
	
	.stack_button{
	width: 100%;
	height: 100%;
	background-color: #dc143c;
	color: white;
	text-align: center;
	padding: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0%;
		margin-top: 2%;
	cursor: pointer;
}



	
	}	
/*--------------//QUER3--------- */	


