/*CONTACT*/

.contact-location{
  padding-left: 4rem;
  background-image: url('../images/contacticon_Location.png');
  background-repeat: no-repeat
}

.contact-email{
  padding-left: 4rem;
  background-image: url('../images/contacticon_Email.png');
  background-repeat: no-repeat
}

.contact-cell{
  padding-left: 4rem;
  background-image: url('../images/contacticon_Cell.png');
  background-repeat: no-repeat
}


/* BUSH SECTION - contact */
.sectionBush {
  width: 100%;
  /* padding-top: 12rem; */
  padding-bottom: 15rem;
  background-color: var(--color-blue);
  background-image: url("../images/bg_NamibianBush.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.formWrapper{
    width: 60%;
    margin: 0 auto;
    background-color: rgba(1, 9, 46, 0.9);
    padding: 2rem 4rem 4rem 4rem;
    border-radius: 1.2rem;
}