body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    font-weight: 200;
    font-size: 20px;
}

.parallax-background {
    background-color: #0078A0;
    height: 620px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
}

.intro-text {
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-top: 15%;
    height: 2.5em;
}
.intro-text small {
    color:#333 !important;
}
.parallax-content {
    min-height:30em;
    max-width: 100%;
    position: relative;
    top: 1000px;
    padding: 50px;
    font-size: 20px;
    background-color: #000;
    opacity: 0.8;
    color: #fff;

    -webkit-transition: top 0.8s ease-in-out;
    transition: top 0.8s ease-in-out;
}
.parallax-content h3 {
    color:#fff;
}
.parallax-content.show{
    top: 600px;

    -webkit-transition: top 0.8s ease-in-out;
    transition: top 0.8s ease-in-out;
}         

.finis {
    font-family: 'Courgette', 'serif';
}

.score {
    color:#666;
    font-size: 0.75em;
}

#myCanvas {
    position:absolute;
    z-index: -1;
}