/* 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%;}
  .sectionText {margin-bottom: 20px;}
  .header_text {font-size: 1.5em;}
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {background: #000;}
  #nav .nav>li { padding: 5px 15px; }
}

@media only screen and (max-width : 600px) {
  section{padding: 0 20px 20px;}


@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) {
  }


}