#fadeHeader{
	display: none;
	

}
.col-12 { 

	//float: left;
	//padding: 15px;
	//width: 100%; 
}
.row-0 {
	 display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	//height: auto;
}
.column {
  //flex: 25%;
  //padding: 0 4px;
}

.column img {
  //margin-top: 8px;
  //vertical-align: middle;
}
.wrapper img {
	width: 100%;
	height: 100%;
	min-width: 0;
	//float: left;
	margin: 2.5%;
	//border: 2px inset #000;
	
	background-color: #cde364;
	//border: 5px solid #FFFFFF;
	//border-bottom: 25px solid #FFFFFF;
	margin-bottom: 1px;
	outline: 0 solid #ffcf60;
	transition: all 5s ease-in-out;
	//-webkit-box-shadow: 0 8px 7px 1px #777;
	//   -moz-box-shadow: 0 8px 7px 1px #777;
	//        box-shadow: 0 8px 7px 1px #777; 
	
}
.gallery{
	overflow-x: auto;

}

.education{
	text-align: center;
	//text-shadow: -2px 2px 0 #404040, -4px 4px 0 #666;
	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;

	color: #fff;
	width: 68%;
	//border: black solid;



}


.wrapper img:hover{

	//z-index: 1000;
	 box-shadow: 0 0 20px 10px rgba(0, 140, 186, 0.5);
	transform: scale(2);
    

  	

}



.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;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777; 
	font-size: 1.1em;

}
.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;
}

/*
#accordionNav a {
	color: #EEE;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	outline: none;
}
#accordionNav a:hover {
	color: #FFCF60;
}
*/
.imgHide{
	display: none;
}
.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;
}
.work-experience a h2{
	text-decoration: none;
	//border: 3px solid #FFF;
	
	padding: 5px;
	margin: 0;
	display: block;

}
.accordionHeader{
	//background: rgba(84,26,255, 0.7);
	//text-decoration: underline;
	background: #8700C3;

}
#pictureList1, #pictureList2, #pictureList3{
	display:none;
}
.mfp-title{
	text-align: center;
	font-size: 14px;
	color: #F6CF70;
	font-weight: bold;
	text-transform: uppercase;
}
.mfp-bg{
	//background: #333;
	background: rgba(84,26,101, 0.7);
}
