/* Media query for Mobile devices*/
@media only screen and (max-width : 844px) {
  .mainContent .section3hide {
    display: none;
  }
}
@media only screen and (max-width : 428px) {
  #HeaderSpacer {
    height: 500px;
  }

  h13 {
    font: 15px/1.3 Helvetica, Arial, sans-serif;
    font-style: italic;
  }
}
@media only screen and (min-width : 428px) and (max-width : 531px) {
  #HeaderSpacer {
    height: 484px;
  }
  header {
    height: auto;
  }
  h10 {
    font: 222%/1.1 Helvetica, Arial, sans-serif;
  }
  #HeaderPicture {
    top: 0px;
  }
}
@media only screen and (min-width : 531px) and (max-width : 844px) {
  /* Header */
  /*     .flex-container2 {
      max-height: 425px;  }
 */
  h10 {
    font: 248%/1.1 Helvetica, Arial, sans-serif;
  }
}
/* Media Query for Tablets */

/* Desktops and laptops  */
