body {
  background-color: #333;
  color: #eee;
  font-family: "Titillium Web", sans-serif;
}
body header {
  background-color: #222;
}
body header .navbar .navbar-brand {
  font-family: "Kode Mono", monospace;
}
body header .navbar .dropdown-menu {
  background-color: #222;
  top: 46px;
  border: 0;
  border-radius: 0;
}
body header .navbar a {
  color: #eee;
}
body .hero {
  text-align: center;
  margin: 5rem 0;
  font-family: "Shadows Into Light", cursive;
}
body .hero h4 {
  font-size: 2rem;
}
body .hero h2 {
  background: linear-gradient(to right, #f12711, #f5af19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
}
body .stream img {
  max-width: 5rem;
}
body .stream .element-holder {
  padding: 0.5rem;
  background-color: #111;
  border-radius: 4px;
}
body .stream .element-holder .video-title {
  height: 3rem;
}
body footer {
  background-color: #222;
  color: #eee;
  padding: 1rem;
}
body footer a {
  color: #eee;
  text-decoration: none;
}
body footer a:hover {
  color: #eee;
  text-decoration: underline;
}

a {
  color: #eee;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

.filter {
  background-color: #222;
  border-radius: 1rem;
}
.filter input {
  background-color: #111;
  color: #333;
  border: 0;
}
.filter input:focus {
  background-color: #111;
  color: #333;
}
.filter select {
  background-color: #111;
  color: #777;
  border: 0;
}
.filter select:focus {
  background-color: #111;
  color: #777;
}

.list .item-holder {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 24px;
  background-color: #333;
  border-radius: 1rem;
}
.list .item-holder .info-holder {
  padding: 1rem;
  background-color: #222;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.list .item-holder .info-holder .info-title {
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .item-holder .info-holder .info-title span {
  color: #f5af19;
}
.list .item-holder .image-holder {
  height: 20rem;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.list .item-holder .image-holder img {
  width: 6rem;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
.list .item-holder:hover {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 8px 24px;
}

@media only screen and (max-width: 992px) {
  .filter {
    background-color: #222;
    border-radius: 1rem;
  }
  .filter .form-group {
    width: 100%;
  }
  .filter .form-control {
    width: 100%;
    margin-bottom: 1rem;
  }
  .filter .check-container {
    width: 100%;
    text-align: center;
  }
  .filter .btn {
    width: 100%;
    margin-top: 1rem;
  }
  .list .item-holder .image-holder {
    height: 15rem;
  }
  .list .item-holder .info-holder .info-body {
    height: 3rem;
  }
}

/*# sourceMappingURL=app.css.map */
