@font-face{
    font-family: 'FiraCode';
    src: url('../font-family/Fira_Code/FiraCode-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}
html,
body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0%;
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    font-family: 'FiraCode';
    color: white;
}


.nav_links a {
  color: #fff;
  text-decoration: none;
  
}
.nav_links a:hover {
  color: aqua;
}
.nav_links {
  display: flex;
  flex-direction: column;
  background-color: #09205A;
  width: 6.4%;
  height: 150px;
  gap: 20px;
  padding: 20px;
  margin-top: -0.6%;
}
.projecten {
    display: flex;
    gap: 200px;
    margin-left: 20%;
    
}
.goede-doel {
    background-color: #09205A;
    height: 300px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
      box-shadow: 0px 4px 8px white;
}
.goede-doel a {
    color: white;
    text-decoration: none;
}
.goede-doel a:hover {
  color: aqua;
}
.goede-doel-logo {
    margin-top: -8%;
}
.lvl2-project {
      background-color: #09205A;
    height: 300px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
      box-shadow: 0px 4px 8px white;
      display: flex;
      align-items: center;
      justify-content: flex-start;
}
.projecten {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .nav_links {
    width: 15vw;
  }
  .projecten {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 650px;
    margin-left: -150px;
    
  }
}
@media screen and (max-width: 500px) {

  .nav_links {
    width: 20vw;
  }

}
@media screen and (max-width: 1000px) {
  .program-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

  }
}