body {
  background-color: #000;
  background-image: url('img/Art-14.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

a:link    { color: #FFA; text-decoration: none; }
a:active  { color: #EEB; text-decoration: none; }
a:visited { color: #DDC; text-decoration: none; }
a:hover   { font-weight: bold; text-decoration: none; }

p.drop1 { height: 60vh; }
p.drop2 { height: 20vh; }


.content {
  background-color: #000;
  background-image: url('img/Art-13.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;

  cursor: pointer;
  text-align: center;
  margin: 0em 0em 0em 0em;
  padding: 40px 0px 40px 0px;

  display: block;
}

.textbox {
  color: #FFD;
  font: normal 120% Arial, sans-serif;
  font-size: clamp(14px, 3rem + 3vw, 24px);
  font-weight: bold;
  text-shadow: -1px 0 2px #222, 0 1px 2px #222,
    1px 0 2px #222, 0 -1px 2px black;
  text-align: left;

  padding: 0px 4px 0px 4px;
  width: 400px;
  display: inline-block;
}

img.album {
  width:  clamp(120px, 30vw, 400px);
  height:  clamp(120px, 30vw, 400px);
  border: 2px solid black;
}

#Menu {
  font: normal 80% Arial, sans-serif;
  line-height: 0.8;
  color: #FFD;
  float: left;
  position: fixed;
  top: 10px;
  left: 10px;
}





