/* Text Elements */

h1.heading-1 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

h1.heading-4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
}

h1.heading-2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

p.paragraph.paragraph-1 {
  color: #fff;
  font-size: 20px;
}

p.paragraph.p.paragraph-1 {
  text-align: justify;
  font-size: 22px;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 700;
}

a.link-text.text-link-1 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-shadow: #000 2px 2px 5px;
  font-weight: 800;
  font-size: 36px;
}

a.link-text.text-link-2 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

/* Layout Elements */

body > .row.row-1 {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-1 {
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].column-2 {
  margin-top: 14px;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].column-3 {
  background-color: transparent;
}

body.grid-1 {
  background-color: transparent;
  background-image: url('../IMAGES/music-sheet-background-pink-2.jpg');
  background-position: center center;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-left: 4%;
}

body > .row > [class*='coffee-span-'].column-5 {
  margin-top: 31px;
}

body > .row > [class*='coffee-span-'].column-6 {
  margin-top: 31px;
}

body > .row > [class*='coffee-span-'].column-7 {
  margin-top: 32px;
}

body > .row > [class*='coffee-span-'].column-8 {
  margin-top: 31px;
}

body > .row > [class*='coffee-span-'].column-9 {
  margin-top: 16px;
  min-height: 11px;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  margin-top: 31px;
}

.row > [class*='coffee-span-'] .html-element.html-element-2 {
  margin-top: 31px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  border-width: 0;
  border-top-left-radius: 36px 36px;
  border-top-right-radius: 36px 36px;
  border-bottom-right-radius: 36px 36px;
  border-bottom-left-radius: 36px 36px;
}

a.responsive-picture.picture-link-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  border-top-left-radius: 36px 36px;
  border-top-right-radius: 36px 36px;
  border-bottom-right-radius: 36px 36px;
  border-bottom-left-radius: 36px 36px;
}

@media screen and (max-width: 590px) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
  }

  p.paragraph.p.paragraph-1 {
    text-align: justify;
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 600;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-4 {
    font-weight: 600;
    font-style: italic;
  }

  a.link-text.text-link-1 {
    margin-top: 0;
    font-size: 40px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 35px;
  }
}