/* large screen desktop --------------------------------------------------------- */
@media (min-width: 1441px) and (max-width: 2560px) {
  header {
    min-height: 60%;
  }

  #about {
      min-height: 10%;
  }
}

/* small screen desktop --------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1440px) {
  header {
    min-height: 60%;
  }

  #about {
      min-height: 10%;
  }
}

/* large screen tablet --------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {

  header {
    min-height: 60%;
  }

  #about {
    min-height: 70%;

  }

  #about h1 {
    font-size: 30px;
  }

  #about p {
    font-size: 25px;
      padding-top: 50px;
      padding-right: 1px;
    }

}

/* small screen tablet --------------------------------------------------------- */
@media only screen and (max-width: 768px) {


    header {
      min-height: 60%;
    }

  header {
    background: url("img/big.jpg");
    text-align: center;

    background-size: cover;
  }



    #intro .top  {

      margin: 120px 0 10px 0;

    }

  .intro h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    width: 100%;
    min-height: 100%;
    text-align: justify;
    padding: 10px;
    margin: 10px 0 10px 0;
    color: #635a52ff !important;
  }

  .list ul {

    padding: 10px 0 0 30px;

}

  #about {
    min-height: 40%;
    text-align: left;
  }

  #about .row {
    padding-top: 40px;
  }



    #contact h1 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 35px;

}
  }




/* large screen mobile --------------------------------------------------------- */
@media only screen and (max-width: 425px) {

.navbar {
  margin: 0 0 20px 0;

}



  header {
    min-height: 70%;
  }

  #intro .top  {

    margin: 20px 0 10px 0;

  }

  .intro h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    width: 100%;
    min-height: 100%;
    text-align: center;
    padding: 10px;
    margin: 20px 0 10px 0;

}

header {
  background: url("img/small.png");
  text-align: center;

  background-size: cover;
}

#intro {
min-height: 10%;
}


  #about {
  min-height: 10%;
  }

  #about .title {
    text-align: center;
    padding: 1px;
  }

  #about p {
    font-size: 20px;
    text-align: center;
  }

  #about img {
    height: 200px;
    max-width: 100%;
    height: auto;
  }

  #diensten1 .intro h4 {
    padding: 20px;
    margin: 1px 0 10px 0;
}

  #diensten p {
      margin: 10px 30px 0 30px;
      text-align: left;
  }

  #contact h1 {
    text-align: center;

    padding-bottom: 50px;
  }

  #foot .contact p {
    padding: 10px;
    font-size: 1em;
}
}

/* small screen mobile --------------------------------------------------------- */
@media only screen and (max-width: 375px) {
  img {
    margin-top: 20px;
width: 180px;
  }

  .navbar-toggler {
    margin: -47px 0 10px 5px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

header {
  background: url("img/small.png");
  text-align: center;

  background-size: cover;
}
  }

/* small screen mobile --------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  img {
    margin-top: 20px;
width: 180px;
  }

  .navbar-toggler {
    margin: -47px 0 10px 5px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar {
  margin: 0 0 20px 0;

}


  header {
    background: url("img/small.png");
    text-align: center;

    background-size: cover;
  }


  .intro h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    width: 100%;
    min-height: 100%;
    text-align: center;
    padding: 30px;
    margin: 20px 0 10px 0;

}

#intro {
min-height: 10%;
}


  #about {
  min-height: 10%;
  }
  #about .title {
    text-align: center;
    padding: 1px;
  }


  #about p {
    font-size: 17px;
    text-align: center;
      padding-top: 1px;
      padding-right: 1px;

  }

  #diensten p {
    margin: 10px 10px 0 10px;
    text-align: left;
}


  #foot p {
    text-align: left;
    padding-bottom: 1px;
    font-size: 17px !important;
}
}
