/* Text Elements */

h1 span.heading-text-5 {
  color: #000;
  font-weight: 400;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

h1 span.heading-text-6 {
  font-style: italic;
  font-size: 1.75rem;
}

h1.heading-1 {
  max-width: 275px;
  background-color: #ff0;
  text-shadow: none;
  opacity: .7;
}

h1 span.heading-text-1 {
  font-weight: 700;
}

h1 span.heading-text-2 {
  font-weight: 700;
}

p.paragraph font.paragraph-text-1 {
  font-size: 1.125rem;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

p.paragraph span.paragraph-text-2 {
  font-size: .875rem;
}

p.paragraph span.paragraph-text-3 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-4 {
  text-decoration: underline;
  font-size: 1.125rem;
}

p.paragraph span.paragraph-text-5 {
  font-size: .875rem;
}

p.paragraph span.paragraph-text-6 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-7 {
  font-size: .875rem;
}

p.paragraph a.paragraph-text-8 {
  color: #f3a600;
}

p.paragraph.paragraph-1 {
  float: left;
}

p.paragraph.paragraph-2 {
  float: left;
}

p.paragraph.paragraph-3 {
  float: left;
}

a.link-text.text-link-1 {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 40px;
  color: #f3a600;
  text-decoration: none;
}

a.link-text span.link_text {
  color: #f3a600;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

/* Layout Elements */

body.body-1 {
  position: -webkit-sticky;
  position:         sticky;
  display: block;
  background-color: #000;
}

.container.container-1 {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
  min-height: 470px;
  width: 100%;
  background-image: url('../Piano_web_bg_less_colourful.JPG');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% auto;
  background-repeat: no-repeat;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.container-2 {
  float: left;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #f3a600;
}

audio.audio-1 {
  display: block;
  float: left;
  margin-top: 280px;
  margin-right: 20px;
  width: 300px;
  height: 75px;
}

video.html-video-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.rule.rule-1 {
  padding-top: 30px;
}