/* TRANSFERS */

.sectionTransfers {
  width: 100%;
  padding: 10rem 10rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_Transfers.jpg");
  /* background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Transfers.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, bottom;
  background-size: auto, cover; */
  background-attachment: fixed;
  overflow: hidden;
}

.sectionTransfers p{
    color: #FFF;
}

/*tours/lodges*/
.sectionTours {
  width: 100%;
  padding: 10rem 10rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_guidedTours.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

/*schools*/
.sectionSchools {
  width: 100%;
  padding: 10rem 10rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_SchoolTrip.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_SchoolTrip.jpg"); */
  /* background-repeat: no-repeat, no-repeat;
  background-position: center top, bottom;
  background-size: auto, cover; */
  background-attachment: fixed;
  overflow: hidden;
}
.sectionSchools p{
    color: #FFF;
}

/*sandwich harbour*/
.sectionNamibDesert {
  width: 100%;
  padding: 10rem 10rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_Dune4x4Drive.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Dune4x4Drive.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, bottom;
  background-size: auto, cover; */
  background-attachment: fixed;
  overflow: hidden;
}
.sectionNamibDesert p{
    color: #FFF;
}

/*staff transfers*/
.sectionShuttle {
  width: 100%;
  padding: 10rem 10rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_Shuttle.jpg");
  /* background-image: url("../images/bg_ArrowDown.png"), url("../images/bg_Transfers.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, bottom;
  background-size: auto, cover; */
  background-attachment: fixed;
  overflow: hidden;
}

