

/* full size */
@media only screen and (max-width: 1200px) {
  .hero-text-box {
    text-align: center;
    font-size: 180%;
    padding-top: 400px;
  }


  body {
    font-size: 18px;
  }

  .player {
    width: 80%;
    margin-left: 10%;
  }

  .shows p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .icons {
    font-size: 210%;
  }

  .social-links li,
  .footer-nav li {
    margin-right: 40px;
}


}

/* Tablets iPad Pro*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  
  header {
    background-size: contain;
    width: 1024;
    height: auto;
    background-position: top;
  } 

  section {
    padding: 10px 0;
  }

  /* header {
    height: 50vh;
    width: auto;
  } */

  .hero-text-box {
    font-size: 180%;
    padding-top: 250px;
  }

  .about {
    padding: 15px;
  }

  h2 {
    font-size: 30px;
    margin-top: 15px;
  }

  .about p {
    font-size: 20px;
  }

  .shows p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .icons {
    font-size: 200%;
  }
  
  /* .footer-nav {
    margin-left: 0;
  } */


/* larger phones, Ipad */
@media only screen and (max-width: 768px) {
  .col {
    width: 100%;
  }

  header {
    background-size: contain;
    height: 100vh;
  } 

  .logo {
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .members h3 {
    margin-bottom: 0px;
  }

  .box img {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .box img:hover {
    transform: scale(1.65);
  }


  header {
    height: 57vh;
    background-position: top;
    background-size: 120%;
  }
  
  
  .hero-text-box {
    text-align: center;
    font-size: 130%;
    padding-top: 30%;
  }

  .icons {
    margin-bottom: -15px;
  }

  .shows {
    margin-bottom: 20px;
  }

  .main-nav {
    display: none;
  }

  .logo,
  .logo-sticky {
    opacity: .9;
  }

  .mobile-nav-icon {
    display: inline-block;
  }

  .main-nav {
    float:left;
    font-size: 120%;
    margin-top: 3px;
  }

  .main-nav li {
    display: block;
    margin-left: 30px;

  }

  .main-nav li a:link,
  .main-nav li a:visited {
    display: block;
    border: 0;
  }

  .sticky .main-nav {
    margin-top: 0px;
  }

  .sticky .main-nav li a:link,
  .sticky .main-nav li a:visited {
    padding: 10px 0;
}

.sticky .mobile-nav-icon ion-icon {
  color: #555
}

.contact-form-responsive-margin {
    margin: 15px 0;
  }


.footer-nav-mobile {
  text-align: center;
  width: 100%;
}

/* .footer-nav {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
} */


.footer-nav {
  margin-left: 0;
}
 
.footer-nav li {
  margin-right: 20px;
  margin-left: 20px;


} 


.social-links-mobile {
    text-align: center;
  }

  .social-links {
    float: none;
    margin-bottom: 20px;
  }


.social-links li:last-child {
  margin-right: 0px;
}



/* 425 */

@media only screen and (max-width: 425px) {

  .hero-text-box {
    padding-top: 80px;
    font-size: 100%;
  }

}

/* pixel 2, iPhone 6/7/8 plus*/

@media only screen and (max-width: 414px) {
  
  header {
    height: 38vh;
  }
  
  
  .hero-text-box {
    font-size: 80%;
    padding-top: 100px;
  }


}

/* iPhone 6,7,8,X */
@media only screen and (max-width: 375px) {

header {
  height: 35vh;
}

.logo {
  height: 50px;
  margin-left: 10px;
  margin-top: 10px;
}


.hero-text-box {
  font-size: 75%;
  padding-top: 90px;
}

}


/* Moto G4 Galaxy S5 360px */

@media only screen and (max-width: 360px) {

  header {
    height: 40vh;
  }
  

  
  .hero-text-box {
    font-size: 75%;
    padding-top: 80px;
  }

  
  }

/* iPhone 5 */

@media only screen and (max-width: 330px) {

  header {
    height: 40vh;
  }

  .logo {
    height: 40px;
    margin-left: 7px;
    margin-top:7px;

  }
  

  
  .hero-text-box {
    font-size: 70%;
    padding-top: 80px;
  }

  
  .footer-nav li {
    margin-right: 10px;
    margin-left:10px;
    }

@media only screen and (max-width: 281px) {
  
 header {
   height: 200px;
 }
 
 
  .social-links li {
    margin-right: 14px;
    margin-left: 14px;
  }



}



