html {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a, a:visited, a:hover {
    color: white;
    text-decoration: none;
}

a:hover {
    opacity: .7;
    /*text-shadow: 0 0 8px #FFFFFF;*/
}

a.twitter {
    font-size: 2em;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.info {
    font-family: "motor",sans-serif;
    position: absolute;

    top: 15%;
    right: 20%;
}

h1 {
    font-size: 3em;
    font-weight: 200;
    white-space: nowrap;
    margin: 0;
}

h3 {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 0;
}


@media only screen
and (max-width : 720px) {
    .info {
        top: 10%;
        right: auto;
        width: 100%;
        text-align: center;
    }
}

@media only screen
and (max-width : 320px){

    h1 {
        font-size: 2em;
    }

    h3 {
        font-size: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }
}