/* FOOTER */

footer{
	text-align:center;
	padding:40px;
	background:black;
	margin-top:60px;
}
footer .social{
	padding-top: 10px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
footer .social img{
	width: 30px;
	height:30px;
}

/* LIGHTBOX */

.lightbox{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	display:none;
	justify-content:center;
	align-items:center;
}

.lightbox img{
	max-width:90%;
	max-height:90%;
}