body,html {
    width: 100%;
    height: 100%;
    background: #6441a5;
}
.container-fluid{
  margin-top: 20px;
  max-width: 700px;
}
.title{
  text-align: center;
  color: white;
  font-family: 'Walter Turncoat', cursive;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 5px;
}

.menu{
  text-align: center;
  color: white;
}

#all, #online, #offline{
  display: inline-block;
  background-color: #9bbe5a;
  width:32%;
}

.search input {
  text-indent: 30px;
}

.search .fa-times-circle {
  position: absolute;
  top: 24px;
  left: 7px;
  font-size: 15px;
}






#search-text {
  padding-left: 10px;
  background: rgb(250, 250, 250);
  color:black;
  height: 35px;
  width: 100%;
}

#display{
  text-align: center;

}
.logo {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  border: 3px solid $container;
}

.offline {
  background-color: #a992d4;
  color: #b8cca6;
}

a, a:focus, a:hover, a:visited {
  color: white;
}

.online {
  background-color: #b8cca6;
  color: #a992d4;
}
.row {
  margin: 2px 0px;
  padding: 5px;
  line-height: 50px;
}

#streaming {
  font-style: italic;
}

#name, #streaming {
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

@media (min-width: 768px) {
  #name, #streaming {
    line-height: 50px;
    height: 50px;
  }
}
