@import url(default/fonts.css);
@import url(default/reset.css);
@import url(default/default.css);
@import url(default/header.css);
@import url(default/footer.css);

.intro {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  width: 100%;
}

  .intro .plaatje {
    align-self: center;
    padding-bottom: 1rem;
    width: 37%;
  }
  
  .intro .plaatje img {
    border: 1px solid darkgrey;
    filter: grayscale(100%);
    width: 100%;
  }

  .intro h1,
  .intro h2,
  .intro h3,
  .intro h4 {
    align-self: center;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin: 0;
  }

  .intro h1 {
    /*border-top: 1px dotted rgb(80,80,80);*/
    color: rgb(1,0,102);
    font-size: calc(0.023438 * 100vw + 2px);
    text-transform: uppercase;
    padding-top: 1rem;
  }

  .intro h2 {
    /*border-bottom: 1px dotted rgb(80,80,80);*/
    color: rgb(80,80,80); 
    font-size: calc(0.0125 * 100vw + 8px);
    font-style: italic;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: lowercase;
  }
  
  .intro h3 {
    color: rgb(228,177,31); 
    font-size: 0.9rem;
    padding-top: 1rem;   
  }
  
  .intro h4 {
    color: rgb(228,177,31); 
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }

  .intro p {
    color: rgb(80,80,80);
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: justify;
    width: 37%;
  }
  
  .intro p span {
    border-left: 20px solid rgb(228,177,31);
    color: rgb(1,0,102);
    font-family: 'roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 0.6rem;
    text-transform: uppercase;
  }

  .intro .streepke {
    align-self: center;
    border-bottom: 3px solid rgb(1,0,102);
    width: 10%;
  }
  
  .intro .bullet {
    padding: 0;
    margin-bottom: 10px;
  }
  
  
@media screen and (min-width: 1280px) {
    .intro h1 {
      font-size: 2rem;
    }
    
    .intro h2 {
      font-size: 1.5rem;
    }
    
    .intro p span {
      font-size: 1.2rem;
    }
}
