header{position:relative;top:0;left:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0;width:100%;color:#2f3529;box-sizing:border-box}@media only screen and (max-width:750px){header{flex-direction:column;position:relative}}@media only screen and (max-width:750px){header .home-link{width:100%}}header .welcome{flex-basis:auto;text-transform:uppercase;border:1px solid #2f3529;padding:0 12px;height:62px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:1024px){header .welcome{width:100%;box-sizing:border-box;flex-direction:column;justify-content:center;height:100%;padding:12px}}header .welcome h2{padding-right:12px;white-space:nowrap}@media only screen and (max-width:1024px){header .welcome h2{text-align:center}}header .welcome img{width:100%;height:100%;max-width:165px}@media only screen and (max-width:1024px){header .welcome img{max-width:100%}}header .wasteland-logo{flex-basis:auto;display:flex;flex-direction:column;justify-content:center;margin-right:20px}@media only screen and (max-width:750px){header .wasteland-logo{padding-bottom:8px;margin-right:0}}header .about{flex-basis:55%;border:1px solid #2f3529;display:flex;justify-content:center;align-items:center;text-align:right;font-family:Courier New,monospace;height:60px}@media only screen and (max-width:750px){header .about{width:110%;height:auto;padding:10px 20px;margin:0;background-color:#fff}}@media only screen and (max-width:1024px){header .about{flex-basis:35%}}@media only screen and (min-width:1800px){header .about{flex-basis:60%}}header .about a:hover{color:#bdbe9a}header .about p{font-size:16px;padding:0 20px;text-transform:uppercase}header .subscribe{flex-basis:auto;text-transform:uppercase;border:1px solid #2f3529;padding:0 12px;height:62px;color:#2f3529;text-align:center;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}@media only screen and (max-width:750px){header .subscribe{width:100%;margin-top:12px}}header .subscribe h2{font-size:2vw}@media only screen and (max-width:750px){header .subscribe h2{font-size:24px}}header .subscribe:hover{background-color:#2f3529}header .subscribe:hover h2{color:#fff}header .battery-status{flex-basis:54px;border:1px solid #2f3529;box-sizing:border-box;display:flex;justify-content:center;align-items:center;height:62px;width:100px}header .battery-status .power-source{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:12px}header .weather{flex-basis:4%;border:1px solid #2f3529;box-sizing:border-box;display:flex;justify-content:center;align-items:center;height:62px}@media only screen and (max-width:750px){header .weather{display:none}}header .weather .weather_icon{background:url(/images/weather_sprite.png);display:inline-block;height:28px;width:28px;position:relative;background-size:170px;background-position:-30px 0}header .weather .partly-cloudy-day{background-position:-20px 0}header .weather .clear-day{background-position:0 0}header .weather .clear-night{background-position:-60px 0}header .weather .partly-cloudy-night{background-position:-80px 0}header .weather .rain{background-position:-100px 0}footer{position:relative;top:0;left:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0;width:100%;color:#2f3529;box-sizing:border-box}@media only screen and (max-width:750px){footer{flex-direction:column;position:relative}}@media only screen and (max-width:750px){footer .home-link{width:100%}}footer .welcome{flex-basis:auto;text-transform:uppercase;border:1px solid #2f3529;padding:0 12px;height:62px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:750px){footer .welcome{width:100%;box-sizing:border-box;flex-direction:column;justify-content:center;height:100%;padding:12px}}footer .welcome h2{padding-right:12px;white-space:nowrap}@media only screen and (max-width:750px){footer .welcome h2{text-align:center}}footer .welcome img{width:100%;height:100%;max-width:165px}@media only screen and (max-width:750px){footer .welcome img{max-width:100%}}footer .wasteland-logo{flex-basis:auto;display:flex;flex-direction:column;justify-content:center;margin-right:20px}@media only screen and (max-width:750px){footer .wasteland-logo{width:100%;padding-bottom:20px;margin-right:0}}footer .about{flex-basis:55%;border:1px solid #2f3529;display:flex;justify-content:center;align-items:center;text-align:right;font-family:Courier New,monospace;height:62px}@media only screen and (max-width:750px){footer .about{width:120%;height:auto;padding:10px 20px;text-align:center;margin-bottom:20px;background-color:#fff}}footer .about a:hover{color:#bdbe9a}footer .about p{font-size:16px;padding:0 20px}footer .subscribe{flex-basis:auto;text-transform:uppercase;border:1px solid #2f3529;padding:0 12px;height:62px;color:#2f3529;text-align:center;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}@media only screen and (max-width:750px){footer .subscribe{width:100%}}footer .subscribe:hover{background-color:#2f3529}footer .subscribe:hover h2{color:#fff}footer .battery-status{flex-basis:54px;border:1px solid #2f3529;box-sizing:border-box;display:flex;justify-content:center;align-items:center;height:62px;width:100px}footer .battery-status .power-source{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:12px}.layout{padding:0 20px;box-sizing:border-box}@media only screen and (max-width:750px){.layout{overflow-x:hidden}}body{background-color:#fff;font-family:Monument Grotesk;font-weight:400;font-size:28px;line-height:1.3;margin:0;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;color:#2f3529;overflow-x:hidden}@media only screen and (max-width:750px){body{font-size:20px}}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;cursor:pointer;outline:none;margin:0}a{text-decoration:none}a,a:visited{color:inherit}h1{font-weight:500;font-size:65px}h1,h2{font-family:Monument Grotesk;margin:0;color:#2f3529}h2{font-weight:400;font-size:32px}@media only screen and (max-width:750px){h2{font-size:28px}}h3{font-family:Monument Grotesk;font-weight:400;font-size:24px;color:#2f3529}h3,p{margin:0}header{z-index:700}.fade-enter,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fadeIn-enter,.fadeIn-leave-to{opacity:0}.fadeIn-enter-active,.fadeIn-leave-active{transition:opacity .4s}.fadeInShort-enter,.fadeInShort-leave-to{opacity:0;position:fixed;width:100%;top:0;left:0}.fadeInShort-enter-active,.fadeInShort-leave-active{transition:opacity .4s}.fadeInNav-enter,.fadeInNav-leave-to{opacity:0;width:100%;display:flex;flex-wrap:wrap;height:100%;padding:20px 0}.fadeInNav-enter-active,.fadeInNav-leave-active{transition:all .2s cubic-bezier(.4,0,.2,1)}.slide-in-enter,.slide-in-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-in-enter-active,.slide-in-leave-active{transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}.slide-left-leave-to,.slide-right-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slide-left-enter,.slide-right-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}.slide-down-leave-to,.slide-up-enter{-webkit-transform:translateY(100%);transform:translateY(100%)}.slide-down-enter,.slide-up-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.slideDown-enter,.slideDown-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.slideDown-enter-active,.slideDown-leave-active{transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}@font-face{font-family:Monument Grotesk;src:url(/fonts/MonumentGrotesk-Regular.woff2) format("woff2"),url(/fonts/MonumentGrotesk-Regular.woff) format("woff");font-weight:400;font-style:normal}