body{font-family:"Nunito Sans",sans-serif;font-size:16px;background:url(/images/bgk_unavailable.jpg) no-repeat top center #150f02;background-size:cover;min-height:100vh;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:bgkmov 60s;animation:bgkmov 60s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:linear;animation-timing-function:linear}.logo{display:block;width:80%;max-width:250px;margin:0 auto 1em auto}.message{color:#FFF;font-weight:700;text-align:center;padding:1em}p{margin:0}a{color:#f7ec90}@media screen and (min-width:768px){.logo{max-width:350px}}@media screen and (min-width:1024px){body{-webkit-animation:bgkmov2 60s;animation:bgkmov2 60s}}@-webkit-keyframes bgkmov{0%{background-position-x:0%}to{background-position-x:100%}}@keyframes bgkmov{0%{background-position-x:0%}to{background-position-x:100%}}@-webkit-keyframes bgkmov2{0%{background-size:100%}to{background-size:120%}}@keyframes bgkmov2{0%{background-size:100%}to{background-size:120%}}