/* Venue Specific Styles */

header {
  background-image: url('../images/277_header.jpg');
  background-size: 2400px 140px;
  background-position: left top;
  background-repeat: no-repeat;
  height: 120px;/**/
  color: #111111;
}

.navbar-inverse {
  background-color: #111111;
  color: #FFFFFF;
}


.navbar-nav > li > a {
  color: #111111 !important;
  background: rgba(255, 255, 255, .33);
}

footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background-image: url('../images/footer_277.jpg');
  background-size: 2400px 480px;
  background-position: 0px 500px;
  background-repeat: no-repeat;
  }
/*footer.footer a {
  color: rgba(0, 0, 0, 0.7);
}
footer.footer a:hover {
  color: black;
}*/

.contact-details-bg {
  background: rgba(51, 51, 51, .67);
}


@media (max-width: 768px) {
  header {
    background-size: 2400px 80px;
    /*height: 120px;*/
    }
  }