.education{
	background: url(../img/home_page/img2.jpg) no-repeat center 40%;
	
	border: 3px solid #FFF;
	background-size: cover;
	//background-attachment: fixed;
	text-align: center;
	padding: 10% 2.4% 0;
	line-height: 45px;


	height: 1000px;
	

	font-size: 30px;
	//color: #D1C263;
	color: #DDDDDD;	
	//text-shadow: 4px 8px 8px #000000;
	//text-shadow:
		4px 8px 8px #000,
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	//text-shadow: 	0 1px 1px #000,
					0 2px 2px #000,
					0 3px 3px #000,
					0 4px 4px #000,
					0 5px 5px #000,
					0 6px 6px #000,
					0 0px 3px #000,
					0 1px 3px #000,
					0 3px 5px #000,
					0 5px 10px #000,
					0 5px 20px #000; 
	text-shadow: 	0 1px 1px #000,
					0 2px 2px #000,
					0 3px 3px #000,
					0 4px 4px #000,
					0 5px 5px #000,
					0 6px 6px #000;
	


}
.tab{
	text-indent: 50px;
}

.education img{
	max-width: 100%;
	height: auto;
	//height: 1500px;
	overflow: hidden;
}

#e2 img{
	background: url(../img/members/IMG_1.JPG) no-repeat center 40%;
	background-color: rgba(84,26,122, 0.7);

}

@media (min-width: 800px) {

	.education{
		margin: 5% 0;
		padding-top: 5%;
		height: 700px;
	}

	.work-experience{
		margin-top: 10px;
		

	}


}
@media only screen 
  and (max-device-width: 414px) 
  and (orientation: portrait){
    

   
    .education{
        height: 1250px;
		background-size: auto;
		font: 15px/1.6;


        

    }
    .education img{
    	max-width: 50%;
    }

   
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){

	.education{
		background-size: auto;
		font-size: 85px;
	}

    
}

