.pop a{
	color:#8484ff;
}
.pop a:visited{
	color:#57bdd0;
}
.pop a:hover{
	color: #6262d3;
}
.pop a:active{
	color:#cfcfe7;
}
.pgroup{
	width:460px;
	height:220px;
	margin:0;
	padding:0;
}
.pgroup p{
	font-size:1.2em;
}
#figgallery{
	width:100%;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
figure{
	width:220px;
	height:220px;
	margin:0;
	margin-bottom:20px;
	padding:0;
}
figure img{
	display:block;
}
figcaption{
	position:relative;
	display:block;
	visibility:visible;
	width:180px;
	height:140px;
	padding:40px 20px;
	margin-top:-220px;
	color:white;
	font-size:2em;
}
.purple{
	background:rgba(78, 78, 163, .8);
}
.teal{
	background:rgba(29, 155, 166, .8);
}
.seafoam{
	background:rgba(93, 134, 139, .8);
}
.cerulean{
	background:rgba(45, 159, 207, .8);
}
figcaption:hover{
	visibility:hidden;
}
figure img:hover + figcaption{
	visibility:hidden;
}
.bkg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	background:rgba(255,255,255,.5);
}
.pop{
	position:absolute;
	top:330px;
	width:680px;
	height:auto;
	left:50%;
	margin-left:-340px;
	box-shadow:5px 5px 10px rgba(0,0,0,.4);
}
#popSANS, #popPumpkin, #popRosie, #popCat, #popPrezi, #popWedding, #popInfo, #popLogos, #popMenu, #popStyle, #popPaint, #popReal{
	display:none;
}
#popSANS figcaption, #popPumpkin figcaption, #popRosie figcaption, #popCat figcaption, #popPrezi figcaption, #popWedding figcaption, #popInfo figcaption, #popLogos figcaption, #popMenu figcaption, #popStyle figcaption, #popPaint figcaption, #popReal figcaption{
	visibility:visible;
	margin:0;
	background:rgba(0,0,0,.8);
	display:inline-block;
	padding:40px 20px;
	color:white;
	width:640px;
	font-size:1em;
	height:auto;
}
#infoimg{
	height:680px;
	overflow-y:scroll;
}
#infoimg img{
	width:100%;
}
.close{
	padding:0px;
	position:absolute;
	top:-10px;
	right:5px;
	padding:5px;
	background:rgba(255,255,255,.6);
}
#popInfo .close{
	right:15px;
}
.white{
	color:white;
	background:rgba(0,0,0,.6);
}
.pgroup a{
	color: #6262d3;
}
.pgroup a:visited{
	color:#57bdd0;
}
.pgroup a:hover{
	color:#8484ff;
}
.pgroup a:active{
	color:#cfcfe7;
}

