html{
  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
}
body{
  font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

  
 
  .grid-container {
    display: grid;
    background-color: #ffffff;
    padding: 1em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto auto;
    grid-column-gap: 1em;
    grid-row-gap: 0.5em;
    /*grid-auto-rows: minmax(100px, auto) */
    /*justify-items: stretch;*/
    /*align-items: stretch;*/
    /*flex-wrap: wrap;*/
  }
  
  .item {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
  }
  .item7{
    text-align: left;
  font-size: 0.8em;
  padding-left: 3em;
  color: rgb(108, 108, 108);
  }
  /*dit is met de minimum grote van 480px dus de smarthpone maar telt ook voor tablet want de andere heeft een min grote van eep laptop scherm */
  @media screen and (min-width:480px) {
    .item1{
      grid-column: 1/3;
      grid-row: 1/2;
    }
    .item2{
      grid-column: 1/3;
      grid-row: 2/3;
    }
    .item3{
      grid-column: 1/3;
      grid-row: 3/4;
    }
    .item5{
      grid-column: 1/3;
      grid-row: 4/5;
    }
    .item4{
      grid-column: 1/3;
      grid-row: 5/6;
    }
    .item6{
      grid-column: 1/3;
      grid-row: 6/7;
    }
    .item7{
      grid-column: 1/3;
      grid-row: 7/8;
    }
      
    }
  @media screen and (min-width:1008px) {
  .item1{
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .item2{
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .item3{
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .item4{
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .item5{
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .item6{
    grid-column: 2/3;
    grid-row: 4/5;
    padding: 2em;
  }
  .item7{
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
#banner1, #banner2, #banner3, #banner4{ 
  width:23%;
  height: auto; 
  position:relative;
  top: -10px;
  left: auto;
  z-index: 1;
}

#item3{
  width: 100%;
  height: auto;
}
h1{
  font-size: 3em;
  font-weight: bold;
}
p{
  font-size: 0.7em;
    text-align: left;
    line-height: 1.6em;
}
a{
  text-decoration: none;
  color: rgb(108, 108, 108);
  line-height: 2.5em;
}
a:hover{
  text-decoration: underline;
}

