@charset "UTF-8";
/* Zoey's Projects Modal CSS Document */

/* Class Elements  */


/* Single Elements */


/* Film Containers */
.fcontainer {
	max-width:800px;
	height: auto;
	margin: auto;
}
.acontainer {
	opacity: 1;
	padding:5px;
	margin:1px;
	display:inline-block;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.acontainer a:hover {
	opacity:0.3;
}
.aimage {
	opacity: 1;
	backface-visibility: hidden;
   border-radius: 15px;
	cursor: pointer;
	transition: 0.3s;
}
.amiddle {
	width:auto;	
	opacity:1;
	font-size: 13px;
	padding: 0px 5px 10px 5px;
	margin: auto;
	text-align:center;
	color: #AD9931;
}
.adesc {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding:10px 5px 0px 5px;
	text-align:center;
	color: #FFFFFF;
}
.adesc2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding:10px 5px 10px 5px;
	text-align:center;
	color: #FFFFFF;	
}
.atext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding:5px;
	text-align:center;
	
}

/* The Modal (background) */
.modalDialog {
	position: fixed;
	left: 10px;
	top: 75px;
/*	bottom: 0;
	right: 0;  */
	max-width: 870px;
	height: auto;
	margin-right: auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
/*	background: rgba(0,0,0,0.8);  */
	z-index: 99999;
	opacity:0; 
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow: auto;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	max-width: 805px;
	position: relative;
	margin: 20px 20px 20px auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color:#000000;
	line-height: 115%;
	background: #ffffff;
}

.closeA a {color:#ffffff;}

.modalDialog > div a {color: #045EFF;}

.closeA {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
}
.closeA:hover { background: #00d9ff; }



