@charset "utf-8";
html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html,
body {
    font-family: sans-serif
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}
input,
select,
textarea {
    font-size: 100%
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
del {
    text-decoration: line-through
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}
q:before,
q:after {
    content: ''
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
a:hover {
    text-decoration: underline
}
ins,
a {
    text-decoration: none
}



*
{
    font-family: "Ubuntu", sans-serif;
    padding: 0px;
    margin: 0px;
    max-width: 100vw;
}

.quasi_table
{
    display: table-cell;
    width: 100%;
    height: 100vh;
    padding: 1em;
    color: #FFF;
    width: 100vw;
    padding: 0px;
}
.quasi_cell
{
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #080808;
    min-height: 100vh;
    max-width: 100vw;
    overflow: auto;
}
.just, .two, .seconds, .breaker
{
    display: inline-block;
    font-size: 4em;
    margin-right: 0.5em;
    opacity: 0;
    color: #FFF;
}
.btn
{
    display: inline-block;
    background: #3b3a3a;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8.5vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.1em;
    padding-bottom: 0.15em;
    text-shadow: 0px 0px 0.125em #000;
    margin-top: 0.375em;
    opacity: 0;
    cursor: pointer;
    margin-top: 0.5em;
    min-width: 70vw;
}
.how
{
    width: 200%;
    margin-left: -50%;
}
#logo
{
    width: 30vw;
    z-index: 100;

}
#hr
{
    z-index: 0;
}
#clock
{
    font-size: 2em;
    margin-top: 1.75em;
    background: #3b3a3a;
    height: 36px;
    position: absolute;
    top: calc(100vh - 150px);
    width: 100vw;
    display: none !important;
}
#logo
{
    width: 80vw;
    position: absolute;
    top: 40px;
    max-width: 600px;


}
#logo
{
    max-width: 400px;
}
@media(max-width: 320px)
{
    .btn
    {
        font-size: 7vh;
    }
}
@media(min-height: 1024px)
{
    .btn
    {
        font-size: 6em
    }

}
@media(max-height: 480px)
{
    center
    {
        margin-top: 7em;

    }
    #logo
    {
        max-width: 200px;
    }
}
