.headercool{
  background-color: #fcfcfc;
  color: #919191;
}
.headeritem{
  background-color: #444444;
  color: #dddddd;
  border-radius: 6px;
  margin-right: 5px;
  padding: 2px;
}
.headeritem:hover {
  background-color: #fcfcfc;
}
.headertext{
  color: #dddddd;
}
html, body{
  background-color: #000000;
  margin: 0;
  height: 100%;
}
.sectionlabel{
  background-color: #444444;
  color:#fcfcfc ;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}
.fitting{
  padding-bottom: 0;
}
#faceimg{
  height: 150px;
  width: auto;
}
.bigdiv{
  display: flex;
}
.drawingholder{
  background-color: white;
  display: inline-block;
}
.figimg{
  height: 350px;
  width: auto;
}
.imgfit{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.description{
  background-color: #e5e5e5;
  border-radius: 5px;
}
.contentdesc{
  background-color: #d3d3d3;
  border-top: 2px solid #444444;
  border-radius: 5px;
}
.contentlabel{
  background-color: #fcfcfc;
  border-top: 2px solid #444444;
  border-right: 2px solid #444444;
  height: inherit;
  border-radius: 5px;
}
