body, html {
  margin: 0;
  font-family: "futura-pt-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  min-width: 900px;
}

 @font-face {
  font-family: "futura-pt";
  src: url("../fonts/futura-pt.woff") format("woff2");
}

  @font-face {
    font-family: "futura-pt-bold";
    src: url("../fonts/futura-pt-bold.woff") format("woff2");
}

@font-face {
  font-family: "futura-pt-bold";
  src: url("../fonts/futura-pt-demi.woff") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "futura-pt-bold";
  src: url("../fonts/futura-pt-heavy.woff") format("woff2");
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #1772b5;
}

 .wrapper{
position: static;
}

.content {
  margin-top: 70px;
  justify-content: center;
  background: #FFFFFF;
  color: #000;
}

.columns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.middle{
  display: block;
  flex-wrap: wrap;
  flex-direction: column;
  width: 270px;
  height: 865px;
  order: 2;
  background: #FFFFFF;
  margin: 86px 40px 0 40px;
  flex-basis:270px;
  letter-spacing: 1px;
}

.logo {
  margin-bottom: 40px;
}

.left{
  display: block;
  width: 220px;
  height: 510px;
  background: #FFFFFF;
  order: 1;
  text-align: right;
  flex-basis:220px;
  font-weight: 400;
  letter-spacing: 1px;

}

.right{
  display: block;
  width: 298px;
  height: 385px;
  order: 3;
  background: #FFFFFF;
  margin: 80px 0 0 0;
  flex-basis:298px;
  font-size: 20px;
  line-height: 30px;
}

.image-container {
  display: flex;
  width: 270px;
  margin-top: 30px;
}

.headshot-eric,
.headshot-susie,
.headshot-aaron {
  width: 128px;
  height: 300px;
}

.headshot-aaron {
  margin-top: 14px;
  margin-left: -142px;
}

#name-bold {
  font-weight: bolder;
  font-size: 16px;
}

.headshot-eric {
  margin-right: 14px;
}

.copyright {
  color:#9c9c9c;
  font-size:13px;
}

.quote {
  font-size:20px;
  line-height:30px;
  letter-spacing: 1px;
}

.attribution {
font-size:13px;
}

.footer-m {
  display: none;
}

.right-on-m {
  display: none;
}

/*
--------------------------
media queries
--------------------------

 ---- iPhone 6, 7, & 8 **Plus** in portrait & landscape ---- */

@media screen and (max-width:414px) {

  body {
    width: 394px;
  }

  .wrapper {
    position: fixed;
    height: 80%;
    margin: 0 auto;
    width: 398px;
    padding: 0;
  }

  .right-on-m {
    display: block;
    padding-top: 30px;
    padding-bottom: 11px;
    width: 398px;
    text-align: center;
    position: fixed;
    z-index: 100;
    background-color: white;
  }

  .center-div {
    display: inline-block;
     width: 147px;
  }


  .logo {
    display: none;
  }

  .content {
    width: 398px;
    height: 100%;
    margin-top: 91px;
    position: fixed;
    overflow: scroll;

  }

  .columns {
     margin: 0 auto;
     max-width: 298px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .left {
    order:1;
    text-align: right;
    display: block;
    margin-left: 5px;
    margin-top: 10px;
  }

  .middle {
    margin: 0;
    height: 865px;
    order:2;
    display: block;
  }

  .image-container {
    display: flex;
    width: 270px;
    height: 510px;
    margin-top: 30px;
  }

  .right {
    margin: 40px 0 140px 0;
    order:3;
    height: 600px;
  }

  .footer-d{
    display: none;
  }

  .footer-m{
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
}

/* ---- iPhone 6,7 & 8 in portrait & landscape ---- */

@media screen and (max-width:375px) {

  body {
    width: 375px;
  }

  .wrapper {
    position: fixed;
    height: 80%;
    margin: 0 auto;
    width: 375px;
    padding: 0;
  }

  .right-on-m {
    display: block;
    padding-top: 30px;
    padding-bottom: 11px;
    width: 375px;
    text-align: center;
    position: fixed;
    z-index: 100;
    background-color: white;
  }

  .center-div {
    display: inline-block;
    width: 147px;
  }


  .logo {
    display: none;
  }

  .content {
    width: 375px;
    height: 100%;
    margin-top: 91px;
    position: fixed;
    overflow: scroll;

  }

  .columns {
     margin: 0 auto;
     max-width: 298px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .left {
    order:1;
    text-align: right;
    display: block;
    margin-left: 5px;
    margin-top: 10px;
  }

  .middle {
    margin: 0;
    height: 865px;
    order:2;
    display: block;
  }

  .image-container {
    display: flex;
    width: 270px;
    height: 510px;
    margin-top: 30px;
  }

  .right {
    margin: 40px 0 140px 0;
    order:3;
    height: 600px;
  }

  .footer-d{
    display: none;
  }

  .footer-m{
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
}

/* ---- iPhone 5 & 5S; 2G-4S in portrait & landscape ---- */

@media screen and (max-width:320px) {

  body {
    width: 320px;
  }

  .wrapper {
    position: fixed;
    height: 80%;
    margin: 0 auto;
    width: 320px;
    padding: 0;
  }

  .right-on-m {
    display: block;
    padding-top: 30px;
    padding-bottom: 11px;
    width: 320px;
    text-align: center;
    position: fixed;
    z-index: 100;
    background-color: white;
  }

  .center-div {
    display: inline-block;
     width: 147px;
  }


  .logo {
    display: none;
  }

  .content {
    width: 320px;
    height: 100%;
    margin-top: 91px;
    position: fixed;
    overflow: scroll;

  }

  .columns {
     margin: 0 auto;
     max-width: 298px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .left {
    order:1;
    text-align: right;
    display: block;
    margin-left: 5px;
    margin-top: 10px;
  }

  .middle {
    margin: 0;
    height: 865px;
    order:2;
    display: block;
  }

  .image-container {
    display: flex;
    width: 270px;
    height: 510px;
    margin-top: 30px;
  }

  .right {
    margin: 40px 0 140px 0;
    order:3;
    height: 600px;
  }

  .footer-d{
    display: none;
  }

  .footer-m{
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
}

/* ----------- Galaxy S3 ----------- */

@media screen and (device-width: 320px)
  and (-webkit-device-pixel-ratio: 2) {

    body {
      width: 320px;
    }

    .wrapper {
      position: fixed;
      height: 80%;
      margin: 0 auto;
      width: 320px;
      padding: 0;
    }

    .right-on-m {
      display: block;
      padding-top: 30px;
      padding-bottom: 11px;
      width: 320px;
      text-align: center;
      position: fixed;
      z-index: 100;
      background-color: white;
    }

    .center-div {
      display: inline-block;
       width: 147px;
    }


    .logo {
      display: none;
    }

    .content {
      width: 320px;
      height: 100%;
      margin-top: 91px;
      position: fixed;
      overflow: scroll;
    }

    .columns {
       margin: 0 auto;
       max-width: 298px;
      flex-wrap: nowrap;
      flex-direction: column;
    }

    .left {
      order:1;
      text-align: right;
      display: block;
      margin-left: 5px;
      margin-top: 10px;
    }

    .middle {
      margin: 0;
      height: 865px;
      order:2;
      display: block;
    }

    .image-container {
      display: flex;
      width: 270px;
      height: 510px;
      margin-top: 30px;
    }

    .right {
      margin: 40px 0 140px 0;
      order:3;
      height: 600px;
    }

    .footer-d{
      display: none;
    }

    .footer-m{
      display: block;
      font-size: 16px;
      line-height: 20px;
    }

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

@media screen
  and (device-width: 320px)
  and (-webkit-device-pixel-ratio: 3) {

    body {
      width: 320px;
    }

    .wrapper {
      position: fixed;
      height: 80%;
      margin: 0 auto;
      width: 320px;
      padding: 0;
    }

    .right-on-m {
      display: block;
      padding-top: 30px;
      padding-bottom: 11px;
      width: 320px;
      text-align: center;
      position: fixed;
      z-index: 100;
      background-color: white;
    }

    .center-div {
      display: inline-block;
       width: 147px;
    }


    .logo {
      display: none;
    }

    .content {
      width: 320px;
      height: 100%;
      margin-top: 91px;
      position: fixed;
      overflow: scroll;

    }

    .columns {
       margin: 0 auto;
       max-width: 298px;
      flex-wrap: nowrap;
      flex-direction: column;
    }

    .left {
      order:1;
      text-align: right;
      display: block;
      margin-left: 5px;
      margin-top: 10px;
    }

    .middle {
      margin: 0;
      height: 865px;
      order:2;
      display: block;
    }

    .image-container {
      display: flex;
      width: 270px;
      height: 510px;
      margin-top: 30px;
    }

    .right {
      margin: 40px 0 140px 0;
      order:3;
      height: 600px;
    }

    .footer-d{
      display: none;
    }

    .footer-m{
      display: block;
      font-size: 16px;
      line-height: 20px;
    }

}

/* ----------- Google Pixel ----------- */
/* ----------- HTC One ----------- */

@media screen
  and (device-width: 360px)
  and (-webkit-device-pixel-ratio: 3) {

    body {
      width: 360px;
    }

    .wrapper {
      position: fixed;
      height: 80%;

      margin: 0 auto;
      width: 360px;
      padding: 0;
    }

    .right-on-m {
      display: block;
      padding-top: 30px;
      padding-bottom: 11px;

      width: 360px;
      text-align: center;
      position: fixed;
      z-index: 100;
      background-color: white;
    }

    .center-div {
      display: inline-block;
       width: 147px;
    }


    .logo {
      display: none;
    }

    .content {
      width: 360px;
      height: 100%;
      margin-top: 91px;
      position: fixed;
      overflow: scroll;
    }

    .columns {
       margin: 0 auto;
       max-width: 298px;
      flex-wrap: nowrap;
      flex-direction: column;
    }

    .left {
      order:1;
      text-align: right;
      display: block;
      margin-left: 5px;
      margin-top: 10px;
    }

    .middle {
      margin: 0;
      height: 865px;
      order:2;
      display: block;
    }

    .image-container {
      display: flex;
      width: 270px;
      height: 510px;
      margin-top: 30px;
    }

    .right {
      margin: 40px 0 140px 0;
      order:3;
      height: 600px;
    }

    .footer-d{
      display: none;
    }

    .footer-m{
      display: block;
      font-size: 16px;
      line-height: 20px;
    }

}

/* ----------- Galaxy S6 ----------- */
/* ----------- Google Pixel XL ----------- */

@media screen
  and (device-width: 360px)
  and (-webkit-device-pixel-ratio: 4) {

    body {
      width: 360px;
    }

    .wrapper {
      position: fixed;
      height: 80%;
      margin: 0 auto;
      width: 360px;

      padding: 0;
    }

    .right-on-m {

      padding-top: 30px;
      padding-bottom: 11px;
      width: 375px;
      text-align: center;
      position: fixed;
      z-index: 100;
      background-color: white;
    }

    .center-div {
      display: inline-block;
       width: 147px;
    }


    .logo {
      display: none;
    }

    .content {
      width: 360px;
      height: 100%;
      margin-top: 91px;
      position: fixed;
      overflow: scroll;
    }

    .columns {
       margin: 0 auto;
       max-width: 298px;
      flex-wrap: nowrap;
      flex-direction: column;
    }

    .left {
      order:1;
      text-align: right;
      display: block;
      margin-left: 5px;
      margin-top: 10px;
    }

    .middle {
      margin: 0;
      height: 865px;
      order:2;
      display: block;
    }

    .image-container {
      display: flex;
      width: 270px;
      height: 510px;
      margin-top: 30px;
    }

    .right {
      margin: 40px 0 140px 0;
      order:3;
      height: 600px;
    }

    .footer-d{
      display: none;
    }

    .footer-m{
      display: block;
      font-size: 16px;
      line-height: 20px;
    }

}
