@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}


.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.container {
    width: 1000px;
    margin: 0 auto
}

.row {
    margin: 0 -40px 0
}

.row:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.col {
    float: left;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-one-third {
    width: 33.3333333%
}

.col-two-thirds {
    width: 66.666666%
}

.col-half {
    width: 50%;
    float: left;
    padding: 0 40px
}

.col-heading {
    width: 33.3333333%
}

.col-content {
    width: 40%
}

.col-contacts {
    width: 26.666666%
}

.splash .centered-unit h2 {
    font-size: 18px;
    color: #000000;
}

h1,
h2,
h3 {
    font-weight: 100;
    font-size: 44px;
    margin: 20px 0;
    line-height: 1.4
}

h2 {
    font-size: 30px
}

h2:before {
    content: ' ';
    display: block;
    width: 60px;
    border-bottom: 5px solid #FFF;
    position: absolute;
    margin: -25px 0 0 0
}

h3 {
    font-size: 25px
}

p {
    margin: 20px 0
}

.lead {
    font-size: 25px;
    margin: 0;
    color: #76808f
}

a:link {
    color: #8fbef4
}

a:visited {
    color: #8b99a9
}

a:hover {
    color: #5e8dc2
}

a:active {
    color: #5e8dc2
}

hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.bg-img{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff url(../images/space-bg.jpg) no-repeat center center;
    background-size: 100% auto;
    opacity: 0.2;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'CenturyGothic', 'Helvetia Neue', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    background-color: #ffffff;
    min-width: 320px
}

.splash .centered-unit {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center
}


.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #a5abb5;
    font-size: 12px
}

.footer .container {
    padding: 50px 0 30px;
    height: 20px
}

@media (max-width:1100px) {
    .container {
        width: auto;
        margin-left: 40px;
        margin-right: 40px
    }
    .col-content {
        width: 60%;
        float: left
    }
    .col-contacts {
        width: 40%
    }
    .col-heading {
        width: 100%;
        float: none
    }
    .col-heading:after {
        display: none;
        content: ' ';
        clear: left
    }
}

@media (max-width:760px) {
    .row .col-one-third,
    .row .col-content,
    .row .col-contacts,
    .row .col-heading {
        width: 100%;
        float: none;
        clear: left
    }
    .row .col-two-thirds {
        width: 100%;
        float: none
    }
    h1 {
        font-size: 40px
    }
    .lead {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .row .col-one-third,
    .row .col-content,
    .row .col-contacts,
    .row .col-heading {
        width: 100%;
        float: none;
        clear: left
    }
    .row .col-two-thirds {
        width: 100%;
        float: none
    }
    h1 {
        font-size: 30px
    }
    .lead {
        font-size: 16px
    }
}


.footer .lead {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.footer .lead a {
    color: #fff;
}

.logo {
    text-align: center;
}

.logo a{
    width: 300px;
    display: inline-block;
}

.logo a img{
    width: 100%;
}

.logo a img#logofade{
    display: none;
}


/* ---- reset ---- */

body {
    margin: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    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: 'CenturyGothic', 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;
}

.overlap{
    display: none;
}