/* Venue Specific Styles */

header {
        background-image: url('../images/header_260.jpg');
        background-size: 2400px 120px;
        background-position: left top;
        background-repeat: no-repeat;
        /*height: 120px;*/
}

footer.footer {
    color: rgba(0, 0, 0, 0.7);
    background-image: url('../images/footer_230.jpg');
    background-size: 2400px 480px;
    background-position: 0px 480px;
}

footer.footer a {
  color: rgba(0, 0, 0, 0.7);
}
footer.footer a:hover {
  color: black;
}

@media (max-width: 768px) {
        header {
                background-size: 2400px 80px;
                /*height: 120px;*/
                }
        }