#fadeHeader{
	display: none;
}
.textLayout{
	color: #FFF;
	text-shadow: -2px 2px 0 #000000, -4px 4px 0 #000;
	font-size: 1.1em;
}
.work-experience{
	text-shadow: -2px 2px 0 #000000, -4px 4px 0 #000;
	//background: rgba(84,26,101, 0.7);
	//background-color: #404040;
	//background: #0066a5;

	color: #FFF;
	//min-height: 700px;
	line-height: 45px;
	//padding-left: 10px;
	//background: rgba(84,26,122, 1);
	//background: rgba(84,26,255, 1);
	background: #8700C3;

	padding: 0 5px;
	border: 5px solid #FFF;
	font-size: 1.1em;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777; 

}
.work-experience h2{
	text-align: center;
	//text-decoration: underline;
	//background-color: #404040;
	//color: #FFF;
	color: #FFCF60;
	/*margin-top: -.5px;
	*/
}
.work-experience a{
	text-decoration: none;
	color: #EEE;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	outline: none;
	
	margin: 0;

}

.work-experience h2 a:hover{
	color: #FFCF60;
	text-decoration: underline;
}
.dd_wrapper{
	border: 3px solid #FFF;
	margin:0 -7px;
	background: rgba(84,26,122, 1);
	//margin-bottom: 5px;
}
.listItems{
	background: rgba(84,26,255, 0.7);
	//border: 3px solid #FFF;
	//background: rgba(84,26,122, 0.7);
	padding: 0 10px;
	margin:0 -7px;
	border: 5px solid #FFF;
}
.accordionHeader{
	//background: rgba(84,26,255, 0.7);
	//text-decoration: underline;
	background: #8700C3;

}
.education{

	
	margin-top: 3%;

	 -webkit-transition: opacity 50000ms ease-out 200ms; /* property duration timing-function delay */
    -moz-transition: opacity 50000ms ease-out 200ms;
    -o-transition: opacity 50000ms ease-out 200ms;
    transition: opacity 50000ms ease-out 200ms;
}
.education h2{
	font-size: 1.1em;
	text-align: center;
}
.myButton {
	
	 	box-shadow:inset 0px 1px 34px 0px #efdcfb;
		background-color:#8700C3;
		border-radius:80%;
		border:5px solid #FFFFFF;
		display:inline-block;
	
		cursor:pointer;
	
		color:#ffffff;
	
		font-family:Courier;	
		font-size:3em;
		font-weight:bold;
		//padding:19px 23px;
		padding: 10px 35px;
		text-decoration:none;
		text-shadow:0px 1px 0px #9752cc;


		-moz-box-shadow:inset 0px 1px 34px 0px #efdcfb;	
		-webkit-box-shadow:inset 0px 1px 34px 0px #efdcfb;
		
	
		-moz-border-radius:34px;
		-webkit-border-radius:34px;
	

}



.myButton:hover {
	background-color:#520077;
}

.myButton:active {
	position:relative;
	top:1px;
	background-color:rgba(84,26,255, 0.7);
	color:#000000;
	border: 5px solid #000000;


}

#leftHistory{
	//margin-top: 30%;
	float:left;
	//height: 600px;
	overflow: hidden;
	//z-index: 100;
	//padding-left: 25%;
	
	

	
}
#rightHistory{

	//margin-top: 30%;
	float:right;
	//height: 600px;
	overflow: hidden;
	//z-index: 100;
	//padding-right: 25%;
	
}
#centerHistory{

	//margin-left: 5%;
	float:left;
	width: 75%;
	padding: 5% 12%;
	margin-bottom: 5px;
	//padding: 0 15%;
	height: 1100px;
	background: rgba(84,26,255, 1);
	border: 5px solid #FFFFFF;
}
#g2{

	//padding-top: 7%;
	line-height: 45px;
	height: 55%;
	color: #FFCF60;
}
#historyList2{
	//display: none;
}
.educationImg{
	float: left;
	margin: 0 5% 0 0;
	width: 35%;
	height: 250px;
	border: 5px solid #FFFFFF;


}
@media (min-width: 800px) {


	#centerHistory{
		//width: 90%;
		height: 850px;

	}
	#leftHistory, #rightHistory{
		
		margin-top: 5%;
	}
	#rightHistory{
		
	}
	.educationImg{
		width: 50%;
		height: 350px;
	}

}