html,body{padding:0;margin:0;background:#2f2f2f;overflow:hidden;width:100%;height:100%;font-family:'Georgia',serif}#loader{opacity:1}.full{position:absolute;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center}.intro{text-align:center}.load{position:relative}h1{color:#000;filter:blur(10px);font-size:100px;line-height:100px;letter-spacing:5px;animation:pulse 2s infinite;margin:0;padding:0;position:relative;top:0;z-index:1}@-webkit-keyframes pulse{0%{filter:blur(10px)}50%{filter:blur(4px)}100%{filter:blur(10px)}}@keyframes pulse{0%{filter:blur(10px)}50%{filter:blur(4px)}100%{filter:blur(10px)}}.loader{text-align:center;width:100%;top:-36px;position:absolute}.loader img{width:175px}@media(max-width:500px){h1{font-size:50px;line-height:50px}.loader{top:-25px}.loader img{width:100px}}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.bar{position:absolute;z-index:10;background-color:#e8c2ab}#bar1{width:100%;height:10px;top:0;left:0}#bar2{width:100%;height:10px;bottom:0;left:0}#bar3{width:10px;height:100%;top:0;left:0}#bar4{width:10px;height:100%;right:0;top:0}.bodge{position:absolute;right:20px;bottom:20px;font-size:12px;color:#fff;z-index:99;font-style:italic}a{color:#fff;text-transform:uppercase;opacity:.5;transition:all .5s}a:hover{opacity:1}