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

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

.body{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-around;
	align-ites: center;
	background-image: url(images/main.jpg);
	background-position: center;
	background-size: cover;
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 35px 25px 0 40px;
}

.container .galleryheading{
  width: 50%;
  padding-bottom: 50px;
}
.container .galleryheading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.container .galleryheading h3 span{
  font-weight: 100;
}

.container .galleryheading h1{
  font-size: 45px;
}
.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  display: flex;
  flex-direction: column;
  width: 80%;
}


.container .box .dream img{
  width: 98.2%;
  padding-top: 3px;
  padding-bottom: 5px;
  border-radius: 0px;
}
.container .btn{
  margin: 0px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.container .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}

.dream {
  position: relative; 
}

.dream img:hover { 
  outline: 1px solid #fff; 
}	

.image-container {
    border: 1px solid #fff; /* The border visible while loading */
    display: inline-block; /* Fits container to image size */
    min-width: 200px; /* Optional: placeholder width */
    min-height: 150px; /* Optional: placeholder height */
    background-color: #f0f0f0; /* Optional: loading background */
  }
  .image-container img {
    display: block; /* Removes bottom spacing */
  }


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

.container .box .dream{
  width: 100%;
}

}

@media only screen and (max-width: 643px){
.container .heading{
  width: 100%;
}
.container .heading h3{
  font-size: 1em;

}

}

.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 5px 9px;
	letter-spacing: 2px;
	font-size: 22px;
}
.menu ul li a:hover{
	border-bottom: 4px solid #000;
	transition: .2s;
} 
.navbar{
	width: 100%;
	height: 80px;
	background-color: #ffebcd;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #000;
}


.text-overlay {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 1rem;
  font-size: 2.5rem;
  font-weight: 300;
  color: white;
}







