/* RESPONSIVE */
@media (max-width: 767px) {
  .navbar {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media (max-width: 568px) {
  img {
    margin-bottom: 10px;
  }
  img.size-medium-300,
  img.size-medium {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-title {
    height: 175px;
    position: relative;
  }
  .section-title h1,
  .section-title h4 {
    font-size: 70px;
  }
  body.features-index .section-title {
    height: 175px;
    position: relative;
  }
  .section-title.section-title-home {
    height: 300px;
    position: relative;
  }
  body.primary .section-title,
  body.music-main .section-title {
    height: 300px;
    position: relative;
  }
  .home-intro {
    padding-top: 30px;
    height: 170px;
  }
  .home-intro h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  body.home {
    background-size: auto auto;
    background-position: 0 60px;
  }
  .section-title {
    height: 120px;
    position: relative;
  }
  body.primary .section-title,
  body.features-index .section-title {
    height: 120px;
    position: relative;
  }
  .section-title.section-title-home {
    height: auto;
  }
  .home-intro {
    padding-top: 30px;
    height: 220px;
  }
  .home-intro h2.tagline {
    font-size: 15px;
  }
  .section-title.section-title-page {
    height: 70px;
  }
  .inset-content,
  .inset-sidebar {
    padding-left: 0;
  }
  p.available {
    margin-bottom: 25px;
  }
}
