.burger.off>.lines>span,.burger>.lines>span{background-color:#c29e6e}.burger,.clear:after{clear:both}body,header>.inner>.menu{background-image:url(/images/pattern/paper.png)}@font-face{font-family:independence regular;src:url(fonts/independence/regular.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:octavian regular;src:url(fonts/octavian/regular.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:serial regular;src:url(fonts/serial/regular.ttf) format('truetype');font-weight:400;font-style:normal}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@-o-keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@-moz-keyframes scaleInB{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes scaleInB{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@-o-keyframes scaleInB{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes scaleInB{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@-moz-keyframes inFromTop{from{transform:translate(0,-10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-webkit-keyframes inFromTop{from{transform:translate(0,-10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-o-keyframes inFromTop{from{transform:translate(0,-10px);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes inFromTop{from{transform:translate(0,-10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-moz-keyframes inFromBottom{from{transform:translate(0,10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-webkit-keyframes inFromBottom{from{transform:translate(0,10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-o-keyframes inFromBottom{from{transform:translate(0,10px);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes inFromBottom{from{transform:translate(0,10px);opacity:0}to{transform:translate(0,0);opacity:1}}@-moz-keyframes inFromRight{from{transform:translate(10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@-webkit-keyframes inFromRight{from{transform:translate(10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@-o-keyframes inFromRight{from{transform:translate(10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes inFromRight{from{transform:translate(10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@-moz-keyframes inFromLeft{from{transform:translate(-10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@-webkit-keyframes inFromLeft{from{transform:translate(-10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@-o-keyframes inFromLeft{from{transform:translate(-10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}@keyframes inFromLeft{from{transform:translate(-10px,0);opacity:0}to{transform:translate(0,0);opacity:1}}.burger{position:fixed;top:20px;left:20px;width:40px;height:40px;z-index:150}.burger.off>.lines>span:nth-child(1),.burger.off>.lines>span:nth-child(4){top:18px;width:0%;left:50%}.burger.off>.lines>span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.burger.off>.lines>span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.burger>.lines{position:relative;width:100%;height:100%}.burger>.lines>span{display:block;position:absolute;height:3px;-webkit-border-radius:9px;border-radius:9px;width:100%;opacity:1;-ms-filter:none;filter:none;left:0;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;transition:.25s ease-in-out}.burger>.lines>span:nth-child(1){top:0}.burger>.lines>span:nth-child(2),.burger>.lines>span:nth-child(3){top:14px}.burger>.lines>span:nth-child(4){top:28px}footer{border-top:2px solid #000;border-bottom:2px solid #000;padding:6px 0;margin:50px 0}footer>.inner{border-top:1px solid #000;border-bottom:1px solid #000;text-align:center;padding:10px 0 15px}header>.inner{padding:20px 60px}header>.inner>.logo{width:520px;height:200px;margin:auto}header>.inner>.logo>svg{width:inherit;height:inherit}header>.inner>.menu{border-top:2px solid #000;border-bottom:2px solid #000;padding:6px 0;top:300px;left:0;right:0;width:100%}header>.inner>.menu.unstuck{position:absolute}header>.inner>.menu.stuck{position:fixed;top:0}header>.inner>.menu>.outer{border-top:1px solid #000;border-bottom:1px solid #000}header>.inner>.menu>.outer>.inner{width:980px;margin:auto}header>.inner>.menu>.outer>.inner>.item,header>.inner>.menu>.outer>.inner>.left,header>.inner>.menu>.outer>.inner>.right{text-align:center;padding:10px}header>.inner>.menu>.outer>.inner>.left,header>.inner>.menu>.outer>.inner>.right{width:130px}header>.inner>.menu>.outer>.inner>.left{float:left;border-right:1px solid #000;height:35px}header>.inner>.menu>.outer>.inner>.left>.loc{margin:3px 0 0}header>.inner>.menu>.outer>.inner>.left>.loc.on{display:block}header>.inner>.menu>.outer>.inner>.left>.loc.off{display:none}header>.inner>.menu>.outer>.inner>.left>.lg{float:right;-webkit-animation:scaleInB .5s ease-in-out both;-moz-animation:scaleInB .5s ease-in-out both;-o-animation:scaleInB .5s ease-in-out both;-ms-animation:scaleInB .5s ease-in-out both;animation:scaleInB .5s ease-in-out both}header>.inner>.menu>.outer>.inner>.left>.lg.on{display:block}header>.inner>.menu>.outer>.inner>.left>.lg.off{display:none}header>.inner>.menu>.outer>.inner>.left>.lg>svg{width:35px;height:35px}header>.inner>.menu>.outer>.inner>.right{float:right;border-left:1px solid #000}header>.inner>.menu>.outer>.inner>.right>.socials>.social{float:left;width:25px;height:25px;background-color:#191919;padding:5px;-webkit-transition:background-color .1s linear .1s;-moz-transition:background-color .1s linear .1s;-o-transition:background-color .1s linear .1s;-ms-transition:background-color .1s linear .1s;transition:background-color .1s linear .1s;-webkit-border-radius:50%;border-radius:50%}header>.inner>.menu>.outer>.inner>.right>.socials>.social:nth-child(2),header>.inner>.menu>.outer>.inner>.right>.socials>.social:nth-child(3){margin-left:10px}header>.inner>.menu>.outer>.inner>.right>.socials>.social:hover{background-color:#876037;-webkit-transition:background-color .1s linear 0s;-moz-transition:background-color .1s linear 0s;-o-transition:background-color .1s linear 0s;-ms-transition:background-color .1s linear 0s;transition:background-color .1s linear 0s}header>.inner>.menu>.outer>.inner>.right>.socials>.social>svg{width:15px;height:15px;margin:0 1px 4px 0}header>.inner>.menu>.outer>.inner>.right>.socials>.social>svg>circle,header>.inner>.menu>.outer>.inner>.right>.socials>.social>svg>path{fill:#e5e3db}header>.inner>.menu>.outer>.inner>.item{float:left;padding:12px 24px;color:#000;text-decoration:none;-webkit-transition:color .1s linear,text-decoration .1s linear .1s;-moz-transition:color .1s linear,text-decoration .1s linear .1s;-o-transition:color .1s linear,text-decoration .1s linear .1s;-ms-transition:color .1s linear,text-decoration .1s linear .1s;transition:color .1s linear,text-decoration .1s linear .1s}header>.inner>.menu>.outer>.inner>.item:hover{color:#876037;text-decoration:underline}header>.inner>.menu>.outer>.inner>.divider{float:left;width:2px;height:20px;background-color:#000;margin:20px 0 0}#Ornaments{-webkit-animation:fadeIn 5s ease-in-out 0s both;-moz-animation:fadeIn 5s ease-in-out 0s both;-o-animation:fadeIn 5s ease-in-out 0s both;-ms-animation:fadeIn 5s ease-in-out 0s both;animation:fadeIn 5s ease-in-out 0s both}@media all and (min-width:1px) and (max-width:1000px){header>.inner{padding:10px}header>.inner>.logo{width:100%}header>.inner>.menu>.outer>.inner{width:auto}header>.inner>.menu>.outer>.inner>.divider,header>.inner>.menu>.outer>.inner>.item{display:none}header>.inner>.menu>.outer>.inner>.left{border-right:none}header>.inner>.menu>.outer>.inner>.left>.lg{float:left}header>.inner>.menu>.outer>.inner>.right{float:right}header>.inner>.menu>.outer>.inner>.right>.socials{float:left}}.guide{padding:20px 0 0}.guide>.sections{padding:20px}.guide>.sections>.gsection{min-width:200px;float:left}.guide>.sections>.gsection>.title{font-family:independence regular;font-size:29px;padding:0 0 0 10px}.guide>.sections>.gsection>.color{padding:10px 20px;margin:5px}.guide>.sections>.gsection>.color.color_white1{background-color:#fff;border:1px solid #000;color:#000}.guide>.sections>.gsection>.color.color_black1{background-color:#000;border:1px solid #fff;color:#fff}.guide>.sections>.gsection>.color.color_black2{background-color:#191919;border:1px solid #fff;color:#fff}.guide>.sections>.gsection>.color.color_brown1{background-color:#c29e6e;border:1px solid #000;color:#000}.guide>.sections>.gsection>.color.color_brown2{background-color:#aa8052;border:1px solid #fff;color:#fff}.guide>.sections>.gsection>.color.color_brown3{background-color:#876037;border:1px solid #fff;color:#fff}.guide>.sections>.gsection>.color.color_beige1{background-color:#c7baa2;border:1px solid #000;color:#000}.guide>.sections>.gsection>.color.color_beige2{background-color:#e5e3db;border:1px solid #000;color:#000}.guide>.sections>.gsection>.detail{padding:0 0 0 20px;text-align:right}.guide>.sections>.gsection>.font{padding:0 20px;overflow-x:scroll}.guide>.sections>.gsection>.font.font_h1{font-family:octavian regular;font-size:22px}.guide>.sections>.gsection>.font.font_h2{font-family:serial regular;font-size:55px}.guide>.sections>.gsection>.font.font_copy1{font-family:independence regular;font-size:29px}.guide>.sections>.gsection>.font.font_copy2{font-family:Garamond;font-size:116px}.clear{zoom:1}.clear:after,.clear:before{content:"";display:table}body{padding:0;margin:0;background-color:#e5e3db;font-family:independence regular;font-size:29px;text-align:justify}a{color:#876037}.container{width:980px;margin:auto}.title{font-family:octavian regular;font-size:22px;text-align:center;text-transform:uppercase;padding:0 0 30px}.fakemenu{height:68px}.section{padding:30px 0}.section.section_authors{padding:0}.section>.copy.left{float:left}.section>.copy.right{float:right}.section>.copy.full{padding:30px 0 0}.section>.copy>.first{font-family:Garamond;font-size:116px;float:left;line-height:60px;margin:20px 10px 10px 0}.section>.copy>.subheader>.copy{font-family:serial regular;font-size:55px;text-align:center;line-height:20px;letter-spacing:5px;padding:25px 0 0}.section>.copy.scope1{width:570px;padding:20px 0 0}.section>.copy.history1{width:560px}.section>.copy.collection{width:520px}.section>.copy.howto{width:650px}.section>.copy.howto>ul{list-style-type:decimal;margin:0;padding:0 0 20px 25px}.section>.copy.credits{width:800px;margin:auto}.section>.authors{margin:auto;width:860px}.section>.authors>.title{font-family:independence regular;font-size:29px;text-transform:none;padding:0 0 20px}.section>.authors>.authorlist>.author{float:left;width:206px}.section>.authors>.authorlist>.author>.asset{-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:50% 50%;height:220px;width:220px;margin:auto}.section>.authors>.authorlist>.author.author_joeb>.asset{background-image:url(/images/joeb.png)}.section>.authors>.authorlist>.author.author_lucam>.asset{background-image:url(/images/lucam.png)}.section>.authors>.authorlist>.author.author_kevinc>.asset{background-image:url(/images/kevinc.png)}.section>.authors>.authorlist>.author.author_kevino>.asset{background-image:url(/images/kevino.png)}.section>.authors>.authorlist>.author>.name{width:220px;margin:auto;text-align:center;padding:10px 0 0}.section>.asset{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}.section>.asset.right{float:right}.section>.asset.left{float:left}.section>.asset.scope1{width:330px;height:245px;background-image:url(/images/stereoscope1.png)}.section>.asset.brewster{width:330px;height:245px;background-image:url(/images/brewster.png)}.section>.asset.globe{width:360px;height:468px;background-image:url(/images/globe.png)}.section>.asset.howto{width:300px;height:190px;background-image:url(/images/howto.png);margin:70px 0 0}@media all and (min-width:1px) and (max-width:1000px){.section>.asset.left,.section>.asset.right,.section>.authors,.section>.copy.left,.section>.copy.right{float:none}header>.inner{padding:10px}.container{width:auto;padding:0 10px}.container>.inner>.title{font-size:20px}.section{padding:10px}.section>.copy{width:auto!important}.section>.copy>.subheader>.copy{line-height:50px;font-size:40px}.section>.asset{margin:20px auto}.section>.asset.globe{width:320px;height:417px}.section>.asset.howto{margin:auto}.section>.authors{width:320px;margin:auto;padding:20px 0}.section>.authors>.authorlist>.author{width:300px;float:none;margin:auto;padding:10px 0}.section>.authors>.authorlist>.author>.asset{width:300px;height:300px;margin:auto}footer>.inner{padding:0 20px}}