/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
/* pagewrap */#pagewrap {width: 95%;}
/* content */#content {width: auto;float: none;margin: 5px 0;}}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
/* header */#header {height: auto;}
/* main nav */#main-nav {position: static;}
/* site logo */#site-logo {margin: 15px 100px 5px 0;position: static;}
/* site description */#site-description {margin: 0 0 15px;position: static;}
/* content */#content {width: auto;float: none;margin: 5px 0;}}
/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
/* disable webkit text size adjust (for iPhone) */html {-webkit-text-size-adjust: none;	}}



@media (min-width: 200px) {  body {font-size: 75%;}}
@media (min-width: 280px) {  body {font-size: 90%;}}
@media (min-width: 320px) {  body {font-size: 95%;}}
@media (min-width: 400px) {  body {font-size: 100%;}}
@media (min-width: 700px) {  body {font-size: 100%;}}
@media (min-width: 850px) {  body {font-size: 100%;}}
@media (min-width: 1000px) {  body { font-size: 105%;}}
@media (min-width: 1100px) {  body { font-size: 110%;}}
@media (min-width: 1450px) {  body { font-size: 115%;}}

