html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    height: 100%;
}


.container {
    background: url("../img/splash-page-eu.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.logo-center {
    margin: 0 auto;
    width: 320px;
    position: relative;
    top: 42%;
    color: white;
    text-align: center;
}


.payoff {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 200;

}

.logo {
    display: block;
    margin-bottom: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 200;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */



@font-face { font-family: "Futura"; font-weight: 200; 
src: url("../fonts/futura/774926/1921b76a-df9e-4cc6-ab61-03f57c2f2454.eot?");
src: url("../fonts/1921b76a-df9e-4cc6-ab61-03f57c2f2454.eot") format("eot"), 
url("../fonts/b5b296d5-bbbc-4936-828d-ff0d8c163a89.woff") format("woff"), 
url("../fonts/dacb7ec9-508a-4a20-a11a-e1c71ad653b8.ttf") format("truetype"), 
url("../fonts/ff86acda-0d1f-4f82-96be-91b0d94bad49.svg") format("svg"); }




/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "Futura", Helvetica, Helvetica Neue, Arial;
    height: 100%;
    display: block;
    overflow-x: hidden;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .logo-center {
        width: 500px;
        top: 45%;
    }


    .payoff {
        display: block;
        font-size: 42px;

    }

    .logo {
        margin-bottom: 22px;
        letter-spacing: 1px;
    }


}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */



/* ============
    WIDE: Menu
   ============ */



/* ============
    WIDE: Main
   ============ */


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}