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

a{
    text-decoration: none;
}

body{
  margin: 0;
  background-image: url(../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-responsive{
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 36px;
}
.container p {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 45px;
  font-size: 30px;
}

.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;
  
}
.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%;
  margin: 0;
}

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;
  
}

.kop p{
  font-size: bold;
  display: flex;
  font-size: 50px;
  text-align: center;
  display: center;
  height: 20vh;
  }
  

.img{
  display: flex;
  width: 370px;
  margin: 0;
  border-radius: 20px;
  box-shadow: 5px 5px 5px black;
}
.left {
  grid-area: left;
  font-family: Informatie;
  font-size: 140%;
  max-width: 1000px;
 
}

.buttom {
  grid-area: buttom;
  font-family: Informatie;
  font-size: 140%;
  max-width: 1000px;
}

.img{
  display: flex;
  width: 250px;
  margin: 0;
  border-radius: 20px;
  box-shadow: 5px 5px 5px black;
}
.kop {
  font-family: about me;
  font-weight: bold;
  display: flex;
  font-size: 300%;
  text-align: center;
  display: center;
  height: 10vh;
  margin-bottom: 50px;
  }


  

    @media (max-width: 1300px) {
      .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 36px;
      }
      .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%;
        margin: 0;
      }
      
      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;
        
      }
      
      .kop {
        font-size: bold;
        display: flex;
        font-size: 400%;
        text-align: center;
        display: center;
        height: 10vh;
        }
      
      
      
      .left {
        grid-area: left;
        font-family: Informatie;
        font-size: 150%;
        width: 600px;
        
      }
      
      .buttom {
        grid-area: buttom;
        font-family: Informatie;
        font-size: 150%;
        width: 700px;
      }
      
      .img{
        display: flex;
        width: 250px;
        margin: 0;
        border-radius: 20px;
        box-shadow: 5px 5px 5px black;
      }
      }
      @media(max-width: 832px){

      }
      @media (max-width: 706px) {
        .container {
          display: flex;
          flex-direction: column;
          align-items: center;
          line-height: 36px;
        }
      }
        @media (max-width: 500px) {
    
          .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;
            margin-top: 8px;
          }
        
          li {
            list-style: none;
            display: flex;
            z-index: 1000;
        }
        
        li a {
            color: white;
            font-size: 120%;
            font-weight: bold;
            height: 20px;
            font-family: Informatie;
            z-index: 1000;
        }
        .left p{
          grid-area: left;
          font-family: Informatie;
          font-size: 20px;
          line-height: 30px;
          max-width: 1000px;
         
        }
        
        .buttom p{
          grid-area: buttom;
          font-family: Informatie;
         font-size: 20px;
          line-height: 30px;
          max-width: 1000px;
        }
        
         
          }
        
      
        @media (max-width: 700px) {
          .navbar{
            display: flex;
        }
        
        ul{
           gap: 24px;
            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;
        }
        .navbar-responsive{
          padding-bottom: 34px;
        }
        .menu {
          font-size: 20px;
      }
        }

        @media (max-width: 699px) {
          
          .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            line-height: 36px;
          }
          
          
          
          
          .kop p{
            font-family: about me;
            display: flex;
            font-size: 40px;
            text-align: center;
            display: center;
           
            }
          
          
          
          .left {
            grid-area: left;
            font-family: Informatie;
            font-size: 140%;
            width: 250px;
            
           
          }
          
          .buttom {
            grid-area: buttom;
            font-family: Informatie;
            font-size: 140%;
            width: 300px;
          }
          
          .img{
            display: flex;
            width: 190px;
            margin: 0;
            border-radius: 20px;
            box-shadow: 5px 5px 5px black;
          }
          }
  
       
     