body {float:left; width:100%; margin:0;}

.pagenav {display:none; visibility:hidden;}

::selection {background-color:#000000; color:#3aa939;}
::-moz-selection {background-color:#000000; color:#3aa939;}

/*FONTS*/
html {font-size:62.5%;}
body {font-size:1.4rem;}
h1 {font-size:3.5rem; font-family: 'museo_slab500'; }
h2 {font-size:3rem; font-family: 'museo_slab500'; }
h3 {font-size:2.8rem; font-family: 'museo_slab500'; }
h4 {font-size:2.5rem; font-family: 'museo_slab500'; }
h5 {font-size:2.3rem; font-family: 'museo_slab500'; }
h6 {font-size:2rem; font-family: 'museo_slab500_italic';}
p {font-size:1.4rem;}

@font-face {
    font-family: 'museo_slab500';
    src: url('/templates/the-big-shift/fonts/museo_slab_500-webfont.eot');
    src: url('/templates/the-big-shift/fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/the-big-shift/fonts/museo_slab_500-webfont.woff2') format('woff2'),
         url('/templates/the-big-shift/fonts/museo_slab_500-webfont.woff') format('woff'),
         url('/templates/the-big-shift/fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('/templates/the-big-shift/fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab500_italic';
    src: url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.eot');
    src: url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.woff2') format('woff2'),
         url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.woff') format('woff'),
         url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.ttf') format('truetype'),
         url('/templates/the-big-shift/fonts/museo_slab_500italic-webfont.svg#museo_slab500_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}