/*
    style is a necessarily subjective thing
    =======================================

    the following sort of complies with current company
    guidelines for how things should look.

*/

@font-face {
    font-family: Rubik;
    src: url("fonts/90a01309dbe6646fd5af3c23da773b0d.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url("fonts/fcb7c1cf9609f4eab77c9e63ce73d631.ttf");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url("fonts/6840830e56060443e1cfda346bcc4189.ttf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url("fonts/4050515e93d7f3529c42f2ad93251b6e.ttf");
    font-weight: 700;
    font-style: italic
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: Rubik, "Calibri", "Helvetica Neue", helvetica, sans-serif;
    font-size: 18pt;
}

html, body
{
    background-color: #000000;
    color: #ffffff;
    height: 100%;
}

/*  restore paragraph spacing */
p + p
{
    margin-top: 0.5em;
}

h2{
    margin-bottom: 0.5em;
}

/*html, body, table, tbody
{
    font-family: Rubik, "Calibri", "Helvetica Neue", helvetica, sans-serif;
    font-size: 18pt;
    text-shadow: 2px 2px 2px #000000;
    background-color: #000000;
    color: #ffffff;
    height: 100%;
    min-height: 400px;
}*/

body
{
    background-image: url("images/infinityDcropped-grey-320x320.png");
    background-position: top right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
}

#poweredbydatamine
{
    max-width: 800px;
    min-height: 440px;
    background-image: url("images/createdbyDatamine-white-200x59.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 20px;
    margin: 40px auto auto auto;
    position: 50% 50%;
    text-align: left;
}

.content
{
    opacity: 1.00;
    background-color: transparent;
}

a:link,
a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

a:hover,
a:active
{
    color: rgb(246, 138, 30);
}
