body { 
  background-color: #000; 
  color: #6FFF00;
  font-family: monospace;
  font-size: calc(1vw + 1vh + 1.5vmin);
  font-weight: bold;
  text-align: center;
}

header {
  text-align: center; 
}

header img {
  margin-left: auto;
  margin-right: auto;
}

img.w90, img.flyer {
  width: 90%; 
}

img.btn {
  width: 88px;
  height: 31px;
}
nav {
  margin-bottom: 20px;
}
nav select {
  width: 70%;
  font-size: calc(1vw + 1vh + 2vmin);
  background-color: #000;
  color: #fff;
}

section { 
  text-align: left; 
  padding-left: 20px;
  padding-right: 20px;
}

section h1 { color: #fff }
section h2 { color: #fff }
section h3 { color: #fff }

article {
  display: block;
  margin-bottom: 15px;
}

article time::after {
/*  content: ':'; */
}
aside {
  color: #666;
  font-style: italic;
}

footer { clear: left; }

footer nav a {
  color: #fff;
}

a { color: #fff; }

time { 
  color: #999; 
  font-size: calc(1vw + 1vh + 0.5vmin);
}

.stencil {
  text-align: center;
  width: 80%;
}

.albumCoverSmall {
  display: inline-block;
  clear: left;
  float: left;
  width: 20%;
  min-width: 100px;
  max-width: 300px;
  margin-right: 50px;
}

/** MUSIC PLAYER **/
h1.meta { 
  top: 0px; 
  left: 0px; 
  text-transform: uppercase; 
  color: #fff; 
  text-align: center; 
}

#player { 
  margin: 0px; 
  padding: 0px; 
  width: 100%
}

#albumCover, .albumCover {
  display: inline-block;
  float: left;
  width: 50%;
  min-width: 325px;
  max-width: 800px;
  margin-right: 50px;
}

#playlist, .playlist { 
  border: 1px solid #000; 
  display: inline-block;
}

.playlistItem { 
  font-size: calc(1vw + 1vh + 1.5vmin);
  padding: 0px; 
  margin: 0px; 
  width: 100%; 
  color: white; 
}

.playlistItem:hover { 
  cursor: pointer; 
}
      
.meta { }
      
.playing { 
  color: red; 
} 

/* MERCH *************************************/
.product {
  max-width: 400px;
  float: left;
  display: inline-block;
  text-align: center;
}
.product img { max-width: 400px; }
.product b { font-size: 18px; }
/*********************************************/


