:root {
    --color-text: #c0c0c0;
    --color-background: #000810;
    --color-background-alt: #081828;
    --color-primary: #00c0ff;
    --color-secondary: #f0f4f8;
    --color-accent: #ff4000;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgb(34,34,34);
    background: radial-gradient(circle, var(--color-background) 35%, var(--color-background-alt) 100%);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#vuetarget {
    overflow:auto;
    height:100%;
    width:100%;
    display:flex;
}


/*html {
    background: #222;
    background-image: url(/img/rect.png), -webkit-linear-gradient(left, #0FF 0%, transparent 10%, transparent 90%, #0FF 100%);
    background-image: url(/img/rect.png), -o-linear-gradient(     left, #0FF 0%, transparent 10%, transparent 90%, #0FF 100%);
    background-image: url(/img/rect.png), -moz-linear-gradient(   left, #0FF 0%, transparent 10%, transparent 90%, #0FF 100%);
    background-image: url(/img/rect.png), linear-gradient(     to left, #0FF 0%, transparent 10%, transparent 90%, #0FF 100%);
    background-position: 50% 50%;
    background-size: 120px auto, 100% 10px;
    background-repeat: repeat, repeat-y;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #CCC;
}
html, body { margin: 0; padding: 0; }
body { overflow-y: scroll; overflow-x: hidden; }
#navbar,
#footbar {
    display: block; position: fixed; width: 0; height: 0;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
#navbar { top:2.15em; left: 0; }
#footbar { bottom:2.15em; right: 0; }
#navbar>.bar,
#navbar>.block,
#footbar>.bar,
#footbar>.block { 
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}
#navbar>.bar,
#footbar>.bar {
    width: 24em;
    height: 5em;
}
#navbar>.bar { bottom:-0.25em; right:-16em; }
#footbar>.bar {   top:-0.25em;  left:-16em; }
#navbar>.block,
#footbar>.block { 
    width: 10em;
    height: 8.6em;
}
#navbar>.block { bottom:-2.15em; right:-5em; }
#footbar>.block { top:-2.15em;  left:-5em; }
#navbar>.block:hover,
#footbar>.block:hover {
    background-color:rgba(255,255,255,0.2);
}
#navbar>.bar,
#navbar>.block { box-shadow: -1.5em -1.5em 2em -2em rgba(255,255,255,0.5) inset, 0 0 0.5em 0 rgba(0,0,0,0.5); }
#footbar>.bar,
#footbar>.block { box-shadow: 1.5em 1.5em 2em -2em rgba(255,255,255,0.5) inset, 0 0 0.5em 0 rgba(0,0,0,0.5); }
#navbar>.block>img,
#footbar>.block>img {
    position: absolute;
    width:44%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}
#navbar>.block>img { bottom: 3%; right: 3%; }
#footbar>.block>img { top: 3%; left: 6%; border-radius:1.9em; width:3.8em; height:3.8em; background:#000; }
#navbar>.block>h1 {
    font-size: 0.8em;
    display: block;
    color: #DDD;
    position: absolute;
    top:50%;
    left:100%;
    width: auto;
    height: 14%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    white-space: nowrap;
    margin: 0;
    padding: 0 0.5em;
    border-bottom: dotted 1px #888;
}
#footbar>.block>span {
    font-weight: bold;
    font-size: 0.8em;
    display: block;
    color: #DDD;
    position: absolute;
    bottom:50%;
    right:100%;
    width: auto;
    height: 14%;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    white-space: nowrap;
    margin: 0;
    padding: 0 0.5em;
    border-top: dotted 1px #888;
}
#navbar>.block:hover>h1,
#footbar>.block:hover>span {
    color: #FFF;
    text-shadow: 1px 2px 1px #888;
}




#centering {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    max-width: 1080px;
    max-height: 720px;
}
#container {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
}
#soonlogo {
    position: absolute;
    align-items: center;
    display: flex;
    top: 0;
    left: 0;
    right: 70%;
    bottom: 50%;
}
#soonlogo>img { width: 100%; }
#soontitle {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 35%;
    right: 0;
    bottom: 50%;
}
#soontitle>div { text-align: center; width: 100%; }
#soondesc {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 20%;
}
#soondesc>div { text-align: center; width: 100%; }
#soonlinks {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 20%;
}
#soonlinks>div { text-align: center; width: 100%; }
#soonhost { font-size: 0.5em; position: fixed; bottom: 2em; right: 50%; left: 0; text-align: center; }
#soonlogin { font-size: 0.5em; position: fixed; bottom: 2em; right: 0; left: 50%; text-align: center; }

.testdiv { position: absolute; top: 50%; left: 50% }
.testdiv div {
    position: absolute;
    top: 4px; 
    bottom: 4px;
    left: 4px;
    right: 4px;
    margin: 6px;
    margin-top: 0;
    border-top: #FFF solid 6px;
    border-radius: 50%;
    -ms-transform: rotate(0deg); /* IE 9 *//*
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera *//*
    transform: rotate(0deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    }
.testdiv>div { width: 128px; height: 128px; top: -64px; left: -64px; right: auto; bottom: auto; border-color: #F00; margin: 0; }
.testdiv>div>div { border-color: #FF0; }
.testdiv>div>div>div { border-color: #0F0; }
.testdiv>div>div>div>div { border-color: #0FF; }
.testdiv>div>div>div>div>div { border-color: #00F; }
.testdiv>div>div>div>div>div>div { border-color: #F0F; }
 @-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(360deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(360deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }


@media (min-width: 640px) {
    html { font-size: 22px; }
}
@media (min-width: 800px) {
    html { font-size: 26px; }
}
@media (min-width: 1024px) {
    html { font-size: 30px; }
}
@media (min-width: 1280px) {
    html { font-size: 34px; }
}*/