body {
    font-family: gill sans, sans-serif;
    background-color: #222222;
    color: white;
    margin: 20px;
}

menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

menu li {
  float: left;
}

menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

menu li a:hover {
  background-color: #111111;
}

img.band_photo {
    width: 80%;
}

ul.no_bullets {
    list-style-type: none;
    padding: 0
}

footer {
    background-color: #444444;
    margin-top: 30px;
    padding: 10px
}

a {
    color: lightseagreen;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

h2.division {
    margin-top: 40px
}

footer {
    font-size: smaller;
}
