html,body {margin: 0px; padding: 0px; height: 100%; text-align: center;}
section {min-height: 100%;}
a {text-decoration: none;}
li {list-style-type: none;}

h1, h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #494949;
  text-transform: uppercase;
}
h2 {color: #5d7177;}
h3 { 
  font-size: 40px;
  padding-top: 5px;
  margin-bottom: 5px;
}
p {font-family: 'Open Sans', serif; color: #494949;}
h4 {
  font-family: 'Open Sans' , sans-serif;
  font-size: 40px;
  padding-top: 20px;
  margin-bottom: 0px;
  color: #494949;
  text-transform: uppercase;
}
h4 span {
  background-color: white;
}
h5 {
  font-family: 'Open Sans' , sans-serif;
  font-size: 40px;
  padding-top: 20px;
  margin-bottom: 5px;
  color: #494949;
  text-transform: uppercase;
}

hr {width: 30px; height: 3px; background: #494949; border: 0; margin: 0 auto 40px auto;}
#logo, li, img, .button, .fa-bars {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}
.fa-bars {display: none;}

/* HEADER **********************************/
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#logo {width: 50px; float: left; margin: 10px 0 0 50px;}
#logo:hover {opacity: 0.5;}
#logo img {width: 100%;}

#headerlink { margin: 20px 0 0 50px; font-size: 20px; text-align: right; }
#headerlink a { color: #2F2F99; }

/* HOME **********************************/

#home {
  background: url('../img/backgroundstream.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#home h1 {
  margin: 80px auto 0 auto;
  font-size: 110px;
}

#home h2 {
  margin: 0 auto 0 auto;
  font-size: 25px;
}

#home figure {
  margin: 5px auto 5px auto;

}

#home figure audio {
  width: 30%;
}

.sonderaudio {
  border-radius: 20px;
  width: 45%;
  padding: 20px;
  //background: linear-gradient(to top left, #7E5109, #283747, #7E5109);
  background: #FCF3CF;
  border: solid black 2px;
}

#home img:hover {
  opacity: 1;
}

/* FOOTER **********************************/

footer {
  background-color: #3f3f3f;
  margin: 150px auto auto auto;
  weight: 100%;
  height: 70px;
  z-index: 1;
}

footer a p {
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 30px;
}

/* MEDIA QUERIES **********************************/

/* TABLET */
@media screen and (max-width: 1024px) {
    header {
      height: auto;
    }

    #logo {
      width: 40px;
      margin-top: 5px;
    }

    #home h1 {
      font-size: 90px;
      margin-top: 90px;
    }

    #home h2 {
      font-size: 22px;
    }

    #home h3 {
      padding-top: 12%;
    }

    #home h5 {
      padding-top: 12%;
    }

    #home figure audio {
      width: 50%;
    }

}

/* MOBILE */

@media screen and (max-width: 840px) {
  #logo {
    width: 30px;
    margin-top: 3px;
  }

  #home h1 {
      font-size: 50px;
      margin-top: 200px;
    }

  #home h2 {
      width: 70%;
      height: auto;
    }

    #home h5 {
        font-size: 30px;
        height: auto;
      }

    #home figure audio {
      width: 80%;
    }
}

