*{
	margin:0;
	padding:0:

.africabar{
	max-width: 100%;
	height: 40px;
	background-image: url(explore/afbar.jpg);
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 1;
}

}
	
.blink{
	animation: blink 3s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}	
	100% {
		opacity:	.4;
	}
}

@keyframes slide{
	0%{
		background-image: url(art/ar-1.jpg);
	}
	20%{
		background-image: url(art/ar-2.jpg);
	}
	40%{
		background-image: url(art/ar3.jpg);
	}
	60%{
		background-image: url(art/ar-4.jpg);
	}
	80%{
		background-image: url(art/ar5.jpg);
	}	
}


body{
	background:url(art/art-room.jpg);
	width:100%;
	height:100vh;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	display:flex;
	justify-content:center;
	align-items: center;
}

body2{
	background:url(art/bronze2.jpg);
	width:100%;
	height:100vh;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	display:flex;
	justify-content:center;
	align-items: center;
}
.box{	
	position:relative;
	width:450px;
	height:400px;
	color: white; 
	background:transparent;
	border:1px solid #fff;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
.box:before{
	content: "";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	z-index: -1;
}
.box h{
	text-decoration: none;
   inline-size: 400px;
	overflow-wrap: break-word;	 
	text-align:center;
	line-height:400px;
	color: white;
}


.box2 a{
	color: white;
	font-size: 50px;
   text-decoration: none
}
.box a{
	color: white;
	font-size: 35px;
   text-decoration: none
}

}
.explore a{	
   text-decoration: none;
	color: #fff;
	font-size: 35px;
}

.explore a:hover{
	color: #fff;
	text-shadow: -1px 1px 20px #ffc, 1px -1px 8px #fff;
}

	
.section-top{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(art/ar-1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 700px 500px;
	animation: slide 15s infinite;
}
.explore h1{
   color: white;
   text-shadow: 3px 3px 3px #000000
}