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


}
a{
    text-decoration: none;
}

.container{

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    

}




body{
    margin: 0;
    width: 100%;   
    min-height: 80vh;
    display: grid;
    background-image: url(portfolio/projecten/0meting/images/Portfolio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
   
}
.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;
    
  }
  .navbar-responsive{
    display: none;
   
}
.menu-button{
  padding: 0;
  height: 30px;
  width: 50px;
  font-size: 15px;
 color: rgb(255, 255, 255)
}
.menu-button{
  background-color: rgba(245, 245, 245, 0.2);
}
  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: 1.5rem;
    font-weight: bold;
    height: 30px;
    font-family: Informatie;
    z-index: 1000;
}



.row{
    width: 100%;
    max-width: 1400px;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    padding-top: 100px;
}
.row .imgWrapper{
    overflow: hidden;
}
.row .imgWrapper img{
    height: 450px;
    object-fit: cover;
    box-shadow: 10px 10px 10px;
}

.row .contentWrapper h1 {
    font-size: 60px;
    color: black;
    
}
.row .contentWrapper p{
    font-family: Informatie;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 34px;
    padding-bottom: 15vh; 
    width: 600px;
    
}
@media (max-width: 950px) {
   
    .row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .row .imgWrapper img{
        height: 380px;
        object-fit: cover;
        box-shadow: 10px 10px 10px;
        
   }
   .row .contentWrapper h1 {
    font-size: 50px;
    color: black;
    display: flex;
    justify-content: center;
    padding-top: 4vh;
}

.row .contentWrapper p{
    font-family: Informatie;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 34px;
    width: 300px;
    padding-bottom: 25vh;
}

.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;
}
  }
  @media (max-width: 600px) {
    .navbar{
        display: flex;
    }
    ul{
       gap: 19px;
        padding-left: 0;
    }
    .menu {
      font-size: 17px;
  }
    .menu ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .menu-button{
      margin-bottom: 4.2px;
    }
    .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;
        padding-bottom: 33px;
    }
    
    .contact-box {
        max-width: 300px;
        margin: 50px auto;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: rgba(99, 121, 172, 0.7);
    }

    .knopcontacten button {
        height: 30px;
        width: 50px;
        font-size: 10px;
        background-color: black;
        color: white;
        border-radius: 10px;
    }
}
  
    
    