
.number{
        width: 50px;
        height: 50px;
        position: absolute;
        top: 15px;
        left: 10px;
      }


.section{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	border-radius: 20px;
	border-style: outset;
	background-color:#f0f0f069;
	opacity: 0;
	position: relative;
}

.section:hover {
	background-color: #f1f1f1;
}



#main{
	margin-top: 150px;
}

#one{
	animation: entrance 3s ease-out 0s 1 forwards;
}
#two{
	animation: entrance 3s ease-out 0.5s 1 forwards;
}
#three{
	animation: entrance 3s ease-out 1.5s 1 forwards;
}
#four{
	animation: entrance 3s ease-out 2s 1 forwards;
}
#five{
	animation: entrance 3s ease-out 2.5s 1 forwards;
}
#six{
	animation: entrance 3s ease-out 3s 1 forwards;
}
#seven{
	animation: entrance 3s ease-out 3.5s 1 forwards;
}
#eight{
	animation: entrance 3s ease-out 4s 1 forwards;
}
#nine{
	animation: entrance 3s ease-out 4.5s 1 forwards;
}
#ten{
	animation: entrance 3s ease-out 5s 1 forwards;
}
#eleven{
	animation: entrance 3s ease-out 5.5s 1 forwards;
}
#twelve{
	animation: entrance 3s ease-out 6s 1 forwards;
}
#smaller{
	animation: entrance 3s ease-out 6.5s 1 forwards;
}


@keyframes entrance {
	from {transform: translate(0px, 1500px); opacity: 0;}
	to {transform: translate(0px, 0px); opacity: 1;}
}

.arrow{
	position: absolute;
	right: 20px;
	top: 120px;
	width: 20px;
	cursor: pointer;
}

.cover{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	animation: cover 5s ease-in 3s 1 forwards;
	opacity:0;
	border-radius: 20px;
	cursor: pointer;
	opacity: 0;

	/*background-image: url("cover.png");*/
}


@keyframes cover {
	from {opacity:0;}
	to {opacity:0.4;}
}

/*#cover1{background-image:url("img/Cover bass Tina Betz.jpg");}
#cover2{background-image:url("img/Cover Boylan_NationalWarpAndWeft_1992_interior_ - Kristina Boylan.jpg");}
#cover3{background-image:url("img/Cover Summer2020 - Andrea Dziubek.JPG");}
#cover4{background-image:url("img/Cover Edgell Josh Tree Rocks - Robert Edgell.jpg");}
#cover5{background-image:url("img/Cover Amir 1.jpg");}
#cover6{background-image:url("img/Picture22.jpg");}
#cover7{background-image:url("img/Cover Spring Break 2020 (DL).JPG");}
#cover8{background-image:url("img/Cover Thomas Perez.jpeg");}
#cover9{background-image:url("img/Cover Paul Schulman.jpg");}
#cover10{background-image:url("img/Cover Lighthouse-Maine - Zora Thomova.JPG");}*/


.content{
	display:none;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.flex{
	width: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.art{
	width: 50%;
	margin-bottom: 20px;
}

.caption{
	width: 40%;
}

.caption p {
	width: 98%;
	margin-left: 20px;
}

.caption ul{
	width: 98%;
	margin-left: 20px;
}

.caption ol{
	width: 98%;
	margin-left: 20px;
}

.caption h3{
	text-align: left;
	margin-left: 20px;
}

.overlay{
	opacity: 0;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 150px;
	border-radius: 20px;
	cursor: pointer;
}

@media(max-width: 800px){
	.art {
		width: 80%;
		margin-bottom: 0px;

	}
	.caption{
		width: 80%;
	}

	.caption p{
		display:none;
	}

	.caption h2{
		font-size: 18px;
		margin-top: 0px;
		padding-top: 0px;
		text-align: center;
	}

   .number{
          top: 10px;
        }
}
