body {
    background-image: url('../images/horabackground-cmp.png');
    background-color: black;
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat;
    position: relative;
    margin: 0;
    padding: 0;
}

h2, h3 {
    color: white;
}

#content {
    width: 100%;
}

.banner {
    background-color: #000000;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.partial-banner {
    background-color: #000000;
    padding: 10px; 20px;
    display: inline-block;
    margin: 0;
}

#horatitle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

#gigs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 1400px) {
    audio {
        width: 75%;
    }
}

.montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
