/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}


@media only screen and (min-width: 979px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #logo {left: 15px;max-width: 30%;}
  section{padding: 20px 20px 20px;}
  .mainTextContent {width: 90%;}
  .homeBulletsContent {width: 90%;}
  .homeBulletsContent .sectionTitle {width: 100%;}
  .sectionText {margin-bottom: 20px;}
  .mainTextContent {width: 60%;}
  .sectionTitle h1 {font-size: 2em;}

}

@media only screen and (max-width : 600px) {
  section{padding: 0 20px 20px;}
  .item .headerTitle {font-size: .9em;}
  .item .headerText {font-size: 1.2em;padding-bottom: 2%}
  .mainTextContent {width: 100%;}
  #footerLogo {width: 105px; margin: -40px auto 0;}
  .homeBullets {padding: 0px 0 60px;}
  #youTube {top: -33px; padding-right: 0px;}
  #youTube img {width: 30px;}
  .footer {padding: 10px 0;}
  .footer:before{ top: -47px;}
}

@media only screen and (max-width: 475px) {
  .recaptcha .col-xs-8, .recaptcha .col-xs-4 {
    width: 100%;
  }

  .recaptcha .col-xs-4 .email-button {width: 50%; margin: 0 auto}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 413px) {

  .mainTextContent .sectionTitle {margin: 0 20px 40px;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  h1, .h1 {font-size: 1.5em;}
}
@media (min-width: 500px) {


}

	@media (max-width: 499px) {


}