/* This is where the media queries will live for now */





@media only screen and (max-width: 1100px) {
  body { font-size:100%;}
  .wrap {max-width:770px;}
}

@media only screen and (max-width: 800px) {
  body { font-size:100%;}
}

@media only screen and (max-width: 400px) {
  body { font-size:90%;}
}
