@media screen and (min-width: 77.5rem) {
  .u-scalable-3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 77.5rem) and (min-width: 29.0625rem) {
  .u-scalable-3 {
    font-size: 3.8709677419vw;
  }
}
@media screen and (max-width: 1240px) and (max-width: 465px) {
  .u-scalable-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .u-scalable-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 902px) {
  .u-scalable-4 {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 1240px) and (max-width: 902px) {
  .u-scalable-4 {
    font-size: 16px;
  }
}



html, body {
  margin: 0px;
  padding: 0px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
}

#social-facebook {
  image: images/icon_facebook.png);
}

#social-youtube {
  background: url(images/icon_youtube.png);
}

.hero1 {
  background: url(http://www.nostic-music.com/dynamic-sounds/images/Dynamic-Sounds-Waveform_black.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero2 {
  background: url(http://www.nostic-music.com/dynamic-sounds/images/studio-background-image.jpeg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.hero, .content {
  text-align: center;
  position: relative;
  width: 100%;
}

.inner {
  min-height: 500px;
  position: relative;
}

.inner2 {
  min-height: 820px;
  position: relative;
}

.inner3 {
  min-height: 5px;
  position: relative;
}

.copy {
  position: absolute;
  top: 20%;
  height: 10em;
  margin-top: -5em;
  width: 100%;
}

.copy2 {
  position: absolute;
  top: 50%;
  height: 10em;
  margin-top: -5em;
  width: 100%;
}

.copy3 {
  position: absolute;
  top: 30%;
  height: 10em;
  margin-top: 1px;
  width: 100%;
}

.hero h2, .hero p {
  color: #886B38;
}

.hero h3, .hero p {
  color: #70706F;
}

.content h1, .content p {
  color: #fff;
}

.content p {
  color: #C4C5C4;
}

h1 {
  margin: 0px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 50px;
  padding: 0px 20px;
  color: #fff;
}

h2 {
  margin: 0px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 50px;
  padding: 0px 10px;
  text-shadow: 2px 2px 5px #181818;
}

h3 {
  margin: 0px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 50px;
  padding: 0px 10px;
  text-shadow: 2px 2px 5px #181818;
}

p {
  font-family: 'Raleway';
  font-size: 32px;
  padding: 0px 20px;
  color: #C4C5C4;
}

