body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

header {
    background: #333;
    color: #fff;
    padding-top: 20px;
    min-height: 70px;
    border-bottom: #77aaff 3px solid;
}

header h1 {
    float: left;
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header li {
    display: inline;
    padding: 0 15px;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header a:hover {
    color: #77aaff;
    font-weight: bold;
}

main {
    padding: 20px 0;
}

footer {
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #333;
    text-align: center;
}

.city-list, .tool-list, .guide-list {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}


/* Busking composite image panels */
.busk-panel-busking-sidewalk-guitarist {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
.busk-panel-busking-permit-documents {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
.busk-panel-busking-pa-speaker-performer {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
.busk-panel-busking-sound-waves-downtown {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
.busk-panel-busking-juggler-crowd {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
.busk-panel-busking-permit-map-planning {
    width: 100%;
    max-width: 520px;
    height: 240px;
    background-image: url('/images/busking-composite.jpg');
    background-size: 300% 200%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 16px 0 20px 0;
}
