@font-face {
    font-family: 'Suomi-Hand';
    src: url('/fonts/Suomi-Hand.eot');
    src: url('/fonts/Suomi-Hand.woff2') format('woff2'),
    url('/fonts/Suomi-Hand.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SuomiHand-Script';
    src: url('/fonts/SuomiHand-Script.woff') format('woff'),
    url('/fonts/SuomiHand-Script.ttf') format('truetype'),
    url('/fonts/SuomiHand-Script.svg#SuomiHand-Script') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.header-text {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -150px;
}

.header-text h1 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    font-family: 'SuomiHand-Script', 'Suomi-Hand', cursive;
    font-weight: 400;
}

.logo {
    margin-top: -100px;
    margin-left: 77px;
    width: 160px;
}

.site-logo {
    /* Firefox */
    -moz-transition: all 0.5s ease;
    /* WebKit */
    -webkit-transition: all 0.5s ease;
    /* Opera */
    -o-transition: all 0.5s ease;
    /* Standard */
    transition: all 0.5s ease;
}

.site-logo:hover {
    /* Firefox */
    -moz-transform: rotate(-20deg);
    /* WebKit */
    -webkit-transform: rotate(-20deg);
    /* Opera */
    -o-transform: rotate(-20deg);
    /* Standard */
    transform: rotate(-20deg);
}



/* ---- Text Animation ---- */

* {
    color: #fff;
    text-decoration: none;
}


/*@-webkit-keyframes typing {
    from {
        width: 0;
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}*/


/*.header-text h1 {  
    border-right: .05em solid #ffffff;
    width: calc(0.55em * 11.25);
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 3s steps(31, end),
    blink-caret .5s step-end infinite alternate;
}
*/


/* ----  Buttons Animation ----  */


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}



/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}