/* Media query for Mobile devices*/
@media only screen and (max-width : 844px) {
  .mainContent .section3hide {
    display: none;
  }
}
@media only screen and (max-width : 428px) {
  #InsideMenu {}
  .mainContent {
    position: relative;
    display: block;
  }
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
  header {}
  #HeaderPicture {
    top: 0px;
    margin-bottom: 0px;
  }
  #HeaderSpacer {
    height: 273px;
  }
  .pagetag {}
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
  header .ProfilePhoto {}
  h10 {}
  h12 {
    font: 17px/1.2 Helvetica, Arial, sans-serif;
  }
  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: 251px;
  }
  header {
    height: auto;
  }
  .pagetag {}
  .mainContent {}
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
  h10 {
    font: 222%/1.1 Helvetica, Arial, sans-serif;
  }
  #HeaderPicture {
    top: 0px;
    margin-bottom: 0px;
  }
}  @media only screen and (min-width : 531px) and (max-width : 844px) {
  /* Header */
  #HeaderSpacer {
    height: 8px;
  }
  header {
    min-height: 447px;
  }
  #HeaderPicture {
    width: 49%; 
    top: 16px;
  }
  .pagetag {}
  .mainContent {}
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
  h10 {
    font: 248%/1.1 Helvetica, Arial, sans-serif;
  }
}
/* Media Query for Tablets */
@media only screen and (min-width : 844px) and (max-width : 1166px) {
  #HeaderSpacer {}
  header {
    min-height: 518px;
  }
  #HeaderPicture {
    margin-bottom: 29px;
  }
  .pagetag {}
  .mainContent {}
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
}
/* Desktops and laptops  */
@media only screen and (min-width : 1166px) {
  #HeaderSpacer {}
  header {
    height: auto;
    min-height: 500px;
  }
  #HeaderPicture {
      margin-bottom: 29px;
    }
  .pagetag {}
  .mainContent {}
  #middleUL li {}
  #compsNav dd {}
  ul#mainNav {}
  #mainNav dl {}
}