#music_box {
    background-color: black;
}

#music_box h1 {
    color: white;
}

.navbar {
    padding: 0px;
}

.navbar a {
    padding: 20px;
}

h1 {
    width: 100%;
    text-align: center;
}

#impressum, #datenschutz {
    padding-top: 150px;
    padding-bottom: 150px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

p {
    margin: 0 0 25px;
}

#music_box .col-sm, #masquerade .col-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 567px) {
    #music_box img, #masquerade img, .masthead img {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .contact-section {
        background: url("../img/contact.jpg") no-repeat center center scroll;
        background-color: black;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}