body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6E6B6B;
}

h1, h2, h3 {
  font-family: 'Josefin Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

figure img {
  max-width: 100%;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

#header {
  min-height: 722px;
  background: #000;
  color: #FFF;
  position: relative;
  overflow: hidden;
}

#header .container,
#header .scroll {
  z-index: 99;
  position: relative;
}

#header .container {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#header img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

#header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

#header h1 span {
  color: #FFA74D;
}

#header .container .inner {
  position: absolute;
  top: -130px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#header.playing .container .inner {
  top: -300px;
}

#play {
  color: #FFF;
  background: #FFA74D;
  text-transform: uppercase;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  display: block;
  margin: 40px auto;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  padding-top: 45px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#play:hover {
  background-color: #EC8318;
}

#play h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

#play.active {
  padding-top: 56px;
}

#radio {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin-bottom: 100px;
  -webkit-transform: scale(0.7);  /* Saf3.1+, Chrome */
     -moz-transform: scale(0.7);  /* FF3.5+ */
      -ms-transform: scale(0.7);  /* IE9 */
       -o-transform: scale(0.7);  /* Opera 10.5+ */
          transform: scale(0.7);
}

#scroll {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 99;
}

#scroll a {
  color: #FFF;
  font-size: 40px;
  opacity: 0.7;
}

#scroll a:hover {
  opacity: 1;
}

section {
  padding: 100px 0;
  position: relative;
}

section h3 {
  color: #FFA74D;
  margin-bottom: 30px;
  font-size: 30px;
  margin-top: 0;
  font-weight: normal;
}

article {
  font-size: 16px;
  line-height: 26px;
  color: #4F4E4C;
}

article p:last-child {
  margin-bottom: 0;
}

section {
  overflow: hidden;
}

section#tanbour {
  background: #EAE9E4;
  min-height: 750px;
  overflow: hidden;
}

section#tanbour img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}

section#music {
  padding: 0;
}
section#music .container {
  position: relative;
}
section#music img {
  max-width: 100%;
  max-height: 100%;
  margin-left: -40px;
  position: absolute;
  top: 40px;
  left: 0px;
  padding-bottom: 80px;
  padding-left: 40px;
}

section#music article {
  background: #FFF;
  background: rgba(255,255,255,0.9);
  padding: 80px 40px;
  padding-right: 0;
}

section#gallery {
  padding: 0;
}

section#gallery img {
  max-width: 100%;
}

section#sacred-lute-1 figure {
  max-width: 400px;
  margin: 0 auto 30px;
}

section#sacred-lute-1 article {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

section#sacred-lute-2 img {
  position: absolute;
  min-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

section#sacred-lute-2 article {
  position: relative;
  z-index: 1;
  color: #f4f4f4;
}

section#sacred-lute-2 article h3 {
  color: #FFF;
}
section#sacred-lute-2 article h3 > span {
  color: #FFA74D;
}

section#buy {
  padding: 100px 0;
}
section#buy article {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

section#buy .online-stores {
  max-width: 1000px;
  margin: 0 auto;
}

section#buy .online-stores a {
  display: inline-block;
  max-width: 24%;
  padding: 5%;
}
section#buy .online-stores a img {
  max-width: 100%;
  height: auto;
}
section#buy .online-stores a:last-child {
  padding-right: 0;
  padding-left: 4%;
}

section#cds {
  padding: 0;
}

section#cds .container {
  width: 100%;
  padding: 0;
}

section#cds img {
  width: 8.3%;
  width: 8.3333%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}

section#learn-more .tanbour {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

section#learn-more article {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
section#learn-more article a {
  color: #FFA74D;
}
.mobile-shadow {
  display: none;
}

#header::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 199;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 1400px) {
  section#sacred-lute-2 img {
    right: -10%;
    left: initial;
  }
}

@media (max-width: 1200px) {
  section#cds img {
    width: 16.67%;
    width: 16.6666%;
  }
  section#tanbour img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
    min-width: initial;
    max-width: initial;
  }
  section#sacred-lute-2 img {
    right: -25%;
    left: initial;
  }
}

@media (max-width: 991px) {

  section#tanbour {
    min-height: 0;
    background-position-y: top;
    -webkit-background-size: 110%;
    background-size: 110%;
  }

  section#music img {
    max-width: 100%;
    margin: 0 auto;
  }

  section#music article {
    padding: 40px 0;
  }

  section#cds img {
    width: 25%;
  }

  .pull-left-sm {
    float: left;
  }
  section#tanbour img {
    right: -25%;
  }
  section#sacred-lute-2 img {
    right: initial;
    left: 0;
  }
}

@media (max-width: 767px) {
  #header {
    min-height: 460px;
    padding-top: 80px;
    position: relative;
  }
  #header img {
    width: 100%;
    height: auto;
  }
  #header .container {
    z-index: 299;
    position: relative;
    top: 0;
  }
  #header .container .inner {
    position: relative !important;
    top: 0 !important;
  }
  .mobile-shadow {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    z-index: 199;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
  #header h1 {
    font-size: 40px;
  }
  #play {
    width: 100px;
    height: 100px;
    padding-top: 35px;
  }
  #play.active {
    padding-top: 43px;
  }
  #play h2 {
    font-size: 20px;
  }
  #radio {
    -webkit-transform-origin: 0;  /* Saf3.1+, Chrome */
       -moz-transform-origin: 0;  /* FF3.5+ */
        -ms-transform-origin: 0;  /* IE9 */
         -o-transform-origin: 0;  /* Opera 10.5+ */
            transform-origin: 0;
    width: 143%;
    margin-bottom: 30px;
  }

  section {
    padding: 40px 0;
  }
  section#about figure {
    float: left;
    max-width: 50%;
  }

  section#tanbour {
    padding-top: 0;
  }
  section#tanbour img {
    position: relative;
    margin-bottom: 40px;
    right: 0;
    width: 100%;
  }

  section#buy .online-stores a {
    width: 100%;
    max-width: 160px;
    display: block;
    padding: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto;
  }
  section#buy .online-stores a:first-child {
    padding-top: 40px;
  }
  section#buy .online-stores a:last-child {
    padding-bottom: 0;
  }
}
