/*body {
  padding: 5rem 0;
}*/

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}
    
.axis text {
    /*font-family: sans-serif;*/
    font-size: 11px;
}

canvas {
  width: 30%;
  height: auto;
  display: inline-block;
}

audio {
  width:100%;
}

.key-item {
  font-size: small;
  text-align: center;
  display: inline;
  margin: 0 15px;
  vertical-align: middle;
}

.key-color {
  border: 1px solid;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.key-text {
  display: inline-block;
  vertical-align: middle;
}

.key-color.pink {
  background-color: #ff00ff;
}

.key-color.yellow {
  background-color: #ffff00;
}

.key-color.blue {
  background-color: #0000ff;
}

div#legend {
  text-align: left;
  vertical-align: middle;
}

 #chroma::before {
  content: 'Chroma bands:';
  margin-right: 10px;
  display: inline-block;
  text-align: left;
}

#chroma {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: left;
}


#sbotbody {
  background-image: url('https://www.baihan.nyc/viz/SupervisorBot/SBot_logo.png');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 30% auto;
  background-position: top right; 
}

#v2abody {
  background-image: url('https://www.baihan.nyc/viz/Voice2Alliance/v2a_logo.png');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 30% auto;
  background-position: top right; 
}

#voiceidbody {
  background-image: url('https://www.baihan.nyc/viz/VoiceID/voiceID_logo.png');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 30% auto;
  background-position: top right; 
}

.chroma-band {
  flex: 0 1 28px;
  height: 28px;
  display: inline-block;
  text-align: left;
  padding-top: 7px;
  font-size: 10px;
  color: #ffffff;
}

#mfcc::before {
  content: 'MFCC:';
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

#mfcc {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fband::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.fband {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfcc-band {
  flex: 0 1 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  font-size: 10px;
  color: #ffffff;
}

.theta-band {
  flex: 0 1 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  font-size: 10px;
  color: #ffffff;
}

.fband::before {
  content: 'θ: ';
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

#title-link {
  color:inherit;
}

#title-link:hover {
  text-decoration: none;
}

/*img {
  max-width: 100%;
}*/

.button {
  background-color: white; /* Green */
  border: 2px solid #4CAF50;
  color: #4CAF50;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 12px;
}


.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #c1c1c1;
}

.button4:hover {
  background-color: #c1c1c1;
  color: white;
}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}
