#indonesieBG{
    margin-top: 75px;
    height: calc(90vh - 75px);
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: url(../img/indonesieBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    background-position: center center;
}
#burkinaFasoBG{
    margin-top: 75px;
    height: calc(90vh - 75px);
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: url(../img/burkina-faso-04-cr-getty.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    background-position: center center;
}
.overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    left: 0;
    height: calc(90vh - 75px);
    z-index: 1;
}
.contentHeader{
    position: relative;
    z-index: 1;
}
.textHeaderProjects{
    color: #fff;   
    width: 100%;
    max-width: 100%;
}
.textHeaderProjects h1{
    font-family: "Agenor";
    font-size: 120px;
}
.textHeaderProjects h3{
    font-family: "Agenor";
    font-size: 80px;
}
.textHeaderProjects p{
    font-size: 30px;
}
.imageProjectBody{
    box-shadow: 0px 0px 10px #000;
    height: auto;
    border-radius: 20px;
}
.img1{
    width: 48%;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.img2{
    width: 48%;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
  }
  .owl-carousel .item img{
    border-radius: 20px;   
  }
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
@media (max-width: 991px) {
    .textHeaderProjects h1{
        font-size: 80px;
    }
    .textHeaderProjects h3{
        font-size: 50px;
    }
    .textHeaderProjects p{
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .textHeaderProjects h1{
        font-size: 45px;
    }
    .textHeaderProjects h3{
        font-size: 50px;
    }
    .textHeaderProjects p{
        font-size: 25px;
    }
}