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

html {
  background: url(splode.jpg) no-repeat center center fixed; 
  background-size: cover;
}
body {
  background: transparent;
  padding-top: 1rem;
}
h1 {
  float: right;
  margin-top: 1.4rem;
  font-family: 'Bungee', cursive;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff,
               0 0 30px #fff,
               0 0 40px #62e6ff,
               0 0 70px #62e6ff,
               0 0 80px #62e6ff,
               0 0 100px #209ab2,
               0 0 150px #209ab2;
}
h1 small {
  color: whitesmoke;
  font-size: 60%;
  text-shadow: none;
}
.banner {
  position: absolute;
}
.banner img {
  height: 7rem;
}
.list-container {
  background-color: whitesmoke;
}

#flick-list {
  margin-bottom: 0;
}

.template {
  display: none;
}

.flick.fav {
  background-color: #62d9dd;
}

.flick-name {
  margin: 0 0.75rem;
}

.flick .button-group {
  margin-bottom: 0;
}

.flick .button-group .button {
  margin-bottom: 0;
}
