/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

/* =============================================================================
   My CSS
   ========================================================================== */

@font-face {
    font-family: 'MrRobot';
    src: url('../fonts/MrRobot.eot');
    src: url('../fonts/MrRobot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MrRobot.woff') format('woff'),
    url('../fonts/MrRobot.ttf') format('truetype'),
    url('../fonts/MrRobot.svg#MrRobot') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #000;
}

body {
    font-family: 'MrRobot', sans-serif;
    color: #fff;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.mr {
    position: absolute;
    top: 50%;
    left: 0;
    margin: calc(1em / -2) 0 0;
    text-align: center;
    width: 100%;
    font-size: 80px;
    line-height: 80px;
    pointer-events: none;
    font-weight: normal;
    mix-blend-mode: difference;
}

/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
}