*{
	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(an1.jpg);
	}
	20%{
		background-image: url(an2.jpg);
	}
	40%{
		background-image: url(an3.jpg);
	}
	60%{
		background-image: url(an4.jpg);
	}
	80%{
		background-image: url(an5.jpg);
	}	
}

body{
	background:url(aerial-0.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:350px;
	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,.2);
	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: 30px;
	text-decoration: none;
}
.box3 a{
	color: white;
	font-size: 30px;
	text-decoration: none;
}

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

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

	
.section-top{
	width: 80%;
	height: 80%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 1100px 700px;
	animation: slide 11s infinite;	
}
.explore h1{
   color: white;
   text-shadow: 3px 3px 3px #000000
}