@media all {
* {-moz-box-sizing: border-box;box-sizing: border-box;}
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body {margin:0;padding:0;background:#fff;color:#4e4d4d;font-family:'Poppins',sans-serif;font-size: 95%;}
#content {width: 100%;max-width:60em;margin:0 auto;}
img {display:block;max-width:100%;margin:0 auto;}
h1 {font-family:'Anton',sans-serif;font-size:260%;font-weight:700;margin:0;text-transform:uppercase;}
h2,h3 {font-size:125%;font-weight:400;margin:0;}
p {font-size:100%;line-height:1.5em;max-width:1000px;}
p.small {font-size: 80%;}
h3.border {border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin: 2em 0; padding: 2em 0;}
b {font-weight: 700; display: block; margin: 1em 0 0 0;}
a {color: #0c71b9; text-decoration: none;}
a:hover {text-decoration: underline;}
header {border-top:2.5em solid #0c71b9;}
header,main,footer {width:auto !important;display:block;margin:0 auto;padding:3em 1em 0 1em;text-align:center;}
footer {font-size:80%;margin:0 auto;padding:1em 2em;background: #e3e3e3; position: fixed; bottom: 0; width: 100% !important;}
}
@media screen and (max-height: 850px) {
footer {margin: 4em auto 0 auto; position: relative;}
}