/* Venue Specific Styles */

header {
  background-image: url('../images/header_219.jpg');
  background-size: 2400px 120px;
  background-position: left top;
  background-repeat: no-repeat;
  /*height: 120px;*/
}

footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background-image: url('../images/footer_219.jpg');
  background-size: 2400px 478px;
  background-position: 0px 500px;
  background-repeat: no-repeat;
}

footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}

.navbar-default .navbar-brand img,
.navbar-inverse .navbar-brand img {
  height: 80px;
  margin-top: -25px;
}

@media (max-width: 768px) {
  header {
    background-size: 2400px 80px;
    /*height: 120px;*/
  }

  footer.footer {
    background-position: 0px 0px;
  }
}
