html body {
  background-image: url("../old-site/static/images/macbook-background.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#hackathon-banner .card-image {
  background: url("../old-site/static/images/makemit.jpg") bottom 50% left 50% no-repeat #0097a7;
  background-size: cover;
  height: 320px;
}

.card .card-image .proj-card-title.card-title,
.proj-card-title.card-title,
.carousel-fixed-item.center .proj-card-title {
  background-color: #0097a7 ! important;
  color: #FFFFFF ! important;
}

.site-color {
  color: #0097a7 ! important;
  background-color: #0097a7 ! important;
}

.medium.card.no-action .card-image {
  max-height: 80%;
}

#scavengr-card .card-image img {
  background: url("../old-site/static/images/scavengrScreen.png") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: contain;
  height: 230px;
}

#lux-hack-card .card-image img {
  background: url("../old-site/static/images/lux-proj.jpg") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 200px;
}

#avalon-hack-card .card-image img {
  background: url("../old-site/static/images/avalon.jpg") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 220px;
}

#inflowence-hack-card .card-image img {
  background: url("../old-site/static/images/inflowence.png") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 250px;
}

#force-hack-card .card-image img {
  background: url("../old-site/static/images/forcefeeldglove.jpg") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 200px;
}

#opendeed-hack-card .card-image img {
  background: url("../old-site/static/images/blockchain.png") top 0% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 220px;
}

#classifi-hack-card .card-image img {
  background: url("../old-site/static/images/classifi.png") bottom 50% left 50% no-repeat #bdbdbd;
  background-size: cover;
  height: 220px;
}

.material-icons.award-icon {
  width: 30px;
}
