
html {
  /* full page image background, courtesy of css-tricks */
  background: url(images/bggc.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* simple reset */
html, body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Roboto, sans-serif;
}

div.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
  padding: 35px;
  text-align: center;
  background: #2980b9;
  color: white;
}

div.block-quote{
  background: white;
  padding: 30px;
  width: 220px;
  text-align: justify;
  position: absolute;
  right: 20px;
  bottom: 260px;
  font-size: 22px;
  font-weight: 300;
  border-radius: 5px;
}

div.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.9);
}

.qlp{
  font-size: 60px;
  font-weight: 700;
}
.tm {
  font-size: 28px;
  font-weight: 300;
  margin-top: -10px;
}
.quote {
  font-size: 24px;
  font-weight: 700;
}
.signature {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}
