
* {
  font-family: "Montserrat", sans-serif;
  background-color: #232323;
  color: grey;
  /*border: 1px solid #333333;*/
}
header h1, .wasmCheck {
  display: inline;
  border: none;
}

header h1 {
  font-size: 36px;
  padding-top: 10px;
}

header {
  margin-top: 20px;
  text-align: center;
}

.wasmCheck {
  float: right;
  margin-right: 30px;
  border: none;
}

#git-link {
  margin-top: 7px;
  text-align: center;
}
#git-link, a {
  font-size: 24px;
  color: silver;
  text-decoration: none;
}

#git-link, a:hover {
  color: white;
  text-decoration: none;
}

#webcamButton {
  /*font-family: "Cochin", serif;*/
  margin-top: 3px;
  margin-left: 20px;
  font-size: 20px;
  color: silver;
  border: 2px solid;
  border-radius: 2px;
}

#editor {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: 100%;
  border: none;
}
#c {
  border: 2px solid black;
}
#filters {
  min-width: 200px;
  width: 200px;
  height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 5px;
  border: 2px solid black;
}
.indFilter {
  width: 200px;
  border: 1px solid #333333;
}
.indFilter:hover {
  cursor: pointer;
  background-color: darkslategray;
  color: silver;
}
.selectedFilter {
  background-color: #1d2544;
}

#controls, #timing {
  display: flex;
  justify-content: space-between;
  width: 725px;
}

#jsButton, #jsCanvas {
  margin-top: 10px;
  margin-right: 3px;
  font-size: 20px;
  border: 2px solid;
  border-radius: 2px;
}
#playButton, #rewind, #fastForward, #loopButton {
  margin-top: 3px;
  border-radius: 3px;
  border: 2px solid;
  height: 40px;
  width: 80px;
}
#slowButton, #fastButton {
  border: 2px solid;
}

#vidTime {
  margin-top: 0px;
  font-size: 48px;
  color: #EFEFEF;
  border: none;
}

#middle-col {
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}
#duration, #slowButton, #fastButton {
  margin-bottom: 10px;
  display: block;
}
#statsContainer {
  width: 400px;
  margin: 5px;
  border: 2px solid black;
  padding: 5px;
}
#jsButtonDiv {
  text-align: center;
  border: none;
}

#statsCanvas {
  display: block;
  border: none;
}
.header {
  display: inline;
}


