/*
    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-normal;
    src: url("fonts/90a01309dbe6646fd5af3c23da773b0d.ttf");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

h2, h3, h4
{
    font-family: Rubik-heavy, "Calibri", "Helvetica Neue", helvetica, sans-serif;
}

ul
{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

li
{
    display: list-item;
}

/*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-lightgrey-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: 640px;
    min-height: 480px;
    background-image: url("images/datamine.logo.black-200x62.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 20px;
    margin: 40px auto auto auto;
    position: 50% 50%;
    text-align: left;
    border: none;
    border-radius: 20px;
}

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

em, i
{
    font-family: Rubik-italic;
}

a
{
    font-family: Rubik-heavy, "Calibri", "Helvetica Neue", sans-serif;
}

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

a:hover,
a:active
{
    color: #f68a1e;
}

.messages
{
    font-size: 10pt;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 5px;
}

.messages li
{
    list-style-type: none;
    display: block;
    padding: 2px 10px;
}

.messages li.error
{
    background-color: #ea4d5a;
    color: #ffffff;
}

.messages li.sucess
{
    background-color: #663f96;
    color: #ffffff;
}

.wrap
{
    word-wrap: break-word;
}

.not_so_close
{
    margin-top: 2em;
}

p.bottom_of_page
{
    border-top: 1px solid #ebebeb;
    font-size: 14pt;
    font-family: Rubik-normal-italic;
    font-style: italic;
}

p.bottom_of_page a
{
    font-size: 14pt;
    font-family: Rubik-normal-italic;
    font-style: italic; 
}
