@media screen, projection, print {

  html {
    color: #fff;
  }
  body {
    background: url(../music/live/images/live-bg.jpg) #09434f;
  }
  .img-live {
    background: url(../music/live/images/live-banner.jpg) 0% 97% no-repeat !important;
    background-size: 100% !important;
    padding-top: 286px !important;
  }
  
  a img {
     max-width: 100% !important;
  }
  
  ol li em {
    display: block;
    font-style: italic;
    line-height: 13px;
    font-weight: normal;
    color: #ddd;
    font-size: 11px;
  }
  h1, h2, h3, h4 {
    color: #a1edeb;
  }
  strong, b {
      color: #fff;
  }
  blockquote, q {
    color: #fff;
  }
  hr {
      border: 0;
      height: 4px;
      background: #333;
      background-image: -webkit-linear-gradient(left, #edfe8c, #a1edeb, #edfe8c); 
      background-image:    -moz-linear-gradient(left, #edfe8c, #a1edeb, #edfe8c); 
      background-image:     -ms-linear-gradient(left, #edfe8c, #a1edeb, #edfe8c); 
      background-image:      -o-linear-gradient(left, #edfe8c, #a1edeb, #edfe8c); 
      margin: 40px 0 40px 0;
  }
  .img-border {
    border: 2px solid #608b9e;
  }
  ul.contact-details li h4, 
  ul.contact-details li strong {
      color: #fff;
  }
  a {
    color: #e5f834 !important;
  }
  h1.title {
    text-align: center;
  }
  h1.title img {
    width: 100%;
    margin-bottom: 5px;
  }
  .hero {
    padding: 30% 0 28%;
  }
  .albertman-cols .img-borders div img {
    display: block;
    border: 1px solid #eee;
  }
  form.paypal-button {
    display: inline-block;
  }
  form.paypal-button input {
    margin: 0;
  }
  div#buy-now a {
    float: none;
    display: inline-block;
  }
  .center {
    text-align: center;
  }
  #mc_embed_signup {
      background: #e5f834;
      padding: 10px;
  }
  #hero-alt {
      border-bottom: 4px solid #a1edeb;
  }

}
@media screen and (max-width: 1670px) {
  .hero {
    padding: 30% 0 23%;
  }

}

@media screen and (max-width: 1440px) {
  .hero {
    padding: 30% 0 21%;
  }

}

@media screen and (max-width: 1280px) {
  .hero {
    padding: 30% 0 17%;
  }

}

@media screen and (max-width: 1140px) {
  .hero {
    padding: 30% 0 15%;
  }

}

@media screen and (max-width: 970px) {
  .img-live {
    background: url(../music/live/images/live-banner.jpg) 0% 50% no-repeat !important;
    background-size: 100% !important;
  }
  .hero {
    padding: 30% 0 10%;
  }

}

@media screen and (max-width: 810px) {
  .img-live {
    background: url(../music/live/images/live-banner.jpg) 0% 60% no-repeat !important;
    background-size: 100% !important;
  }
  .hero {
    padding: 30% 0 8%;
  }

}

@media screen and (max-width: 767px) {

  .img-live {
    background: url(../music/live/images/live-banner.jpg) 0% 35% no-repeat !important;
    background-size: 100% !important;
  }
  
  h1.title img {
    width: 95%;
  }
  #hero-alt #logo {
    display: none;
  }
  .hero {
    padding: 30% 0 25%;
  }

}
@media screen and (max-width: 650px) {

  .img-live {
    background: url(../music/live/images/live-banner2.jpg) 0% 100% no-repeat !important;
    background-size: 100% !important;
  }
  .hero {
    padding: 30% 0 20%;
  }
  #hero-alt #logo {
    display: none;
  }
}
  
@media screen and (max-width: 500px) {
  .img-live {
    background: url(../music/live/images/live-banner2.jpg) 0% 80% no-repeat !important;
    background-size: 100% !important;
  }
  .hero {
    padding: 40% 0 14%;
  }
  #hero-alt #logo {
    display: none;
  }
}
