
@media (max-width: 767px) {
  body {
     padding: 0;
  }
  h1#logo {
    padding-left: 4%;
  }
  a.open {
    display: block !important;
  }
  a.open [class^="ss-"],
  a.open [class*=" ss-"] {
    font-size: 22px;
  }
  h1 span,
  .carousel-control {
    display: none !important;
  }
  .panel {
    padding: 5% 4%;
    width: 92%;
  }
  .panel h1 {
    margin-top: 10%;
    font-size: 50px;
    line-height: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  }
  .panel p,
  .panel h3 {
    text-align: center;
  }
  #section1 h1 {
    font-size: 75px;
  }
  .gform_wrapper.short-form_wrapper li input,
  .gform_wrapper.short-form_wrapper li textarea {
    width: 90% !important;
  }
  .gform_wrapper.short-form_wrapper input[type="submit"],
  .page-id-15  input[type="submit"],
  .gform_wrapper.short-form_wrapper input[type="submit"]:focus,
  .page-id-15  input[type="submit"]:focus {
    width: 200px;
  }
  #section4 h1 {
    margin: 5% 0 0;
  }
  #section4 li,
  #section3 li{
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  #section3 ul li {
    margin-bottom: 20px;
    display: block;
    width:100%;
    text-align: center;
  }
   #section3 ul li.active {
    text-align: center;
   }
  #section2 h1{
    font-size: 50px;
  }
  .container {
    box-sizing: border-box;
    padding: 0 10px;
  }   
  .panel-container, .item   {
    height: 800px !important;
    background-position-x: left;
  }
  section.masthead h1 {
    text-align: left;
  } 
  section.masthead h1 img {
    max-height: 30px;
  }    
}
@media (max-width: 480px) {
}
@media (min-width: 768px) and (max-width: 979px) {
  a.open {
    display: block !important;
  }
  .masthead .span4 {
    float: none;
    width: 100%;
  }
  .panel h1 {
    margin-top: 10%;
    font-size: 100px;
    line-height: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  }
  #section1 h1 {
    font-size: 220px;
  }
  #section1 h1 span {
    left:51%;
    top:47%;
  }
}
@media (min-width: 1200px) {
  .panel h1 {
    font-size: 200px;
  }
  #section1 h1 {
    font-size: 400px;
  }
  #section1 h1 span {
    left:53.5%;
    top:52%;
  }

}