* {
  box-sizing: border-box; }

img {
  width: 100%; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8em; }

a:link, a:visited {
  color: #2DAB66;
  text-decoration: none; }

a:active {
  color: #53e595; }

a:hover, a:focus {
  color: #067638; }

a.button, span.button {
  display: inline-block;
  border: 2px solid #2DAB66;
  padding: .5em;
  font-size: .8em;
  background: #2DAB66;
  color: #fff;
  line-height: 1.5em; }
  a.button:hover, span.button:hover {
    background: #fff;
    border: 2px solid #2DAB66;
    color: #2DAB66; }
  a.button:active, span.button:active {
    background: #fff;
    border: 2px solid #067638;
    color: #067638; }

.row {
  width: 100%;
  padding: 0px 1em; }

div#container {
  margin: 0px auto; }

header {
  text-align: center;
  padding: 2em 0px; }
  header h1, header h2 {
    display: none; }

div#content {
  min-height: 300px; }

section#bands article {
  padding: 0px 0px 1em 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }
  section#bands article:last-child {
    border-bottom: none; }
  section#bands article h1 {
    font-size: 2em;
    margin: 1em 0px 0px 0px; }
  section#bands article h2 {
    margin: .5em 0px; }
  section#bands article a:link, section#bands article a:visited {
    color: black; }

footer {
  background: #f0f0f0;
  padding: 2em 0px;
  font-size: .8em; }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .row {
    width: 90%;
    margin: 0px auto; } }
/* Medium only */
/* Large and up */
@media screen and (min-width: 64em) {
  .row {
    width: 80%;
    margin: 0px auto; }

  section#bands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section#bands article {
      width: 49%;
      padding: 1em;
      border: 1px solid #ddd;
      margin-bottom: 20px; }
      section#bands article:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      section#bands article h1 {
        font-size: 2em;
        margin: 1em 0px 0px 0px; }
      section#bands article h2 {
        margin: .5em 0px; }
      section#bands article a:link, section#bands article a:visited {
        color: black; } }
/* Large only */

/*# sourceMappingURL=style.css.map */
