@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.section,body{position:relative}body{margin:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h2{font-weight:400;font-size:2.5em;margin-bottom:.5em;margin-top:0}img{max-width:100%;height:auto}.logo-wrapper.image{margin-bottom:2em}.section{flex-grow:1;padding:2em;text-align:center}.section-body,body{display:flex;flex-direction:column}.section-body{justify-content:center;flex-grow:10;width:70%;max-width:1170px;min-height:calc(100vh - 7em);margin:0 auto}.graphic-logo{width:auto;max-width:500px;max-height:300px;margin:0 auto}.section-body p{font-size:1em;line-height:1.5em}#background-image,#background-wrapper,.background-overlay{position:absolute;top:0;right:0;bottom:0;left:0}#background-wrapper{overflow:hidden}#background-image{background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0;-o-transition:opacity .5s;transition:opacity .5s}.social-list{height:3em;padding:0;margin:0;z-index:100;text-align:center}.social-list li{list-style:none;display:inline-block;padding:0 2px}.social-list a{display:block;height:3em;width:2.5em;line-height:3em;background:#fff0;-o-transition:background 300ms linear;transition:background 300ms linear;border-radius:5px}.social-list i{font-size:1em;-o-transition:all 300ms linear;transition:all 300ms linear}.social-list a:hover i{-webkit-animation:spin 300ms linear;animation:spin 300ms linear}@media only screen and (max-width:1024px){.graphic-logo{padding:20px 0}.section-body,.social-list{font-size:16px!important}.section-body h2{font-size:1.8em!important}}@media only screen and (max-width:680px){.section-body,.social-list{font-size:15px!important}}@media only screen and (max-width:560px){.section{padding:4em 1em;min-height:calc(100vh - 11em)}.section-body{width:auto}.graphic-logo{max-height:200px;padding-bottom:0;max-width:100%}.section-body,.social-list{font-size:14px!important}}