body,h1,h2,h3,h4,h5,h6 {font-family: "monospace";}
body, html {
  height: 100%;
  background-color: black;
  color: #b3b1b1;
  line-height: 1.8;
}

p {
  font-family: courier;
}

.w3-bar-block {
 background-color: #4c0606;
 color: white;
 opacity: 85%;
 font-family: monospace;
}
/* .w3-bar-item {
  color: #2e0404;
  font-family: monospace;
  font-style: italic;
  font-weight: bolder;
  color: white;
  opacity: 100%;
} */

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-text {
  opacity: 100%;
  text-decoration-color: black;
  font-family: monospace;
  font-style: italic;
  text-align: center;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('./images/DJING-BnW.JPG');
  min-height: 100%;
}

/* Second image (FKX) */
.bgimg-2 {
  background-image: url("./images/fkx-circles.jpg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("./images/bnw_eastside_gallery.JPEG");
  min-height: 400px;
}

/* Fourd image (Events) */
.bgimg-4 {
  background-image: url("./images/vinyl-dj-hands.jpg");
  max-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

.w3-bar-item {
  background-color: #4c0606;
  color: white;
}

.w3-button {
  color: white;
}

.fkx-header {
  font-family: monospace;
  font-weight: bolder;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
    min-height: 400px;
  }
}