body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.navbar {
  background-color: rgb(248, 217, 163);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-logo {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-links {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.navbar-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s;
}

.navbar-links a:hover {
  color: rgb(255, 133, 58);
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.bovenkantsite {
  background-color: rgb(255, 223, 170);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}

.voedselbanklogo img {
  height: 50px; 
}

.sectie1 {
  height: 20vh;
  background-color: rgb(255, 248, 238);
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.sectie1tekst {
  font-weight: bold;
}

.sectie1tekst2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: rgb(222, 131, 2);
  margin-top: -10px;
}


.bovenkantsitepics {
  display: flex;
  align-items: center;
  gap: 40px;                
  margin: 10px 0;            
}

.bovenkantsitepic1 img {
  width: 70%;                
  border-radius: 25px;
  margin-left: 5%;  
}

.bovenkantsitepic2 img {
  width: 130%;              

  margin-left: -40%;     
}

.herostory-container {
  display: flex;
}

.box {
  height: 40vh;
  width: 20vh;
}

#grotetext {
  height: 32vh;
  width: 160vh;
  background-color: rgb(255, 248, 238);
}

#grotetext h1 {
  margin-left: 20px;
}

#grotetext h2 {
  margin-left: 20px;
}

#grotetext h4 {
  margin-left: 20px;
  font-weight: 300;
}

#kleinetext {
  height: 32vh;
  width: 50vh;
  background-color: rgb(35, 33, 33);
}

#kleinetext h1 {
  margin-left: 15px;
  color: rgb(255, 255, 255);
}

.oranje {
  color: rgb(222, 131, 2);
}

#kleinetext h2 {
  margin-left: 17px;
  margin-top: 50px;
  color: rgb(255, 255, 255);
}

.donatie1-container {
  display: flex;
  height: 25vh;
  width: 100%;
}

.dbox {
  height: 32vh;
  width: 75vh;
  background-color: rgb(255, 133, 58) ;
}

#dbox1 h1 {
  color: rgb(255, 255, 255);
  margin-left: 18px;
  margin-top: 55px;
}

#dbox1 h2 {
  color: rgb(255, 255, 255);
  margin-left: 20px;
}

#dbox1 img{
  height: auto;
  width: 35%;
  margin-left: 265px;
  margin-top: -170px;
}

#dbox2 h2 {
  color: rgb(255, 255, 255);
  margin-left: 70px;
  margin-top: 10px;
}

#dbox3 h2 {
  color: rgb(255, 255, 255);
  margin-left: 70px;
  margin-top: 10px;
}

#dbox2 img{
  height: auto;
  width: 62%;
  margin-left: 13.5%;
  margin-top: -10px;
  border-radius: 20px;
}

#dbox3 img{
  height: auto;
  width: 62%;
  margin-left: 20.5%;
  margin-top: -10px;
  border-radius: 20px;
}




.donatietiers-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: rgb(255, 255, 255);
  padding: 60px 0;
  flex-wrap: wrap;
}

.tbox {
  background-color: rgb(246, 246, 246);
  width: 340px;
  height: 550px;
  border-radius: 10px;
  text-align: center;
  padding: 30px 25px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tbox p {
  color: rgb(255, 133, 58);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.bedrag {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
}

.bedrag h4 {
  font-size: 26px;
  margin-right: 5px;
}

.bedrag h1 {
  font-size: 64px;
  margin: 0;
}

.bedrag h5 {
  margin-left: 5px;
  color: rgb(80, 80, 80);
}

.donatie-lijst {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 90%;
  line-height: 1.6;
}

.donatie-lijst li {
  margin: 10px 0;
  font-size: 17px;
}

.doneer-knop {
  background-color: rgb(255, 133, 58);
  color: white;
  border: none;
  padding: 14px 0;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  width: 80%;
  margin: 0 auto 10px auto;
}

.doneer-knop:hover {
  background-color: rgb(222, 100, 0);
}

.ervaring-container {
  display: flex;
}

.Ebox {
  height: 300px;
  width: 100%;
  background-color: rgb(255, 133, 58);
}

.Ebox h1 {
  margin-left: 1.5%;
  margin-top: 5%;
  color: white; 
}

.Ebox h2 {
  margin-left: 1.5%;
  color: white;
}

.Ebox img {
  height: auto;
  width: 15%;
  margin-left: 75%;
  margin-top: -12%;
}

.reviews-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #f8f8f8;
}

.reviewbox {
  position: absolute;
  width: 25%;
  height: 35%;
  border: 2px solid black;
  background-color: white;
}

.naambox {
  position: absolute;
  width: 25%;
  height: 8%;
  border: 2px solid black;
  background-color:rgb(255, 133, 58);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;

}

#naambox1 {
  top: 5%;
  left: 8%;
}

#reviewbox1 {
  top: 13%;
  left: 8%;
}

#naambox2 {
  top: 55%;
  left: 8%;
}

#reviewbox2 {
  top: 63%;
  left: 8%;
}

#naambox3 {
  top: 5%;
  left: 64%;
}

#reviewbox3 {
  top: 13%;
  left: 64%;
}

#naambox4 {
  top: 55%;
  left: 64%;
}

#reviewbox4 {
  top: 63%;
  left: 64%;
}

.footer {
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px 20px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

.footer h2 {
  margin-bottom: 10px;
  color: #000;
}

.footer p {
  margin: 5px 0 20px;
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.footer .icon img {
  width: 70px;
  height: 70px;
  opacity: 0.8;
  transition: 0.3s;
}

.footer .icon img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.footer-ondertekst {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

