body {
  background-color: black;
  color: lightgray;
  text-align: center;
  font-family: "Poppins", Times, serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 801px) {
  h1 {
    font-size: 100px;
  }
  .hdr {
    font-family: 'Yesteryear';
    font-size: 100px;
  }
  .hdr2 {
    font-family: 'Yesteryear';
    font-size: 40px;
  }
  .txt {
    font-size: 16px;
  }
  .bodyImg {
    background-image: url(kleur11a.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: 1200px;
  }
  .menuTxtSize {
    font-size: 16px;
  }
  .menu_li a {
    text-align: center;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .introPos {
	position: absolute; 
	bottom: 10%; 
	width:100%; 
	margin:0 auto;"
  }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  h1 {
    font-size: 60px;
  }
  .hdr {
    font-family: 'Yesteryear';
    font-size: 60px;
  }
  .hdr2 {
    font-family: 'Yesteryear';
    font-size: 33px;
  }
  .txt {
    font-size: 16px;
  }
  .bodyImg {
    background-image: url(kleur11a.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: 700px;
  }
  .menuTxtSize {
    font-size: 16px;
  }
  .menu_li a {
    text-align: center;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .introPos {
	position: absolute; 
	bottom: 10%; 
	width:100%; 
	margin:0 auto;"
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
  .hdr {
    font-family: 'Yesteryear';
    font-size: 40px;
  }
  .hdr2 {
    font-family: 'Yesteryear';
    font-size: 28px;
  }
  .txt {
    font-size: 14px;
  }
  .bodyImg {
    background-image: url(kleur3a.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: 500px;
  }
  .menuTxtSize {
    font-size: 14px;
  }
  .menu_li a {
    text-align: center;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
  }
  .introPos {
	position: absolute; 
	bottom: 4%; 
	width: 100%; 
	margin:0 auto;
  }
}

@media screen and (max-width: 500px) {
  .kleur11asmall {
    width: 340;
  }
}

/* Als de scherm hoogte te klein is, dan de intro video niet tonen op de home page */
@media screen and (max-height: 350px) {
  .introPos {
	visibility: hidden;"
  }
}


a {
  color: lightgray;
}
h1 {
 font-family: 'Yesteryear';
}
h2 {
  font-size: 40px;
}

audio { width: 250px; }
.divw { 
  max-width: 700px; 
  margin: auto;
}

.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: #111;
}

.menu_li .active {
  background-color: gray;
}

.gigs_ul {
  text-align: center;
  list-style-type: none;
}


