/* 
RESET
-------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* 
PAGE LAYOUT & BASIC STYLES
-------------------------------------------------------------- */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0; }
body { height: 100%; font-family: "futura-pt", Futura, "Century Gothic", "Trebuchet MS", Arial, sans-serif; font-size: 1em; font-style: normal; font-weight: 400; font-size: 100%; color: #8d7f76; line-height: 2em; margin:0; }
a { color: #8d7f76; text-decoration: underline; }


/* 
STRUCTURE STYLES
-------------------------------------------------------------- */

.wrapper { width: 100%; max-width: 826px; height: 100%; margin: 0 auto; padding: 0 1em; }
.logo { display: block; max-width: 100%; margin-top: 25%; }
.email { display: inline-block; font-size: 1.2em; font-weight: 300; letter-spacing: 0.1em; margin-top: 9%; }
.copyright { font-size: 0.9em; font-weight: 500; display: block; margin-top: 3%;  }