/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */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:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
html{-webkit-box-sizing:border-box;box-sizing:border-box;}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;}
body,html{height:100%;}
body{background-image:url(../img/world-bg.png);background-position:center center;background-repeat:no-repeat;background-size:contain;font-family:'Source Sans Pro',sans-serif;}
.logo-wrapper{height:100vh;height:-webkit-calc(100vh - 75px);height:calc(100vh - 75px);width:100%;position:relative;}
.logo-wrapper .logo{position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;padding:20px;}
.logo-wrapper img{width:332px;height:auto;text-align:center;max-width:100%;}
.footer{text-align:center;position:fixed;bottom:0;width:100%;}
.footer .message{font-weight:400;color:grey;font-size:18px;}
.footer .light{font-weight:300;}
.footer span{font-size:14px;color:black;display:inline-block;padding:2px 2px;}
.footer span span{display:inline;}
.footer a,.footer a:visited,.footer a:focus{text-decoration:none;color:black;}
.footer a:hover{text-decoration:underline;}
.details{padding-bottom:28px;padding-top:7px;padding-right:5px;padding-left:5px;}
