@font-face {
    font-family: 'galano_grotesqueregular';
    src: url('/assets/fonts/rene_bieder_-_galano_grotesque-webfont.woff2') format('woff2'),
    url('/assets/fonts/rene_bieder_-_galano_grotesque-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: rgb(255 137 62);
    color: #ffffff;
    font-family: 'galano_grotesqueregular', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 300;
}




a, a:visited {
    color: #ffffff;
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
}

.identity {
    display: block;
    margin: 24px;
    text-decoration: none;
    width: 180px;
}

.identity img {
    line-height: 0;
    display: block;
    width: 100%;
}

.animation {
    left: 50%;
    margin: -140px  0 0 -140px;
    position: absolute;
    top: 50%;
    width: 280px;
}

.animation img {
    width: 100%;
}

.footer {
    bottom: 0;
    left: 0;
    padding: 24px;
    position: absolute;
}

.strap {
    margin-bottom: 24px;
}

@media screen and (min-width: 50em) {

    .identity {
        margin: 28px;
        width: 200px;
    }

    .animation {
        width: 500px;
        margin: -250px  0 0 -250px;
    }

    .footer {
        padding: 0;
        width: 100%;
    }

    .strap, .notice {
        bottom: 28px;
        margin: 0;
        position: absolute;
    }

    .strap {
        left: 28px;
    }

    .notice {
        right: 28px;
    }

    h3 {
        font-size: 20px;
    }
}