.misc-dropbtn {
  background-color: #e1cbf1;
  color: white;
  padding: 16px;
  border: 4px solid #6C4B84;
  cursor: pointer;
  min-width: 20%;
  font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif ;   /* sets the font */
  font-size: 16px;
  color: black;
  text-align: left;
  font-weight: bold;
}

.misc-dropbtn:hover, .dropbtn:focus {
  background-color: #CBA4E6;
}

.misc-dropdown {
  position: relative;
  display: inline;
}

.misc-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 16px;
}

.misc-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.misc-dropdown a:hover {background-color: #ddd;}

.miscbox { /* formatting for the box which holds a given musician/albumn etc. */
  background-color:white;
  padding: 16px;
  max-width: 20%;
  border: 6px solid black;
  padding-right: 20px;
  display: inline-block;
  margin-right: 4px;
}

.miscbox img {
  object-fit: contain;
  text-align: center;
  width: 100%;
  height: auto;
  border: 4px solid black;
}

a {
  text-decoration: none;
  color: inherit;
}

.misctitle {
  font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif ;   /* sets the font */
  font-size: 16px;
  color: black;
  text-align: left;
  padding-top: 8px;
  font-weight: bold;
}

.miscjournal {
  font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif ;
  font-size: 14px;
  font-style: italic;
  padding-top: 8px;
}
.miscjournal:before {
  content:"Last Updated: ";
}

.creativecategory {
  font-size: 16px;
  font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif ;
  padding-left: 12px;
}
