*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;	  
}

@media only screen and (max-width:769px){     .heading{
   flex-direction: column;
  }
}

@media only screen and (max-width: 643px){
.heading{
  width: 100%;
  }
}

@media only screen and (max-width: 700px){
.responsive{
	width: 50%;
	margin: 6px 0;
	}
}
		
@media only screen and (max-width: 500px){
.responsive{
	width: 100%;
	
	}
}


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



.background-image{
	position: absolute;
	height: 100vh;	
	background-image: url('explore/explore1.jpg');
	background-size: cover;
}


.background-image3 .btn a{
 color: #FDFEFF;
 text-decoration: none;
 font-weight: bolder;
 border-radius: 5px;
 margin: 40px 0 70px 0;
}	


			
.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;
}


.gallery{
	border:1px solid #ccc;
}
	
.gallery img{
	width: 100%;
	height: auto;
}

.gallery img:hover { 
  outline: 3px solid #ccc; 
} 

.heading{
	width:100%;
	text-align: center;
	inline-size: 400px;
	overflow-wrap: break-word;
	margin-top: 220px; 
	color: #fff;
	font-size: 25px;
}


h1{
	position: relative;
}


.pagetitle{
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	color: beige;
}

.pagetitle2{
	padding-top: 20px;
	margin-bottom: 20px;
	color: #FFFDD0;
	font-size: 25px;
}

.responsive2{
	padding: 0 25px;
	float:left;
	width: 30%
}

.responsive{
	padding: 0 6px;
	float:left;
	width: 20%
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}