@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
/* RESET ALL HTML TO BASE */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
/* END HTML 5, START CORE SETUP */
* {margin: 0;}
html,body{height: 100%;font-family:Oswald,arial,Helvetica,sans-serif;}
div {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
body{background:#000;}
div#page{position:fixed;top:0;right:0;bottom:0;left:0;}
div#page div.site-inner div.under-construction{position:fixed;top:0;right:0;bottom:0;left:0;background:url('/assets/images/callout-under-construction-duct-tape.png') center center no-repeat;background-size:110% auto;}
div#page div.site-inner div.under-construction .title{text-indent:-3000px;}
div#page div.site-inner div.status{width:100%;padding:2%;text-align:center;color:#FFF;background:rgba(180,0,30,.8);box-shadow:0 50px 100px rgba(0,0,0,.5) inset;position:absolute;bottom:0;}
div#page div.site-inner div.status .title{font-size:200%;}