@media screen and (max-width:1216px) {
  header #main_nav_container ul#main_nav {
    margin-right:0;
  }
}

@media screen and (max-width: 959px) {
  header {
    /*padding-left: 2em;*/
  }
  #photoBar {
    text-align: center;
  }
  #photoBar img {
    width: 31%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 779px) {
  body {
    font-size: 18px;
  }
  .invis {
    display: block;
    visibility: hidden;
    line-height: .2em;
  }
  #content_main #contentLeft, #content_main #contentRight {
    float: none;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  #content_main #contentRight #formBox {
    margin-bottom: 2em;
  }
  #content_main #contentRight aside {
    padding: 0;
    font-size: 22px;
    line-height: 1.2em;
  }

  /* line 18, ../sass/_breakpoints.scss */
  #photoBar {
    padding-top: 2em;
  }

  /* line 22, ../sass/_breakpoints.scss */
  form input[type=text], form textarea, form select, form .selector {
    font-size: 20px;
  }
  /* line 25, ../sass/_breakpoints.scss */
  form select {
    height: 36px;
  }
  /* line 26, ../sass/_breakpoints.scss */
  form option {
    font-size: 20px;
  }
}
@media screen and (max-width: 679px) {
  /* line 33, ../sass/_breakpoints.scss */
  #content_main #contentRight aside {
    margin-bottom: 1.5em;
  }

  /* line 36, ../sass/_breakpoints.scss */
  #photoBar {
    display: none;
  }
}
