@font-face {
  font-family: 'Mainfont';
  src: url(fonts/BrezelGrotesk-Trial-Regular-BF66fcb5f970d43.otf);
}

html {
  scroll-behavior: smooth;
  max-width: 2560px;
}

body {
  font-family: Mainfont;
}

.navbar {
  max-width: min(100vw, 2560px);
  margin: 0 auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #0096D7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .logonavbar {
  margin: 0;
  height: 150px;
  width: auto;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar ul li:last-child {
  background-color: #FF8a30;
  text-decoration: underline;
}

.navbar ul li a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  transition: background 0.3s;
  font-weight: 700;
  font-optical-sizing: auto;
  font-size: 35px;
}

.navbar ul li a:hover {
  background-color: #ff0000;
  color: #fff;
  cursor: pointer;

}

#begin {
  background-image: url('img/achtergrond.png');
  background-size: cover;
  height: 80vh;
  width: auto;
}

.doneer {
  background-color: white;
  width: 400px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 40%;
  left: 70%;
}

.wordt {
  background-color: #FF8a30;
  text-align: center;
}

.tijd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3vw;
}

.tijd h2:first-child {
  margin-left: 20px;
}

.tijd h2:last-child {
  margin-right: 20px;
}

.tijd h2:first-child:hover {
  background-color: #97D5F1;
  cursor: pointer;

}

.tijd h2:last-child:hover {
  background-color: #97D5F1;
  cursor: pointer;


}

.tijd h2 {
  background-color: #0096D7;
  padding-right: 10px;
  padding-left: 10px;
}

.prijs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3vw;
}

.prijs p {
  background-color: #0096D7;
  padding-right: 20px;
  padding-left: 20px;
}

.prijs p:hover {
  background-color: #97D5F1;
  cursor: pointer;

}

.nu {
  text-align: center;
  margin-bottom: 3vw
}

.nu p {
  display: inline;
  background-color: #FF8a30;
  padding-right: 20px;
  padding-left: 20px;
}

.balk {
  background-color: #0096D7;
  width: 100%;
  height: 150px;
  display: block;
}

.cirkel {
  display: flex;
  flex-direction: row;
  gap: 5vw;
}

.cirkel1 {
  background-color: #0096D7;
  width: 100px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  top: -75px;
  left: 20%;
}

.cirkel2 {
  background-color: #0096D7;
  width: 100px;
  height: 350px;
  border-radius: 50%;
  position: relative;
  top: -150px;
  left: 20%;
}

.cirkel3 {
  background-color: #0096D7;
  width: 80px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  top: -150px;
  left: 20%;
}

.cirkel4 {
  background-color: #0096D7;
  width: 150px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  top: -150px;
  left: 20%;
}

.cirkel5 {
  background-color: #0096D7;
  width: 150px;
  height: 700px;
  border-radius: 50%;
  position: relative;
  top: -150px;
  left: 20%;
}

.links p {
  display: flex;
  width: 450px;
  font-size: LARGE;
  font-weight: bolder;
  position: relative;
  left: 0;
  top: -500px;
  margin-left: 2vw;
}

.links {
  display: flex;
  flex-direction: column;
}

.links p:last-child:hover {
  background-color: #fe7710;
  cursor: pointer;
}

.links p:last-child {
  background-color: #FF8a30;
  padding: 15px 15px;
  width: 150px;
  text-align: center;
}

#main {
  display: flex;
  flex-direction: row;
}

.rechts p:first-child {
  position: relative;
  left: 900px;
  top: -500px;
  width: 200px;
}

.rechts img {
  position: relative;
  left: 900px;
  top: -500px;

  width:auto;
  height:150px;
}

.ver {
  position: relative;
  left: 900px;
  top: -500px;
  width: 200px;
}

  .imgs {
    display:flex;
    flex-direction: column;
  }

  .boxs {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
  }

  .box img {
    width: 400px;
    height: 400px;
    border: 5px rgb(72, 26, 239) solid;
  }

  .box {
    display:flex;
    flex-direction:column;
  }

  .box p {
    width:300px;
  }

  #footer {
    background-color:blue;
  }

  .contact {
    display:flex;
    flex-direction:row;
    justify-content: space-between;

  }

  .contact2, .contact3 {
    color:white;
  }