@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
  text-align: center;
  font-family: 'Roboto';
  padding: 0px;
  color: white;
  background-color: rgba(32,33,34);
}

audio {
  margin-left: 20px;
}

li {
  list-style-type: none;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  width: auto;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}

#radiolist li {
  /* background-color: rgba(88,120,250,1); */
  border: 3px solid rgba(88,120,250,1);
  border-radius: 5px;
  color: rgba(88,120,250,1);

  float:left;
}

#radiolist li:hover {
  background-color: rgba(88,120,250,0.5);
  color: white;
}

#tracklist li {
  /* background-color: rgba(88,120,250,1); */
  border: 3px solid rgba(88,120,250,1);
  border-radius: 5px;
  float: left;
}

#tracklist li:hover {
  background-color: rgba(88,120,250,0.3);
}

#btncont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: auto; */
  /* margin-left: 30%; */
  /* margin-right: 30%; */
}

#btncont p {
  width: auto;
  min-width: 100px;
  height: 30px;
  line-height: 30px;

  float: left;
  /* color: black; */
  margin: auto;
  /* padding: auto; */
}

.btn {
  color: white;
  background-color: rgba(88,120,250,1);
  border-radius: 5px;
  height: 30px;

  cursor: pointer;
  /* color: black; */
  margin: auto;
  /* padding: auto; */
}

.dev {
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  /* background-color: rgba(255,255,255,0.2); */
  /* color: rgba(88,120,250,1); */
  /* border: 3px solid rgba(88,120,250,1); */
  border-radius: 5px;
  font-style: italic;
  /* border-top: 2px solid white; */
  /* border-bottom: 2px solid white; */
}

.firstbox {
  /* background-color: white; */
  color: white !important;
  border: 0 !important;
  background-color: none !important;
  font-style: italic;
}

#canvas {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -10;
}

input {
  color: white;
  background-color: rgba(64,65,66,1);
  border-bottom: 2px solid rgba(88,120,250,1);
  border-right: 0px;
}

#sidemenucontainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  left: 0px;
  background-color: rgba(50,50,50,0.3);
  z-index: 9;
}

#sidemenu {
  color: black;
  background-color: white;
  position: fixed;
  z-index: 11;
  top:15px;
  width: 200px;
  margin-left: 10px;
  margin-top: 34px;
  border: solid;
  border-color: lightgrey;
  border-width: thin;
  text-align: center;
}
