#logo img {
  width: 400px;
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#logo img:hover {
  opacity: 0.8;
}

#custom-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
}

.page-banner {
  display: none;
}

.content.overlap {
  margin-top: 0;
}

.wp-post-image {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.wp-post-image:hover {
  transform: scale(1.02);
  opacity: 0.9;
}