/* Venue Specific Styles */

header {
  background-image: url('../images/header_288.jpg');
  background-size: 2400px 120px;
  background-position: center top;
  background-repeat: no-repeat;
  /*height: 120px;*/
}

footer.footer {
  color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/footer_288.jpg');
  background-size: 2400px 480px;
  background-position: center bottom;
}

footer.footer a {
  color: rgba(0, 0, 0, 0.7);
}
footer.footer a:hover {
  color: black;
}

.contact-details-bg {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  header {
    background-size: 2400px 80px;
    /*height: 120px;*/
  }
}
