body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg {
    background-image: url("wallpaper.jpg");
    height: 100%;
    opacity: 0.85;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #333;
  color: #eee;
  padding: 10px;
  font-size: 25px;
  letter-spacing: 0.16em;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  text-align: center;
  color: #000;
}

a {
    text-decoration: none;
    color: #334;
}
