@font-face {
  font-family: Informatie;
  src: url(../fonts/PTSans-Italic.ttf);


}


body {
  background-image: url(0meting/images/Portfolio.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0px;
}

.menu-button {
  padding: 0;
  height: 30px;
  width: 50px;
  font-size: 15px;
  color: rgb(255, 255, 255)
}

.navbar-responsive {
  display: none;
}

.menu-button {
  background-color: rgba(245, 245, 245, 0.2);
}

.navbar {
  grid-area: navbar;
  background-color: rgb(52, 2, 204);
  display: flex;
  align-items: center;
  color: white;
  height: 100px;
  width: 100vw;
  box-shadow: 5px 5px 5px black;
  z-index: 1000;

}

nav {
  width: 100%;
}

nav ul {
  display: flex;
  padding: 0;
  justify-content: space-around;
}

li {
  list-style: none;
  display: flex;
  z-index: 1000;
}

li a {
  color: white;
  font-size: 150%;
  font-weight: bold;
  height: 30px;
  font-family: Informatie;
  z-index: 1000;
}

.links1 {
  display: none;
  flex-direction: column;
  align-items: center;
}

.links1>p {
  font-size: 32px;
  width: 800px;
  font-family: Informatie;
}

.links1>h1 {
  font-size: 45px;
  font-family: kop;
  padding-top: 10px;

}

.links2 {
  grid-area: links2;
}

.rechts1 {
  display: none;
  justify-content: center;
}

.kinderkankerfonds {
  margin-top: 20px;
  border-radius: 20px;
  width: 350px;
  box-shadow: 10px 10px 10px black;

}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.project {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  gap: 30px;
}

.project-info {
  flex: 2 1 300px;
}

.project-info h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff191d;
  font-family: 'Jockey One', Arial, sans-serif;
}

.project-info p {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0;
}

.project-image {
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-image img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.project-image img:hover {
  transform: scale(1.05);
}

.project {
  background: #9ccaff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  margin-bottom: 40px;
  transition: box-shadow 0.2s;
   text-decoration: none;
}
.project a{
  background: #9ccaff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  margin-bottom: 40px;
  transition: box-shadow 0.2s;
  text-decoration: none;
}

.project:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}
a {
  text-decoration: none;
}


@media (max-width: 1039px) {
  .links1 p {
    max-width: 500px;
  }




}

@media (max-width: 817px) {

  .navbar {
    grid-area: navbar;
    background-color: rgb(52, 2, 204);
    display: flex;
    align-items: center;
    color: white;
    height: 100px;
    width: 100vw;
    box-shadow: 5px 5px 5px black;
    z-index: 1000;

  }

  nav {
    width: 100%;
  }

  nav ul {
    display: flex;
    padding: 0;
    justify-content: space-around;
  }

  li {
    list-style: none;
    display: flex;
    z-index: 1000;
  }

  li a {
    color: white;
    font-size: 120%;
    font-weight: bold;
    height: 25px;
    font-family: Informatie;
    z-index: 1000;
  }

  .links1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .links1>p {
    font-size: 32px;
    width: 500px;
    font-family: Informatie;
  }

  .links1>h1 {
    font-size: 40px;
    font-family: kop;
  }


  .rechts1 {
    display: flex;
    justify-content: center;
  }

  .kinderkankerfonds {
    margin-top: 20px;
    border-radius: 20px;
    width: 270px;
    box-shadow: 10px 10px 10px black;

  }

  .links1 p {
    max-width: 300px;
  }


}

@media (max-width: 800px) {
  .project {
    display: flex;

  }

  .project-image {
    margin-top: 10px;
  }


}

@media (max-width: 600px) {
  .navbar {
    display: flex;
  }

  ul {
    gap: 19px;
    padding-left: 0;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .menu ul li {
    margin: 0;
    padding: 0;
  }

  .navbar-responsive {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(52, 2, 204);
    padding: 30px;
  }

  .menu {
    font-size: 20px;
  }
}




@media (max-width: 500px) {


  .links1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .links1>p {
    font-size: 32px;
    width: 350px;
    font-family: Informatie;
  }

  .links1>h1 {
    font-size: 35px;
    font-family: kop;
  }


  .rechts1 {
    display: flex;
    justify-content: center;
  }

  .rechts1 img {
    width: 200px;
  }

  .kinderkankerfonds {
    margin-top: 20px;
    border-radius: 20px;
    width: 230px;
    box-shadow: 10px 10px 10px black;

  }

  .links1 p {
    max-width: 200px;
    font-size: 20px
  }



}


@media (max-width: 817px) {

  .navbar {
    grid-area: navbar;
    background-color: rgb(52, 2, 204);
    display: flex;
    align-items: center;
    color: white;
    height: 100px;
    width: 100vw;
    box-shadow: 5px 5px 5px black;
    z-index: 1000;

  }

  nav {
    width: 100%;
  }

  nav ul {
    display: flex;
    padding: 0;
    justify-content: space-around;
  }

  li {
    list-style: none;
    display: flex;
    z-index: 1000;
  }

  li a {
    color: white;
    font-size: 120%;
    font-weight: bold;
    height: 25px;
    font-family: Informatie;
    z-index: 1000;
  }

  .links1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .links1>p {
    font-size: 32px;
    width: 500px;
    font-family: Informatie;
  }

  .links1>h1 {
    font-size: 40px;
    font-family: kop;
  }


  .rechts1 {
    display: flex;
    justify-content: center;
  }

  .kinderkankerfonds {
    margin-top: 20px;
    border-radius: 20px;
    width: 270px;
    box-shadow: 10px 10px 10px black;

  }

  .links1 p {
    max-width: 300px;
  }


}

@media (max-width: 800px) {
  .project {
    display: flex;

  }

  .project-image {
    margin-top: 10px;
  }


}

@media (max-width: 600px) {
  .navbar {
    display: flex;
  }

  ul {
    gap: 19px;
    padding-left: 0;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .menu ul li {
    margin: 0;
    padding: 0;
  }

  .navbar-responsive {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(52, 2, 204);
    padding: 30px;
  }

  .menu {
    font-size: 20px;
  }
}




@media (max-width: 500px) {


  .links1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .links1>p {
    font-size: 32px;
    width: 350px;
    font-family: Informatie;
  }

  .links1>h1 {
    font-size: 35px;
    font-family: kop;
  }


  .rechts1 {
    display: flex;
    justify-content: center;
  }

  .rechts1 img {
    width: 200px;
  }

  .kinderkankerfonds {
    margin-top: 20px;
    border-radius: 20px;
    width: 230px;
    box-shadow: 10px 10px 10px black;

  }

  .links1 p {
    max-width: 200px;
    font-size: 20px
  }



}