/* Text Elements */

h1 span.heading-text-1 {
  font-style: italic;
  font-size: 30px;
}

h1 span.heading-text-2 {
  font-weight: 800;
  font-size: 52px;
}

h1.heading-1 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-size: 36px;
  line-height: .84;
}

h1.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 700;
  font-size: 20px;
}

h1.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 600;
  font-size: 17px;
}

h1.heading-4 {
  color: #fff;
  text-align: left;
  font-size: 16px;
}

h1.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
}

h1.heading-6 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 800;
  font-size: 20px;
}

h1.heading-7 {
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 800;
  font-size: 20px;
}

p.paragraph.paragraph-1 {
  color: #fff;
  text-align: left;
  text-shadow: #000 2px 2px 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.46;
}

a.link-text.text-link-1 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-size: 10px;
}

a.link-text.text-link-2 {
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-shadow: #000 2px 2px 5px;
  font-weight: 800;
  font-size: 32px;
}

a.link-text.text-link-3 {
  margin-top: -8px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-shadow: #000 2px 2px 5px;
  font-weight: 800;
  font-size: 22px;
}

/* Layout Elements */

body > .row.row-1 {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-2 {
  background-color: transparent;
}

body.grid-1 {
  background-color: transparent;
  background-image: url('../drum-kit-background.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-top: 16px;
  margin-left: 8%;
}

body > .row > [class*='coffee-span-'].column-5 {
  margin-top: 15px;
  margin-left: 8%;
}

body > .row > [class*='coffee-span-'].column-1 {
  min-height: 14px;
}

body > .row > [class*='coffee-span-'].column-3 {
  margin-top: 15px;
  margin-left: 8%;
}

body > .row > [class*='coffee-span-'].column-7 {
  margin-top: 27px;
  margin-left: 8%;
}

body > .row > [class*='coffee-span-'].column-8 {
  margin-left: 8%;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 143px;
  border: 4px solid #75270e;
  border-top-left-radius: 360px 360px;
  border-top-right-radius: 360px 360px;
  border-bottom-right-radius: 360px 360px;
  border-bottom-left-radius: 360px 360px;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #75270e;
  border-top-left-radius: 360px 360px;
  border-top-right-radius: 360px 360px;
  border-bottom-right-radius: 360px 360px;
  border-bottom-left-radius: 360px 360px;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 75px;
  border-top-left-radius: 360px 360px;
  border-top-right-radius: 360px 360px;
  border-bottom-right-radius: 360px 360px;
  border-bottom-left-radius: 360px 360px;
  background-color: #0c22c2;
}

div.responsive-picture.picture-3 {
  max-width: none;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 549px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 6px;
  }

  h1 span.heading-text-2 {
    font-size: 32px;
  }

  h1 span.heading-text-1 {
    font-size: 23px;
  }

  a.link-text.text-link-2 {
    margin-top: 0;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    margin-top: 8px;
  }

  body > .row > [class*='coffee-span-'].column-6 {
    margin-top: 18px;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    margin-top: 13px;
  }
}

@media screen and (max-width: 357px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-5 {
    margin-top: 25px;
  }
}