/* Wolfsacker CSS */

@media only screen and (max-width:992px) {
  h1 {
    margin-top: 1em;
  }
}

img {
  max-width: 100%;
}

.banner {
  padding: 120px 0 60px;
}

.content {
  margin-bottom: 80px;
}

span {
  font-weight: bold;
  font-size: 1.15em;
}

.lightbox-image {
  background: #fff url('../img/plus.png') center center no-repeat;
  background-size: 50px;
}

.lightbox-image img {
  transition: all linear .3s;
}

.lightbox-image img:hover {
  opacity: .5;
  -moz-opacity: .5;
  -webkit-opacity: .5;
}

footer {
  background: #ddd;
  padding: 20px 0 10px;
}