/* RESPONSIVE */

@media (min-width: 240px) and (max-width: 479px) {
  .section-title h1, .section-title h4, .home-intro h1 {
    font-size: 34px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-title h1, .section-title h4, .home-intro h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .navbar {
    background: rgba(0,0,0,0.95);
  }
  
}

@media (max-width: 568px) {
  img.size-medium-300, img.size-medium {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  img {
    margin-bottom: 10px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .section-title h1, .section-title h4 {
    font-size: 70px;
  }
  
  .section-title, body.features-index .section-title {
    height: 175px;
    position: relative;
  }
  
  .section-title.section-title-home, body.primary .section-title, body.music-main .section-title {
    height: 300px;
    position: relative;    
  }

  .home-intro {
    padding-top: 30px;
    padding-right: 30px;
    height: 170px;
  }

  .home-intro h1 {
    font-size: 100px;
    line-height: 60px;
  }
  
}

@media (max-width: 767px) {

  body.home {
    background-size: auto auto;
    background-position: 0 60px;
  }

  .section-title, 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;
  }

}