body {
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

/* Tbv inspriratie.html */
.tsp {
  border-spacing: 5px;
}

.titel {
  font-size: 21px;
}

/* 
 * Responsive settings voor audioWidth 
 */

audio {
  background-color: #a0276e;
}

@media screen and (min-width: 769px) {
  .audioWidth {
    width: 600px;
  }
  .menu_li a {
    text-align: center;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .menuTxtSize {
    font-size: 16px;
  }
  .h2TxtSize {
    font-size: 24px;
  }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .audioWidth {
    width: 400px;
  }
  .menu_li a {
    text-align: center;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .menuTxtSize {
    font-size: 16px;
  }
  .h2TxtSize {
    font-size: 18px;
  }
}

@media screen and  (max-width: 500px) {
  .audioWidth {
    width: 250px;
  }
  .menu_li a {
    text-align: center;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .menuTxtSize {
    font-size: 14px;
  }
  .h2TxtSize {
    font-size: 13px;
  }
}


.menu_ul {
  text-align: center;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0; 
/*
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
*/
}

.menu_li {
  float: left;
}

.menu_li a:hover {
  background-color: #333;
}

.menu_li .active {
  background-color: gray;
}


@media screen and (min-width: 601px) { 
  .imgw {
    max-width: 500;
    height: auto;
  }
  .imgwv {
    max-width: 300;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .imgw {
    width: 350;
  }
  .imgwv {
    max-width: 200;
    height: auto;
  }
} 

.shoVidWid {max-width:90%; max-height:500px;}

@media screen and (min-width: 801px) {
  .audioWidth {
    width: 700px;
  }
  .audioWidth2 {
    width: 600px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .audioWidth {
    width: 500px;
  }
  .audioWidth2 {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .audioWidth {
    width: 400px;
  }
  .audioWidth2 {
    width: 300px;
  }
}
