/*Main CSS===================*/
/
.horana-project-photo ul{
	display:flexl;
}/*
.gallery{
	padding-top: 50px;
	padding-left: 100px;
}
/*Overlay===================*/
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,.6);
	display: none;
}
.overlay img{
	margin-top: 10%;
	margin-left: 33%;
	text-align: center;
	border: solid 10px #0f8d53;
}