.btn {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.streamer {
  height: 100px;
  margin: 5px 0px 0px 0px;
  line-height: 100px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* Orange sidebar on hover */
.streamer:hover {
  border-left: 5px solid #D96F32;
  margin-left: -5px;
  padding-left: 5px;
}

.casterLogo {
  max-height: 100px;
  max-width: 100px;
  border-radius: 5px;
}

.offline {
  background-color: grey;
  color: black;
}

.online {
  background-color: #11527A;
  color: #46b8da;
}

@media (max-width: 768px) {
  .streamer {
    line-height: 50px;
  }
}

/* Generic Footer CSS for my "brand" */
#contact, #copyright {
  text-align: center;
}

.contactList {
  list-style: none;
  padding: 0px;
}

.contactList li {
  margin: 10px;
  display: inline-block;
}

.contactList li i {
  padding: 5px;
  color: #333;
  text-shadow: 1px 1px 1px #000;
}

.fa-facebook:hover, .fa-linkedin:hover, .fa-fire:hover, .fa-github:hover, .fa-instagram:hover {
    color: #F78536;
}
